Win Script Failed! : plugin.video.hulu
#1
Hi all, I have been searching through the forum as I know this is a fairly common issue, but I can't seem to find a solution.

I am a noob Blush so please bear with me. I installed XBMC Eden a while back and have just really started using it. I do run through a US based VPN but have no issue with it outside of XBMC.

When I open the Hulu, ESPN, or other add-on's I receive the above error. Debuggin log as follows:

14:21:44 T:6860 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the Hulu plugin...
14:21:44 T:4360 DEBUG: Thread XBPyThread start, auto delete: 0
14:21:44 T:4360 DEBUG: Python thread: start processing
14:21:44 T:4360 NOTICE: -->Python Interpreter Initialized<--
14:21:44 T:4360 DEBUG: XBPyThread:Tonguerocess - The source file to load is C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py
14:21:44 T:4360 DEBUG: XBPyThread:Tonguerocess - Setting the Python path to C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.cryptopy\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.demjson\lib;C:\Program Files (x86)\XBMC\addons\script.module.simplejson\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.simple.downloader\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.mechanize\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.parsedom\lib;C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.elementtree\lib;C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python26.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages;
14:21:44 T:4360 DEBUG: XBPyThread:Tonguerocess - Entering source directory C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu
14:21:44 T:4360 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.hulu" dependent on version 1.0 of the xbmc.python api
14:21:44 T:8040 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
14:21:45 T:4360 ERROR: C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.cryptopy\lib\crypto\hash\sha1Hash.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
14:21:45 T:4360 ERROR: C:\Users\messi\AppData\Roaming\XBMC\addons\script.module.cryptopy\lib\crypto\hash\md5Hash.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
14:21:45 T:4360 NOTICE: addoncompat.py: XBMC Revision not available - Version String: 11.0 Git:20120321-14feb09
14:21:45 T:8040 DEBUG: CImageLoader:Big GrinoWork - took 135 ms to load special://masterprofile/Thumbnails/b/b6c62213.jpg
14:21:45 T:3712 DEBUG: ------ Window Init (DialogBusy.xml) ------
14:21:46 T:6860 INFO: Loading skin file: DialogProgress.xml
14:21:46 T:6860 DEBUG: DialogProgress::StartModal called
14:21:46 T:6860 DEBUG: ------ Window Init (DialogProgress.xml) ------
14:21:49 T:4360 INFO: -->Python script returned the following error<--
14:21:49 T:4360 ERROR: Error Type: <class 'urllib2.HTTPError'>
14:21:49 T:4360 ERROR: Error Contents: HTTP Error 403: Forbidden
14:21:49 T:4360 ERROR: Traceback (most recent call last):
File "C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py", line 12, in <module>
import resources.lib.common as common
File "C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 417, in <module>
checkToken()
File "C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 142, in checkToken
login_queue()
File "C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 286, in login_queue
data = postAPI(action,parameters,True)
File "C:\Users\messi\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 323, in postAPI
response = urllib2.urlopen(req)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
response = meth(req, response)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 435, in error
return self._call_chain(*args)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
14:21:49 T:4360 INFO: -->End of Python script error report<--
14:21:49 T:4360 INFO: Python script stopped
14:21:49 T:4360 DEBUG: Thread XBPyThread 4360 terminating
14:21:49 T:6860 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
14:21:49 T:3712 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.hulu
14:21:49 T:3712 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.hulu) failed
14:21:49 T:3712 DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
14:21:49 T:3712 DEBUG: ParentPath = []
14:21:49 T:3712 DEBUG: waiting for python thread 4 to stop
14:21:49 T:3712 DEBUG: python thread 4 destructed


Reply

Logout Mark Read Team Forum Stats Members Help
Script Failed! : plugin.video.hulu0