lad1337

Untitled

Dec 10th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. 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.
  2. Dez-10 19:33:09 DEBUG CHECKVERSION :: Traceback (most recent call last):
  3. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/scheduler.py", line 71, in runAction
  4. self.action.run()
  5. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/versionChecker.py", line 55, in run
  6. scene_exceptions.retrieve_exceptions()
  7. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/scene_exceptions.py", line 100, in retrieve_exceptions
  8. myDB.action("INSERT INTO scene_exceptions (tvdb_id, show_name) VALUES (?,?)", [cur_tvdb_id, cur_exception])
  9. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/db.py", line 74, in action
  10. sqlResult = self.connection.execute(query, args)
  11. 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.
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment