We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pretty easily avoided by renaming folder and files, but should also be easy to fix.
The text was updated successfully, but these errors were encountered: