blummat0360 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Problem playing hulu plus content #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.trying to play hulu plus content
2.
3.

What is the expected output? What do you see instead?
rather than the show playing i get an error message "your access to play this 
content has expired"

What version of the product are you using? On what operating system?
dharma Pre 11 on an apple tv2 

Please provide any additional information below.
my subscription to hulu plus is current, username and password entered 
correctly, hulu plus enabled, etc. regular hulu content plays fine. 

Original issue reported on code.google.com by go...@earthlink.net on 15 Nov 2011 at 3:22

GoogleCodeExporter commented 8 years ago
I believe this to be a message indicating that either the videos you want to 
watch are no longer on their servers, have been moved to another server and not 
properly linked, or maybe even due to server downtime or maintenance.  I was 
trying to rewatch a video today that played perfectly fine a few days ago, only 
to get the same message saying "Your access to play this content has expired. 
This content is unavailable for playback."  There's no way for it to expire, it 
was a totally free video. I can view others I've never watched before posted by 
Hulu (on DailyMotion) but others I've previously watched are also giving the 
same problem.  I really hope it's not some form of DRM that notices your IP has 
seen a video already and decided to cut you off...

Original comment by inescapa...@gmail.com on 13 Feb 2012 at 10:04

GoogleCodeExporter commented 8 years ago
I am using XBMC 11 on Windows. Standard Hulu content works fine. However, I 
cannot watch any content if "Enable Login" is checked. Therefore, I cannot 
access Hulu Plus Content.

I've entered username and password are correct.

Hulu Plus works fine when I use a web browser.

Original comment by mario...@gmail.com on 1 Aug 2012 at 2:56

GoogleCodeExporter commented 8 years ago
The full log is attached. It seems the important part is below.

It's getting HTTP 403 forbidden. Either the URL is incorrect or the 
authentication is not working. I've triple checked my username/password.

00:08:00 T:4188  NOTICE: -->Python Interpreter Initialized<--
00:08:01 T:4188   ERROR: 
C:\Users\fff\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
00:08:01 T:4188   ERROR: 
C:\Users\fff\AppData\Roaming\XBMC\addons\script.module.cryptopy\lib\crypto\hash\
md5Hash.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib 
instead
                                              import md5
00:08:01 T:4188  NOTICE: addoncompat.py: XBMC Revision not available - Version 
String: 11.0 Git:20120321-14feb09
00:08:04 T:4188   ERROR: Error Type: <class 'urllib2.HTTPError'>
00:08:04 T:4188   ERROR: Error Contents: HTTP Error 403: Forbidden
00:08:04 T:4188   ERROR: Traceback (most recent call last):
                                              File "C:\Users\fff\AppData\Roaming\XBMC\addons\plugin.video.hulu\default.py", line 12, in <module>
                                                import resources.lib.common as common
                                              File "C:\Users\fff\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 417, in <module>
                                                checkToken()
                                              File "C:\Users\fff\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 142, in checkToken
                                                login_queue()
                                              File "C:\Users\fff\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 286, in login_queue
                                                data = postAPI(action,parameters,True)
                                              File "C:\Users\fff\AppData\Roaming\XBMC\addons\plugin.video.hulu\resources\lib\common.py", line 323, in postAPI
                                                response = urllib2.urlopen(req)
                                              File "D:\u\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "D:\u\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "D:\u\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "D:\u\XBMC\system\python\Lib\urllib2.py", line 435, in error
                                                return self._call_chain(*args)
                                              File "D:\u\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "D:\u\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
00:08:04 T:4156   ERROR: XFILE::CDirectory::GetDirectory - Error getting 
plugin://plugin.video.hulu
00:08:04 T:4156   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.hulu) failed

Original comment by mario...@gmail.com on 1 Aug 2012 at 3:21

Attachments:

GoogleCodeExporter commented 8 years ago
Are you using your email or username?

if you are using one then try the other.

Original comment by bluecop...@gmail.com on 1 Aug 2012 at 3:25