Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
3,274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. start of HULU plugin
  2. 21:06:17 T:2880437104 M:623931392 NOTICE: HULU--> common.args.mode -- > CarouselMenu
  3. 21:06:17 T:2880437104 M:623804416 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/menu/11773?dp_id=hulu&package_id=1&total=1
  4. 21:06:17 T:2880437104 M:623931392 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/menu/11773?dp_id=hulu&package_id=1&limit=100&page=1
  5. 21:06:18 T:2880437104 M:621395968 ERROR: Error Type: exceptions.UnicodeDecodeError
  6. 21:06:18 T:2880437104 M:621395968 ERROR: Error Contents: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)
  7. 21:06:18 T:2880437104 M:621395968 ERROR: Traceback (most recent call last):
  8. File "/home/art/.xbmc/addons/plugin.video.hulu/default.py", line 57, in ?
  9. modes ( )
  10. File "/home/art/.xbmc/addons/plugin.video.hulu/default.py", line 41, in modes
  11. menu.Main()
  12. File "/home/art/.xbmc/addons/plugin.video.hulu/resources/lib/_menu.py", line 36, in __init__
  13. self.addMenuItems(perpage,common.args.page)
  14. File "/home/art/.xbmc/addons/plugin.video.hulu/resources/lib/_menu.py", line 265, in addMenuItems
  15. displayname = infoLabels['TVShowTitle']+' - '+str(infoLabels['Season'])+'x'+str(infoLabels['Episode'])+' - '+display
  16. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement