Kodi Community Forum
[SUPPORT] Hulu Video Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [SUPPORT] Hulu Video Plugin (/showthread.php?tid=121023)



RE: [SUPPORT] Hulu Video Plugin - omario9 - 2013-04-06

Anybody? Here's my log : http://xbmclogs.com/show.php?id=10109. Thank you.


RE: [SUPPORT] Hulu Video Plugin - omario9 - 2013-04-06

Hi Guys,

I was trying to make the hulu plugin work for me but no luck. If somebody can help it would be appreciated.
Here is my Log file : log. I'm using Frodo 12.1 on iphone (iOS6), atv2 and mac. The log file is from iphone as I'm not home. The plugin is 3.4.5. I have used it first with the librtmp.0.dylib that comes with the xbmc package but no luck. I've changed the librtmp.0.dylib with the one on the supercouldtv update (march 03,2012) but no luck either.
By the way, I'm in canada using a premium realdebrid account, and according to this thread this is supposed to work around the geoblocking problem.
I have set my settings to akamai, no ads, commercials, or prerolls, with hulu plus enabled (disabled does not work either), videos are set to sd. Tried changing CDN to limelight, level3 ...Nothing happens. Tried changing video to hd , hq...no luck. I don't know what to do! Please help. Thank you.


RE: [SUPPORT] Hulu Video Plugin - teresa - 2013-04-07

I have not had any luck getting the Hulu plugin to work with any external players. I am running the Android version of xbmc with a Tegra 2 cpu so external players are the only way to get HW decoding. Has anyone had any luck with any external players and the Hulu plugin?


RE: [SUPPORT] Hulu Video Plugin - felixxx999 - 2013-04-09

I can't find this in the tread: Currently I can't launch TV shows from TV Episodes-recently added list on my home page. But it will play when I go to TV folder and play it from their in my library. Any hints on how I could get this to work... it'd be very cool. Otherwise, things are working great.


Hulu login - lutious - 2013-04-10

I am on
XBMC (12.0 Git:20130127-fb595f2), Platform: Windows 7 SP1 64-bit, build 7601. Built on Jan 28 2013 (compiler 1600)
and
addon id="plugin.video.hulu" name="Hulu" version="3.4.5" provider-name="BlueCop"

It works as long as I don't try to log in to my hulu account (not a plus account). After I put in my log in info, when I run it, I get "Error: Script failed!: plugin.video.hulu". I think I included all of the relevant portions of the log file below. Let me know if it's easier with just a full log dump.

Thanks for your help!

Code:
20:18:42 T:22116   ERROR: C:\Users\Jared\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
20:18:42 T:22116   ERROR: C:\Users\Jared\AppData\Roaming\XBMC\addons\script.module.cryptopy\lib\crypto\hash\md5Hash.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
                                              import md5
20:18:42 T:22116  NOTICE: addoncompat.py: XBMC Revision not available - Version String: 12.0 Git:20130127-fb595f2
20:18:46 T:22116   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 403: Forbidden
                                            Traceback (most recent call last):
                                              File "C:\Users\Jared\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py", line 12, in <module>
                                                import resources.lib.common as common
                                              File "C:\Users\Jared\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 417, in <module>
                                                checkToken()
                                              File "C:\Users\Jared\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 142, in checkToken
                                                login_queue()
                                              File "C:\Users\Jared\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 286, in login_queue
                                                data = postAPI(action,parameters,True)
                                              File "C:\Users\Jared\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



RE: [SUPPORT] Hulu Video Plugin - jm69 - 2013-04-13

First time trying this plugin. Thanks for all the hard work!

I recently bought a VPS to use a proxy to the US (from Canada), so I thought I'd give this a try.

Unforuntaly I get a BadStatus error. Relevant lines are:

