Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dez-10 19:33:09 ERROR CHECKVERSION :: Exception generated in thread CHECKVERSION: 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.
- Dez-10 19:33:09 DEBUG CHECKVERSION :: Traceback (most recent call last):
- File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/scheduler.py", line 71, in runAction
- self.action.run()
- File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/versionChecker.py", line 55, in run
- scene_exceptions.retrieve_exceptions()
- File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/scene_exceptions.py", line 100, in retrieve_exceptions
- myDB.action("INSERT INTO scene_exceptions (tvdb_id, show_name) VALUES (?,?)", [cur_tvdb_id, cur_exception])
- File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/db.py", line 74, in action
- sqlResult = self.connection.execute(query, args)
- 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.
Advertisement
Add Comment
Please, Sign In to add comment