(2014-01-30, 03:26)spanktastic2120 Wrote: You seem to be using an old version, this is the most recent: https://github.com/moneymaker365/plugin....master.zip
Spank, thanks for the quick reply. the XBMCPlus version seems to be out of date. this version (3.4.9.7) started the download but failed with an errors
22:47:19 T:139784334833408 NOTICE: HULU --> common :: getFEED :: url =
http://m.hulu.com/menu/11674?show_id=136...ckage_id=1
22:47:21 T:139784334833408 NOTICE: HULU --> common :: getFEED :: url =
http://m.hulu.com/menu/11674?show_id=721...ckage_id=1
22:47:23 T:139784334833408 NOTICE: HULU --> common :: getFEED :: url =
http://m.hulu.com/menu/11674?show_id=967...ckage_id=1
22:47:24 T:139784334833408 NOTICE: HULU --> common :: getFEED :: url =
http://m.hulu.com/menu/11674?show_id=145...ckage_id=1
22:47:26 T:139784334833408 NOTICE: HULU --> common :: getFEED :: url =
http://m.hulu.com/menu/11674?show_id=958...ckage_id=1
22:47:26 T:139784334833408 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 159: ordinal not in range(128)
Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/default.py", line 61, in <module>
modes ( )
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/default.py", line 36, in modes
xbmclibrary.Main()
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 74, in __init__
self.GetFullShows()
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 155, in GetFullShows
self.ExportShowList(url,delay=1500)
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 189, in ExportShowList
self.ExportShowMovie(item)
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 207, in ExportShowMovie
self.ExportShow(item)
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 229, in ExportShow
self.ExportVideo(episode)
File "/home/xbmc/.xbmc/addons/plugin.video.hulu-beta-master/resources/lib/xbmclibrary.py", line 290, in ExportVideo
episodeDetails += '<studio>'+data.findtext('company_name')+'</studio>'
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 159: ordinal not in range(128)
-->End of Python script error report<--