Advertisement
Guest User

TV/Channels

a guest
Jan 30th, 2012
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. start of HULU plugin
  2. 13:08:22 T:2904816496 M:697348096 NOTICE: HULU--> common.args.mode -- > ChannelMenu
  3. 13:08:22 T:2904816496 M:697348096 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/menu/11783?dp_id=hulu&package_id=1&total=1
  4. 13:08:22 T:2904816496 M:697454592 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/menu/11783?dp_id=hulu&package_id=1&limit=250&page=1
  5. 13:08:22 T:2904816496 M:697454592 ERROR: Error Type: exceptions.TypeError
  6. 13:08:22 T:2904816496 M:697454592 ERROR: Error Contents: argument 1 must be unicode or str
  7. 13:08:22 T:2904816496 M:697454592 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 287, in addMenuItems
  15. if isVideo == False:
  16. TypeError: argument 1 must be unicode or str
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement