-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to play Videos: HTTP ERROR 410 GONE #33
Comments
Confirm this issuse.
|
Same here:
|
Amazon switched to HTML5 streaming finally. The old addresses were deactivated, so this addon will not work until more information about the new HTML5-Player is available. |
What do you mean with "more informations". How we can accomplish this, or can we support you on this? |
Probably access to an amazon account where HTML5 is enabled? |
Shouldn't it be actually easier to accomplish this, when it works over HTML5? Unless they do some complex signing bs on the front end. |
I can't login! I de- and reinstalled the addon few times but no chance. 23:35:02 T:9252 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- |
Same issue here. I can't login. |
Same issue here, can't login :( Here are my log entries osmc@osmc:~/.kodi$ tail -f temp/kodi.log -n 100 | grep -i error |
Confirmed. |
Same issue. Stuck at login loop |
Its seems like the current created prime linkes are "GONE".
17:21:49 2565.876709 T:1549788192 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: Error Contents: HTTP Error 410: Gone Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 1461, in playVideo(url, selectQuality=="true") File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 784, in playVideo asincontent = getUnicodePage('https://'+apiMain+'.amazon.com/cdp/catalog/GetASINDetails?version=2&format=json&asinlist='+videoID+'&deviceID='+urllib.quote_plus(matchCID[0].encode("utf8"))+'&includeRestrictions=true&deviceTypeID='+matchDID[0]+'&firmware=WIN%2017,0,0,188%20PlugIn&NumberOfResults=1') File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 1009, in getUnicodePage req = opener.open(url) File "/usr/lib/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 475, in error return self._call_chain(_args) File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain result = func(_args) File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 410: Gone -->End of Python script error report<-- 17:21:50 2566.015381 T:1957859888 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.prime_instant/?url=B00LW8EDBG&mode=playVideo]
if i open the link in a browser i get :
Gone
The requested resource
/cdp/catalog/GetASINDetails
is no longer available on this server and there is no forwarding address. Please remove all references to this resource
The text was updated successfully, but these errors were encountered: