Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. 12:24:05 T:5684 NOTICE: -->Python Interpreter Initialized<--
  2. 12:24:06 T:5684 NOTICE: Manage Shows
  3. 12:24:06 T:5684 NOTICE: 1
  4. 12:24:07 T:5684 ERROR: C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py:1224: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  5. res = map(safe_map.__getitem__, s)
  6. 12:24:07 T:5684 ERROR: Error Type: <type 'exceptions.KeyError'>
  7. 12:24:07 T:5684 ERROR: Error Contents: (u'\xe4',)
  8. 12:24:07 T:5684 ERROR: Traceback (most recent call last):
  9. File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.program.sickbeard\default.py", line 85, in <module>
  10. shows.menu()
  11. File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.program.sickbeard\resources\lib\shows.py", line 26, in menu
  12. addShowDirectory(show_name, tvdbid, 4, thumbnail_path, show_total, context_menu_items)
  13. File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.program.sickbeard\resources\lib\shows.py", line 30, in addShowDirectory
  14. return_url = sys.argv[0]+"?url="+urllib.quote_plus(str(tvdbid))+"&mode="+str(menu_number)+"&name="+urllib.quote_plus(show_name)
  15. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1230, in quote_plus
  16. s = quote(s, safe + ' ')
  17. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1224, in quote
  18. res = map(safe_map.__getitem__, s)
  19. KeyError: (u'\xe4',)
  20. 12:24:07 T:2252 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.sickbeard/?url=&mode=1&name=Manage+Shows
  21. 12:24:07 T:2252 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.sickbeard/?url=&mode=1&name=Manage+Shows) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement