locomot1f

xbmc/hulu/movies

Feb 7th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. 12:14:24 T:162893824 NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/menu/11674?show_id=3912&dp_id=hulu&limit=2000&package_id=2
  2. 12:14:25 T:162893824 ERROR: Error Type: <type 'exceptions.AttributeError'>
  3. 12:14:25 T:162893824 ERROR: Error Contents: 'NoneType' object has no attribute 'encode'
  4. 12:14:25 T:162893824 ERROR: Traceback (most recent call last):
  5. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", line 57, in <module>
  6. modes ( )
  7. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", line 35, in modes
  8. xbmclibrary.Main()
  9. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/xbmclibrary.py", line 50, in __init__
  10. self.GetSubscriptions()
  11. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/xbmclibrary.py", line 209, in GetSubscriptions
  12. self.GetEpisodes( directory, show_id)
  13. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/xbmclibrary.py", line 259, in GetEpisodes
  14. episodes = self.GetEpisodesData(url)
  15. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/xbmclibrary.py", line 340, in GetEpisodesData
  16. season_number = data('season_number')[0].string.encode('utf-8')
  17. AttributeError: 'NoneType' object has no attribute 'encode'
Add Comment
Please, Sign In to add comment