...
01:45:14 T:6484 NOTICE: HULU --> SMILURL: http://s.hulu.com/select?...d2f787f3171
01:45:14 T:6484 NOTICE: HULU --> common :: getFEED :: url = http://s.hulu.com/select?...2e114758a9f7cad2f787f3171
...
Error Type: <class 'httplib.BadStatusLine'>
....
File "C:\Users\...\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\stream_hulu.py", line 249, in playSegment except: smilSoup = self.getSMIL(video_id,retry=1)
File "C:\Users\...\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\stream_hulu.py", line 154, in getSMIL smilXML=common.getFEED(smilURL,proxy=proxy)
...

File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1170, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1143, in do_open
r = h.getresponse()
File "C:\Program Files (x86)\XBMC\system\python\Lib\httplib.py", line 990, in getresponse
...
raise BadStatusLine(line)
BadStatusLine


Any thoughts?


RE: [SUPPORT] Hulu Video Plugin - jm69 - 2013-04-13

Looked at it with wireshark and it appears that:

http://ads.hulu.com/ads/hulu/house/high/blankpaid.flv

Is returning a 404.


RE: [SUPPORT] Hulu Video Plugin - jm69 - 2013-04-13

I disabled ads to get rid of the aforementioned error. Now I have another error which is being thrown by the hulu server. When it makes a request for:

http://s.hulu.com/select?vp=1&ep=1&device_id=...&pp=Desktop&retry=1&language=en&enable_fa=1&video_id=60204029&ts=1365892490&v=888324234&np=1&dp_id=Hulu&region=US&bcs=...

I get the following error:

XML Parsing Error: syntax error
Location: http://s.hulu.com/select?vp=1&ep=1&device_id=...&pp=Desktop&retry=1&language=en&enable_fa=1&video_id=60204029&ts=1365892490&v=888324234&np=1&dp_id=Hulu&region=US&bcs=...
Line Number 1, Column 1:0a4d3f5...

If I'm not mistaken this is a server side generated error. Is it possible the URL is incorrect?


RE: [SUPPORT] Hulu Video Plugin - bboo - 2013-04-14

Is this repo alive? I added it to openelec but it is empty.


RE: [SUPPORT] Hulu Video Plugin - emilsvennesson - 2013-04-14

(2013-04-14, 17:25)bboo Wrote: Is this repo alive? I added it to openelec but it is empty.

You need to force refresh.


RE: [SUPPORT] Hulu Video Plugin - artrafael - 2013-04-14

See here on how to do the force refresh dahlSTROM suggested: http://wiki.xbmc.org/?title=Add-ons#Empty_repository_list


RE: [SUPPORT] Hulu Video Plugin - jspeer - 2013-04-14

In regards to the Hulu Library Auto Update - how exactly is it supposed to work? I must not have mine set up right because no new shows are getting added to the library when my XBMC Library Update runs (twice a day).

I have Hulu subscriptions exported to my library and set their content to TV Shows. They show up fine in the library, but to test the Hulu Auto Update I added a new TV show to my subscriptions on hulu.com and waited over night to see if it would get added to the library. The main XBMC library updates but it doesn't grab the new Hulu subscription I added.

If I use the context-menu to export from the hulu add-on, the new show adds to the library along with new subscription episodes, which is great that it works manually, but I'm stumped as to automating it...

I have the Hulu Auto Update set to grab subscriptions every hour.

Any idea as to what I might be doing wrong? What would I look for in a log file to see if the Hulu Auto Update is actually running? Thanks for any help/pointers!


RE: [SUPPORT] Hulu Video Plugin - edlentz - 2013-04-21

I admit I haven't read all the 95 pages. Lazy I guess. I just installed Raspbmc onto my Pi and added Blue Cop to my add ons and enabled it. I also added the Hulu addon for updating. I cannot find the Hulu video stream in the listings. Have I missed something? My pi streams DIY, and others without a problem. I have XBMC 13.o Alpha running. Can anyone tell me if Hulu is even still available in the Xbmc?

Thanks


RE: [SUPPORT] Hulu Video Plugin - artrafael - 2013-04-21

If you actually installed the add-on, it should be available under VIDEOS > Add-ons.


RE: [SUPPORT] Hulu Video Plugin - edlentz - 2013-04-22

It showed that it was installing, but there isn't any listings. I had it refresh the list, but still nothing.