• 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 32
[RELEASE] Amazon Prime Instant Video (US/UK/DE)
All, looking for a suggestion as to where to enter/look for the login credentials for this add-on. I can't find it anyplace. This is a new installation of Kodi in a Ubuntu Virtual machine. If there is an additional add-on I need/missed then please let me know. Thanks.
Reply
It looks like the HD streams are unavailable again. Any way how to fix that?
Reply
My Kodibuntu keeps on crashing if I play content via this Amazon Prime addon. The video freezes and sound stutters. It happens in a time span from 10-60 minutes after I started to play the video. I have to reboot my Mac Mini to get into Kodi again. I can watch Live-TV via TV-Headend for hours and nothing happens. Another thing regarding Amazon Prime addon: I don't see details about the videos. They only appear if i played the video.
Here is my log-file: http://pastebin.com/caR27eJP
Reply
Seems like everything works fine up until I pick a movie and it says 'Opening Stream' and then it gives me an error saying to check the log.

It never has asked me for my login/password information...

Code:
12:13:05 T:2588  NOTICE: Thread JobWorker start, auto delete: true
12:14:06 T:1664  NOTICE: Previous line repeats 2 times.
12:14:06 T:1664  NOTICE: Thread LanguageInvoker start, auto delete: false
12:14:06 T:1664  NOTICE: -->Python Interpreter Initialized<--
12:14:08 T:1664   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "C:\Users\Jorge Lorenzo\AppData\Roaming\Kodi\addons\plugin.video.prime_instant\default.py", line 1078, in <module>
                                                playVideo(url, selectQuality=="true")
                                              File "C:\Users\Jorge Lorenzo\AppData\Roaming\Kodi\addons\plugin.video.prime_instant\default.py", line 628, in playVideo
                                                content = opener.open('https://'+apiMain+'.amazon.com/cdp/catalog/GetStreamingUrlSets?version=1&format=json&firmware=WIN%2011,7,700,224%20PlugIn&marketplaceID='+urllib.quote_plus(matchMID[0])+'&token='+urllib.quote_plus(matchToken[0])+'&deviceTypeID='+urllib.quote_plus(matchDID[0])+'&asin='+videoID+'&customerID='+urllib.quote_plus(matchCID[0])+'&deviceID='+urllib.quote_plus(matchCID[0])+str(int(time.time()*1000))+videoID).read()
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
12:14:08 T:4628   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.prime_instant/?url=B00EL8JCGU&mode=playVideo&name=World+War+Z&thumb=http%3A%2F%2Fecx.images-amazon.com%2Fimages%2FI%2F517blCGZzDL.jpg]
12:14:08 T:1804  NOTICE: Thread BackgroundLoader start, auto delete: false
Reply
(2015-08-17, 00:02)jeflatt Wrote: I have been unable to get this plugin to work. I've read through every page of this thread, and got further, but I just can't get anything to play. When I click on a movie to watch, I get an "opening stream" message. Then nothing happens and it goes back to the menu. I thought maybe it was just slow to load. After an hour I gave up. So I clicked it again. Now I get the message "Amazon meldet: CDP.Playback.NoAvailableStreams Too Many Concurrent Streams" followed by the message "Playback failed One or more items failed to play. Check the log fro more information about this message".

http://xbmclogs.com/pbklukzrm

I basically get this same issue, I think it something to do with they way Amazon changed their web site around but I could be wrong. This is what happens when you have a third party adoon instead of something that is actually supported by Amazon, they changed one little thing on their web site and your addon is dead in the water...
Reply
I installed this addon today and all works fine except for HD Audio & Video. The version I have is 1.1.6.

I read through most of this thread and wonder if it's still necessary to replace default.py or is it not necessary in the version I have ?

I just started watching Hand of God and know it's streamed in both HD Audio and Video, although Amazon doesn't state the specs on this series.

OpenELEC 5.95.5
Intel NUC i5
USA
Reply
Seems like a great addon, but I can't figure out where to enter my login information. HuhHuhHuh
Reply
When you click on "Movies" or "TV Shows" the first time, it will ask for your email address and password (for Prime).

This add on stopped working for me a few days ago. It will start but almost nothing is listed except for 2 short previews. Everything else is blank and all you see is "Next Page"

OpenELEC 5.95.5
Intel NUC i5
USA
Reply
check out that post: http://forum.kodi.tv/showthread.php?tid=...pid1993947 probably this helps...
rebuilding ....
Reply
I tried changing the default.py file and my Amazon Prime Video settings (Silverlight to Flash). The only thing I can watch are Sneaky Pete and Casanova. Everything else is empty. Is this addon working for anyone else in the US ?

OpenELEC 5.95.5
Intel NUC i5
USA

Windows 10 Dell Desktop Computer - same results

Addon Version: 1.1.6
Reply
Hi All
Ive been using this addon successfully for about a week. Watched it ok last night. This morning I keep getting 404 errors on any video I try and select.

Windows 10
Asus VivoMini i3
UK
Kodi 15
Reply
I'm also getting '404' errors, in the kodi.log I get this Python exception:

Code:
17:55:21 T:140254739867392  NOTICE: http://www.amazon.co.uk/gp/product/B014EFL61I
17:55:22 T:140254739867392   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 404: Not Found
                                            Traceback (most recent call last):
                                              File "/home/rob/.kodi/addons/plugin.video.prime_instant/default.py", line 1442, in <module>
                                                listSeasons(name, url, thumb, showAll=showAllSeasons)
                                              File "/home/rob/.kodi/addons/plugin.video.prime_instant/default.py", line 580, in listSeasons
                                                content = getUnicodePage(urlMain+"/gp/product/"+seriesID)
                                              File "/home/rob/.kodi/addons/plugin.video.prime_instant/default.py", line 996, in getUnicodePage
                                                req = opener.open(url)
                                              File "/usr/lib/python2.7/urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "/usr/lib/python2.7/urllib2.py", line 442, in error
                                                result = self._call_chain(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "/usr/lib/python2.7/urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "/usr/lib/python2.7/urllib2.py", line 448, in error
                                                return self._call_chain(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 404: Not Found
                                            -->End of Python script error report<--
17:55:22 T:140255479793600   ERROR: GetDirectory - Error getting plugin://plugin.video.prime_instant/?mode=listSeasons&name=Hand%20Of%20God&thumb=http%3a%2f%2fecx.images-amazon.com%2fimages%2fI%2f51szT%252Bkv8QL.jpg&url=B014EFL61I
17:55:22 T:140255479793600   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.prime_instant/?mode=listSeasons&name=Hand%20Of%20God&thumb=http%3a%2f%2fecx.images-amazon.com%2fimages%2fI%2f51szT%252Bkv8QL.jpg&url=B014EFL61I) failed

I have edited the default.py code to print out the URL which it was trying to get before it threw the exception. In the above case it is http://www.amazon.co.uk/gp/product/B014EFL61I. The weird thing is that I can happily get the content of this URL via 'wget <url> on the command line from my Kodi PC and from a browser on another PC. This makes me think that something more complex is going wrong.
Reply
Just change this in default.py like me:

opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
#userAgent = "Mozilla/5.0 (X11; U; Linux i686; en-EN) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Large Screen Safari/533.4 GoogleTV/ 162671"
userAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:10.0) Gecko/20100101 Firefox/10.0"
opener.addheaders = [('User-agent', userAgent)]
Reply
(2015-09-16, 19:49)tyborall Wrote: Just change this in default.py like me:

opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
#userAgent = "Mozilla/5.0 (X11; U; Linux i686; en-EN) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Large Screen Safari/533.4 GoogleTV/ 162671"
userAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:10.0) Gecko/20100101 Firefox/10.0"
opener.addheaders = [('User-agent', userAgent)]

Surely that wont work on windows?
Reply
Stopped working for me also - has something changed at Amazon?
Reply
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 32

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Amazon Prime Instant Video (US/UK/DE)6