Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When trying to sync a folder with non-ASCII characters, getting the following error #1

Open
tofagerl opened this issue Jun 23, 2013 · 0 comments

Comments

@tofagerl
Copy link

File "~/seedbox-sync.py", line 68, in <module>
    if(isFileRemembered(file)):
  File "~/seedbox-sync.py", line 51, in isFileRemembered
    cur.execute("select count(*) from rememberedFiles where filename=?",(filename,))
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.

Pretty easily avoided by renaming folder and files, but should also be easy to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant