Advertisement
Guest User

Search (submit search string)

a guest
Jan 30th, 2012
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. start of HULU plugin
  2. 13:15:04 T:2935548784 M:680853504 NOTICE: HULU--> common.args.mode -- > Search
  3. 13:15:13 T:2935548784 M:681058304 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/search?items_per_page=100&hulu_only=1&dp_identifier=hulu&package_id=1&query=nova
  4. 13:15:16 T:2935548784 M:673120256 ERROR: Error Type: exceptions.TypeError
  5. 13:15:16 T:2935548784 M:673120256 ERROR: Error Contents: Object should be of type List
  6. 13:15:16 T:2935548784 M:673120256 ERROR: Traceback (most recent call last):
  7. File "/home/art/.xbmc/addons/plugin.video.hulu/default.py", line 57, in ?
  8. modes ( )
  9. File "/home/art/.xbmc/addons/plugin.video.hulu/default.py", line 44, in modes
  10. search.Main()
  11. File "/home/art/.xbmc/addons/plugin.video.hulu/resources/lib/_search.py", line 29, in __init__
  12. self.addMenuItems(perpage,common.args.page,search,'1')
  13. File "/home/art/.xbmc/addons/plugin.video.hulu/resources/lib/_search.py", line 134, in addMenuItems
  14. item.addContextMenuItems( cm ,replaceItems=True)
  15. TypeError: Object should be of type List
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement