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 - juju - 2013-12-16

(2013-12-16, 13:43)moneymaker Wrote: @juju

Ouch!

- HOW-TO:Install an Add-on/Script from a zip file

I figured to install it that way, but it didn't work. Nothing happened and Hulu still didn't work. Strange, well, I can try it again. Were more files supposed to install that just the python script?


RE: [SUPPORT] Hulu Video Plugin - moneymaker - 2013-12-16

@juju

When you install plugins through the stable repo it's downloading automatically the necessary scripts.


RE: [SUPPORT] Hulu Video Plugin - juju - 2013-12-17

Should I reinstall the stable repo, or just keep using the beta since it's working?

Also, I tried to use the Real Debrid feature and it won't play anything. I got an error and am pasting it here if you can take a look at it. Thanks for everything.

http://pastebin.com/7vbyhT48


RE: [SUPPORT] Hulu Video Plugin - spacemanza - 2013-12-18

i installed it this morning and i can browse shows and movies no problem.
but as soon as i try watch an episode (im trying to watch episode 6 of almost human for example) it just plays all the ads and then quits to menu...
it wont play the actual show?


RE: [SUPPORT] Hulu Video Plugin - djmojo86 - 2013-12-18

Did the same today - same behavior here!
When I try installing the stable addon - the bluecop repo is empty.
Is this just a problem at my side?


RE: [SUPPORT] Hulu Video Plugin - Eye in the sky - 2013-12-18

Playback works fine with stable (Windows 7, proxy) but search stopped working.

Code:
start of HULU plugin
13:19:51 T:4900  NOTICE: HULU--> common.args.mode -- > Search
13:20:01 T:4900  NOTICE: HULU --> common :: getFEED :: url = http://m.hulu.com/search?items_per_page=250&hulu_only=1&dp_identifier=hulu&package_id=1&query=grimm
13:20:01 T:4900   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'replace'
                                            Traceback (most recent call last):
                                              File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py", line 60, in <module>
                                                modes ( )
                                              File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py", line 47, in modes
                                                search.Main()
                                              File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\_search.py", line 29, in __init__
                                                self.addMenuItems(perpage,common.args.page,search,'1')
                                              File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\_search.py", line 72, in addMenuItems
                                                infoLabels['Plot'] = full_description.replace('\n', ' ').replace('\r', ' ').encode('utf-8')
                                            AttributeError: 'NoneType' object has no attribute 'replace'
                                            -->End of Python script error report<--
13:20:02 T:5852   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.hulu/?art=%22%22&fanart=%22%22&mode=%22Search%22&name=%22Search%22&page=%221%22&perpage=%2225%22&popular=%22false%22&updatelisting=%22false%22&url=%22http%3a%2f%2fm.hulu.com%2fmenu%2f513411%22
13:20:02 T:5852   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.hulu/?art=%22%22&fanart=%22%22&mode=%22Search%22&name=%22Search%22&page=%221%22&perpage=%2225%22&popular=%22false%22&updatelisting=%22false%22&url=%22http%3a%2f%2fm.hulu.com%2fmenu%2f513411%22) failed
13:20:02 T:1152  NOTICE: Thread Background Loader start, auto delete: false
13:20:08 T:6104  NOTICE: Previous line repeats 1 times.
13:20:08 T:6104  NOTICE: Thread XBPyThread start, auto delete: false
13:20:08 T:6104  NOTICE: Previous line repeats 2 times.
13:20:08 T:6104  NOTICE: -->Python Interpreter Initialized<--
13:20:08 T:5316  NOTICE: -->Python Interpreter Initialized<--
13:20:09 T:6036  NOTICE: -->Python Interpreter Initialized<--
13:20:12 T:3584  NOTICE: Thread Background Loader start, auto delete: false
13:20:14 T:4316  NOTICE: Previous line repeats 1 times.
13:20:14 T:4316  NOTICE: Thread Jobworker start, auto delete: true
13:20:29 T:1272  NOTICE: Previous line repeats 2 times.
13:20:29 T:1272  NOTICE: Thread XBPyThread start, auto delete: false
13:20:29 T:1272  NOTICE: -->Python Interpreter Initialized<--



RE: [SUPPORT] Hulu Video Plugin - moneymaker - 2013-12-18

@juju

Known issue, I have to fix it.

@spacemanza, djmojo86

Please be sure the addon is configured as below:

# Select "akamai" for the Default CDN
# Uncheck "Network Pre-roll".
# Set Pre-Roll ads and Trailing ads to 0.
# Uncheck "Enable Commercial breaks".
# be sure Proxy is Unchecked. (only U.S.)

@djmojo86

System > Add-ons > Get Add-ons > locate and highlight "NAME Add-on Repository" > open context menu ("c" on keyboard or right mouse click) > Force refresh

or use my repository.

@Eye in the sky

use plugin.video.hulu-beta


RE: [SUPPORT] Hulu Video Plugin - vvvmgar - 2013-12-19

Not sure if/how this is related, but my Hulu addon works EXCEPT for the search. I have tried removing/rebooting/reinstalling, etc. no luck. Here's the error from the debug:

2795500608 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute 'replace'
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/plugin.video.hulu/default.py", line 60, in <module>
modes ( )
File "/home/pi/.xbmc/addons/plugin.video.hulu/default.py", line 47, in modes
search.Main()
File "/home/pi/.xbmc/addons/plugin.video.hulu/resources/lib/_search.py", line 29, in __init__
self.addMenuItems(perpage,common.args.page,search,'1')
File "/home/pi/.xbmc/addons/plugin.video.hulu/resources/lib/_search.py", line 72, in addMenuItems
infoLabels['Plot'] = full_description.replace('\n', ' ').replace('\r', ' ').encode('utf-8')
AttributeError: 'NoneType' object has no attribute 'replace'
-->End of Python script error report<--

I can browse for shows/movies and then play successfully, just the search fails - any help/guidance/suggestions greatly appreciated!

Raspberry PI/XBMC 12.2/HULU 3.4.8


RE: [SUPPORT] Hulu Video Plugin - moneymaker - 2013-12-19

@vvvmgar

use plugin.video.hulu-beta (repository-beta download - signature)


RE: [SUPPORT] Hulu Video Plugin - vvvmgar - 2013-12-20

@moneymaker

Got it - works like a charm!

Appreciate it greatly...


RE: [SUPPORT] Hulu Video Plugin - djmojo86 - 2013-12-23

@moneymaker thank you very much for your quick reply.
I changed all the options you suggested. (BETA VERSION)
Still no playback.
By the way I am trying to watch without Playback from NON-US but with RD Account.
Is RD working in the beta? Do you recomend these settings for the 3.4.8 version two?


RE: [SUPPORT] Hulu Video Plugin - londonshore - 2013-12-24

same here i have changed all settings as asked i am in london ontario canada .. does it work here? it plays adds then boots me off smil did not contain video links geo blocked Huh?


RE: [SUPPORT] Hulu Video Plugin - moneymaker - 2013-12-24

@djmojo86

RD isn't fixed yet. Use a DNS Proxy.

@londonshore

CA isn't US, so you need a US Proxy or a DNS Proxy.


RE: [SUPPORT] Hulu Video Plugin - be2slow - 2013-12-25

Hey all, does the XBMC library auto update still work? I have tried both the version from kreeturez and ziti (I have restarted XBMC after install).

I add the subscription folder, which currently has one show, and it shows in the library. When I add another show to the subscription, I wait a few hours, and it doesn't update.


RE: [SUPPORT] Hulu Video Plugin - Adman1422 - 2013-12-26

(2013-12-18, 18:25)moneymaker Wrote: @juju

Known issue, I have to fix it.

@spacemanza, djmojo86

Please be sure the addon is configured as below:

# Select "akamai" for the Default CDN
# Uncheck "Network Pre-roll".
# Set Pre-Roll ads and Trailing ads to 0.
# Uncheck "Enable Commercial breaks".
# be sure Proxy is Unchecked. (only U.S.)

@djmojo86

System > Add-ons > Get Add-ons > locate and highlight "NAME Add-on Repository" > open context menu ("c" on keyboard or right mouse click) > Force refresh

or use my repository.

@Eye in the sky

use plugin.video.hulu-beta

@moneymaker - what is your repository?