[tahoe-dev] Bug in 'backup' command
Brian Warner
warner-tahoe at allmydata.com
Mon Feb 16 15:12:43 PST 2009
On Mon, 16 Feb 2009 21:38:03 +1100
Andrej Falout <andrej at falout.org> wrote:
> while running "tahoe backup":
> sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless
> you use a text_factory that can interpret 8-bit bytestrings (like
> text_factory = str). It is highly recommended that you instead just
> switch your application to Unicode strings.
> Command exited with non-zero status 1
Rats, it's another unicode error. Am I right in guessing that this occurred
with a file or directory that had non-ascii characters in its name? What
is the return value of os.listdir() on the parent directory? (i.e. does
it return Latin-1 bytes, or UTF-8 bytes, or what?).
I've created #629 to track this one.
thanks,
-Brian
#629: http://allmydata.org/trac/tahoe/ticket/629
More information about the tahoe-dev
mailing list