That repository works perfectly.
Thank you.
That repository works perfectly.
Thank you.
Hello
I am trying to install the Kodinerds Repository zip file on a Windows 10 machine so I can install the Amazon VOD add-on. I have done this successfully before, bit when I try to install from zip file I get the errors in following [definition='1','0']log[/definition]
https://paste.kodi.tv/iihixanoped
The key errors seem to be
2019-04-19 12:51:56.623 T:8980 DEBUG: CAddonInstaller: installing from zip 'C:\Users\clive\Downloads\repository.kodinerds-6.0.0.zip'2019-04-19 12:51:56.624 T:8980 DEBUG: ZipManager: not a zip file!2019-04-19 12:51:56.625 T:8980 ERROR: XFILE::CDirectory::GetDirectory - Error getting zip://C%3a%5cUsers%5cclive%5cDownloads%http://5crepository.kodinerds-6.0.0.zip/2019-04-19 12:51:56.640 T:8980 DEBUG: ------ Window Init (DialogNotification.xml) ------
2019-04-19 12:51:44.164 T:8980 DEBUG: CAddonInstaller: installing from zip 'C:\Users\clive\Downloads\repo-master.zip'2019-04-19 12:51:46.607 T:8980 ERROR: Failed to read 'zip://C%3a%5cUsers%5cclive%5cDownloads%http://5crepo-master.zip/repo-master/addon.xml'
Alles anzeigenHello @cliverlong
...just go to "/storage/.kodi/addons" and change the file "plugin.video.amazon-test/resources/lib/network.py" in line 223 from:
if ('catalog/GetPlaybackResources' == mode):
to
if ('catalog/GetPlaybackResources' == mode) and (g.platform & g.OS_ANDROID):
After this change you will only have a resulution of 955 x 560, but it 's better than nothing until a better solution will be found.
Cheers
Mark
Hello ,
Thanks for your detailed help.
I have made the change you suggested to the network.py module source on the Windows 10 machine. The error is still present, in that I can see the program or film list in Amazon VOD but I can't run any content. However, the messages in the [definition='1','0']log[/definition] are quite different from earlier.
The new [definition='1','0']log[/definition] after your suggested source change is here: http://paste.kodi.tv/aximepepet
And the following [definition='1','0']log[/definition] extract may be relevant
DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
2019-04-06 07:59:11.943 T:4368 DEBUG: CGUIWindowVideoBase::OnPlayMedia plugin://plugin.video.amazon-test/?asin=B00G0TRQTI&mode=PlayVideo&adult=0&name=1+-+What+Lies+Ahead&trailer=0&selbitrate=0
2019-04-06 07:59:11.943 T:13932 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
2019-04-06 07:59:11.943 T:13932 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
2019-04-06 07:59:11.945 T:4368 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Amazon VOD('plugin://plugin.video.amazon-test/','1','?asin=B00G0TRQTI&mode=PlayVideo&adult=0&name=1+-+What+Lies+Ahead&trailer=0&selbitrate=0','resume:false')
2019-04-06 07:59:11.945 T:4368 DEBUG: CScriptInvocationManager::GetLanguageInvoker - Reusing LanguageInvokerThread 13 for script C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py
2019-04-06 07:59:11.945 T:12828 INFO: initializing python engine.
2019-04-06 07:59:11.945 T:12828 DEBUG: CPythonInvoker(13, C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py): start processing
2019-04-06 07:59:11.945 T:12828 DEBUG: CPythonInvoker(13, C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py): entering source directory C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test
2019-04-06 07:59:11.945 T:12828 DEBUG: CPythonInvoker(13, C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py): instantiating addon using automatically obtained id of "plugin.video.amazon-test" dependent on version 2.24.0 of the xbmc.python api
2019-04-06 07:59:11.946 T:12828 DEBUG: [Amazon VOD] Requested {'asin': 'B00G0TRQTI', 'name': '1 - What Lies Ahead', 'mode': 'PlayVideo', 'selbitrate': '0', 'trailer': '0', 'adult': '0'}
2019-04-06 07:59:11.949 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: Platform information: ('Windows', 'HP-Win10-Laptop', '10', '10.0.17763', 'AMD64', 'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel')
2019-04-06 07:59:11.949 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: inputstreamhelper is enabled. You can disable inputstreamhelper by setting "disabled" to "true" in settings.xml (Note: only recommended for developers knowing what they're doing!)
2019-04-06 07:59:11.949 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: jsonrpc payload: {'params': {'addonid': 'inputstream.adaptive'}, 'jsonrpc': '2.0', 'id': 1, 'method': 'Addons.GetAddonDetails'}
2019-04-06 07:59:11.949 T:13932 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
2019-04-06 07:59:11.949 T:13932 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
2019-04-06 07:59:11.949 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: jsonrpc response: {"id":1,"jsonrpc":"2.0","result":{"addon":{"addonid":"inputstream.adaptive","type":"kodi.inputstream"}}}
2019-04-06 07:59:11.949 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: inputstream.adaptive is installed.
2019-04-06 07:59:11.950 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: jsonrpc payload: {'params': {'properties': ['enabled'], 'addonid': 'inputstream.adaptive'}, 'jsonrpc': '2.0', 'id': 1, 'method': 'Addons.GetAddonDetails'}
2019-04-06 07:59:11.950 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: jsonrpc response: {"id":1,"jsonrpc":"2.0","result":{"addon":{"addonid":"inputstream.adaptive","enabled":true,"type":"kodi.inputstream"}}}
2019-04-06 07:59:11.950 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: inputstream.adaptive 2.3.16 is enabled.
2019-04-06 07:59:11.950 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: inputstream.adaptive 2.3.16 is installed and enabled.
2019-04-06 07:59:11.966 T:15900 DEBUG: Thread scriptobs start, auto delete: false
2019-04-06 07:59:12.023 T:116 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Playlist.OnClear - data: {"playlistid":1}
2019-04-06 07:59:12.023 T:116 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Playlist.OnAdd - data: {"item":{"episode":1,"season":2,"showtitle":"The Walking Dead","title":"What Lies Ahead","type":"episode"},"playlistid":1,"position":0}
2019-04-06 07:59:12.167 T:4368 DEBUG: ------ Window Init (DialogBusy.xml) ------
2019-04-06 07:59:12.170 T:12828 DEBUG: CAddonSettings[inputstream.adaptive]: loading setting definitions
2019-04-06 07:59:12.176 T:12828 DEBUG: Previous line repeats 3 times.
2019-04-06 07:59:12.176 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: Found Widevine binary at C:\Users\Clive\AppData\Roaming\Kodi\cdm\widevinecdm.dll
2019-04-06 07:59:12.187 T:12828 DEBUG: [script.module.inputstreamhelper-0.3.4]: Widevine update check was made on 2019-03-22T21:06:43
2019-04-06 07:59:12.192 T:12828 NOTICE: [Amazon VOD] postURL: http://127.0.0.1/gpr/https%3A%2F%2Fatv-ps-eu.amazon.co.uk%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3DB00G0TRQTI%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3D723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd%26marketplaceID%3DA1F83G8C2ARO7P%26format%3Djson%26version%3D1%26gascEnabled%3Dfalse%26subtitleFormat%3DTTMLv2%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY?tag=kodinerds04-21 [Anzeige]
2019-04-06 07:59:12.198 T:11572 DEBUG: [Amazon VOD] [PS] Requested POST path [u'gpr', u'https%3A%2F%2Fatv-ps-eu.amazon.co.uk%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3DB00G0TRQTI%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3D723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd%26marketplaceID%3DA1F83G8C2ARO7P%26format%3Djson%26version%3D1%26gascEnabled%3Dfalse%26subtitleFormat%3DTTMLv2%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY']
2019-04-06 07:59:12.202 T:11572 DEBUG: [Amazon VOD] [PS] Forwarding the GET request towards https://atv-ps-eu.amazon.co.uk/cdp/catalog/GetPlaybackResources?asin=B00G0TRQTI&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd&marketplaceID=A1F83G8C2ARO7P&format=json&version=1&gascEnabled=false&subtitleFormat=TTMLv2&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https&deviceBitrateAdaptationsOverride=CVBR%2CCBR&audioTrackId=all&languageFeature=MLFv2&videoMaterialType=Feature&desiredResources=PlaybackUrls%2CSubtitleUrls%2CForcedNarratives&supportedDRMKeyScheme=DUAL_KEY&tag=kodinerds04-21 [Anzeige]
2019-04-06 07:59:12.247 T:11572 DEBUG: ----------------------------------------
2019-04-06 07:59:12.247 T:11572 DEBUG: Exception happened during processing of request from
2019-04-06 07:59:12.247 T:11572 DEBUG: ('127.0.0.1', 64145)
2019-04-06 07:59:12.247 T:11572 ERROR: Traceback (most recent call last):
2019-04-06 07:59:12.247 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2019-04-06 07:59:12.247 T:11572 ERROR: self.finish_request(request, client_address)
2019-04-06 07:59:12.247 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2019-04-06 07:59:12.247 T:11572 ERROR: self.RequestHandlerClass(request, client_address, self)
2019-04-06 07:59:12.247 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2019-04-06 07:59:12.247 T:11572 ERROR: self.handle()
2019-04-06 07:59:12.247 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2019-04-06 07:59:12.247 T:11572 ERROR: self.handle_one_request()
2019-04-06 07:59:12.247 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2019-04-06 07:59:12.248 T:11572 ERROR: method()
2019-04-06 07:59:12.248 T:11572 ERROR: File "C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\proxy.py", line 195, in do_POST
2019-04-06 07:59:12.248 T:11572 ERROR: self._AlterGPR(unquote(path[1]), headers, data)
2019-04-06 07:59:12.248 T:11572 ERROR: File "C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\proxy.py", line 227, in _AlterGPR
2019-04-06 07:59:12.248 T:11572 ERROR: content = json.loads(content)
2019-04-06 07:59:12.248 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 339, in loads
2019-04-06 07:59:12.248 T:11572 ERROR: return _default_decoder.decode(s)
2019-04-06 07:59:12.248 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 364, in decode
2019-04-06 07:59:12.248 T:11572 ERROR: obj, end = self.raw_decode(s, idx=_w(s, 0).end())
2019-04-06 07:59:12.248 T:11572 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
2019-04-06 07:59:12.249 T:11572 ERROR: raise ValueError("No JSON object could be decoded")
2019-04-06 07:59:12.249 T:11572 ERROR: ValueError: No JSON object could be decoded
2019-04-06 07:59:12.249 T:11572 DEBUG: ----------------------------------------
2019-04-06 07:59:12.249 T:12828 ERROR: [Amazon VOD] Error reason: ('Connection aborted.', BadStatusLine("''",)) (ConnectionError)
2019-04-06 07:59:12.250 T:12828 DEBUG: [Amazon VOD] Playing Dummy Video
2019-04-06 07:59:12.257 T:4368 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
Hi
Thanks for the very quick reply.
I made the source code change to network.py module
but the problem is still there. I can't load Amazon VOD content.
Do I need to do anything to the network.pyo module in the same library?
Thanks
Clive
we know about. amazon changed his drm. so only google certificed devices can use amazon prime video.
don't know if the addon can be changed. for now there is a small work arround if you edit one file. please check the last pages of the amazon vod thread.
Can you please give me the link to
"last pages of the amazon vod thread."
As I cannot find on this site?
Thanks,
Much appreciated.
Clive
Running Kodi 18.1 Leia on Windows 10 see error message "HTTP error " when I try to run any content from Amazon VOD.
Maybe related errors here: https://paste.kodi.tv/yevoruqoyu
NOTICE: [Amazon VOD] searching fanart for THE GRAND TOUR at thetvdb.com
2019-04-05 20:08:22.109 T:19168 ERROR: XFILE::CDirectory::GetDirectory - Error getting \
2019-04-05 20:08:22.302 T:3404 NOTICE: [Amazon VOD] getURL: https://atv-ps-eu.amazon.co.uk/cdp/catalog/GetASINDetails?firmware=fmw%3A17-app%3A2.0.45.1210&deviceTypeID=A2M4YX06LWP8WI&deviceID=723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd&format=json&version=2&formatVersion=3&marketplaceId=A1F83G8C2ARO7P&IncludeAll=T&AID=1&ASINList=B00I91RKPU&tag=kodinerds04-21 [Anzeige]
2019-04-05 20:08:22.388 T:3404 NOTICE: [Amazon VOD] searching fanart for OUTLANDER at thetvdb.com
2019-04-05 20:08:22.439 T:6484 NOTICE: [Amazon VOD] searching fanart for THE GRAND TOUR at tmdb.com
2019-04-05 20:08:23.946 T:16756 NOTICE: [Amazon VOD] postURL: http://127.0.0.1/gpr/https%3A%2F%2Fatv-ps-eu.amazon.co.uk%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3DB07NF8Z43B%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3D723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd%26marketplaceID%3DA1F83G8C2ARO7P%26format%3Djson%26version%3D1%26gascEnabled%3Dfalse%26subtitleFormat%3DTTMLv2%26operatingSystemName%3DWindows%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY?tag=kodinerds04-21 [Anzeige]
2019-04-05 20:08:23.963 T:6484 NOTICE: [Amazon VOD] getURL: https://atv-ps-eu.amazon.co.uk/cdp/catalog/GetASINDetails?firmware=fmw%3A17-app%3A2.0.45.1210&deviceTypeID=A2M4YX06LWP8WI&deviceID=723bca3d5f29ea2c7a695cae83f9801a4bc2f1f5707662076d8d89dd&format=json&version=2&formatVersion=3&marketplaceId=A1F83G8C2ARO7P&IncludeAll=T&AID=1&ASINList=B01M6Z5X6N&tag=kodinerds04-21 [Anzeige]
2019-04-05 20:08:24.135 T:6484 NOTICE: [Amazon VOD] searching fanart for TAKEN at thetvdb.com
2019-04-05 20:08:25.770 T:13792 ERROR: Traceback (most recent call last):
2019-04-05 20:08:25.770 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2019-04-05 20:08:25.772 T:13792 ERROR: self.finish_request(request, client_address)
2019-04-05 20:08:25.772 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2019-04-05 20:08:25.772 T:13792 ERROR: self.RequestHandlerClass(request, client_address, self)
2019-04-05 20:08:25.772 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2019-04-05 20:08:25.772 T:13792 ERROR: self.handle()
2019-04-05 20:08:25.772 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2019-04-05 20:08:25.774 T:13792 ERROR: self.handle_one_request()
2019-04-05 20:08:25.774 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2019-04-05 20:08:25.774 T:13792 ERROR: method()
2019-04-05 20:08:25.774 T:13792 ERROR: File "C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\proxy.py", line 195, in do_POST
2019-04-05 20:08:25.776 T:13792 ERROR: self._AlterGPR(unquote(path[1]), headers, data)
2019-04-05 20:08:25.776 T:13792 ERROR: File "C:\Users\Clive\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\proxy.py", line 227, in _AlterGPR
2019-04-05 20:08:25.777 T:13792 ERROR: content = json.loads(content)
2019-04-05 20:08:25.777 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 339, in loads
2019-04-05 20:08:25.778 T:13792 ERROR: return _default_decoder.decode(s)
2019-04-05 20:08:25.778 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 364, in decode
2019-04-05 20:08:25.780 T:13792 ERROR: obj, end = self.raw_decode(s, idx=_w(s, 0).end())
2019-04-05 20:08:25.780 T:13792 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
2019-04-05 20:08:25.780 T:13792 ERROR: raise ValueError("No JSON object could be decoded")
2019-04-05 20:08:25.780 T:13792 ERROR: ValueError: No JSON object could be decoded
2019-04-05 20:08:25.782 T:16756 ERROR: [Amazon VOD] Error reason: ('Connection aborted.', BadStatusLine("''",)) (ConnectionError)
2019-04-05 20:08:25.798 T:22400 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?asin=B07NF8Z43B&mode=PlayVideo&adult=0&name=Season+1+Official+Trailer&trailer=0&selbitrate=0
2019-04-05 20:08:25.799 T:1080 NOTICE: Creating InputStream
2019-04-05 20:08:25.816 T:1080 NOTICE: Creating Demuxer
2019-04-05 20:08:25.817 T:1080 NOTICE: Opening stream: 0 source: 256
2019-04-05 20:08:25.817 T:1080 NOTICE: Creating video codec with codec id: 13
2019-04-05 20:08:25.817 T:1080 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: raw video
2019-04-05 20:08:25.817 T:1080 NOTICE: Creating video thread
2019-04-05 20:08:25.817 T:1936 NOTICE: running thread: video_thread
2019-04-05 20:08:25.818 T:1080 NOTICE: CVideoPlayer::OnExit()
2019-04-05 20:08:25.818 T:1080 NOTICE: VideoPlayer: eof, waiting for queues to empty
2019-04-05 20:08:25.818 T:1080 NOTICE: Closing stream player 2
2019-04-05 20:08:25.818 T:1080 NOTICE: waiting for video thread to exit
2019-04-05 20:08:25.818 T:1936 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
Hi
English I'm afraid. I guess I'm still allowed to post here
I had Amazon VOD working successfully on RPI 3 running OSMC or XBian Leia 18.1 for a few weeks.
About three days ago Amazon VOD addon stopped working on Kodi. Sometimes when I try to stream a TV show or film through Kodi/Amazon VOD the machine hangs, sometimes the circling icon shows then just the list of program titles and thumbnails shows, no TV show of films start to show in Kodi. No error messages.
I have run the Kodi update but that did not fix the problem.
Kodi Log file is at:
https://paste.kodi.tv/cihedavove
Is the following extract relevant.?
2019-04-05 19:20:13.775 T:1911386720 ERROR: JSONRPC Server: Failed to connect to sdpd
2019-04-05 19:20:21.830 T:1681674992 NOTICE: [Amazon VOD] Service: Proxy bound to 127.0.0.1:53327
2019-04-05 19:20:21.833 T:1681674992 NOTICE: [Amazon VOD] Service: Proxy server started
2019-04-05 19:20:21.833 T:1681674992 NOTICE: [Amazon VOD] Service started
2019-04-05 19:20:46.677 T:1549787888 NOTICE: [Amazon VOD] Version: 0.7.0-ter
2019-04-05 19:20:46.677 T:1549787888 NOTICE: [Amazon VOD] Unicode filename support: False
2019-04-05 19:20:46.678 T:1549787888 NOTICE: [Amazon VOD] Locale: en-gb / Language: en
2019-04-05 19:20:53.068 T:1549787888 NOTICE: [Amazon VOD] getURL: https://atv-ps-eu.amazon.co.uk/cdp/catalog/Browse?firmware=fmw%3A17-app%3A2.0.45.1210&deviceTypeID=A2M4YX06LWP8WI&deviceID=aa7c9849e2840db8590f5116758eff4a43aa510b164411e9dde2ec4d&format=json&version=2&formatVersion=3&marketplaceId=A1F83G8C2ARO7P&IncludeAll=T&AID=1&OfferGroups=B0043YVHMY&ContentType=TVEpisode&RollupToSeason=T&OrderBy=AvailabilityDate&MinAmazonRatingCount=40&HideNum=F&Preorder=F&Detailed=T&ContractID=UX%2A&NumberOfResults=40&StartIndex=0&mobileClient=true&tag=kodinerds04-21 [Anzeige]
2019-04-05 19:20:58.267 T:1549787888 NOTICE: [Amazon VOD] Starting Fanart Update
2019-04-05 19:20:58.346 T:1549787888 NOTICE: [Amazon VOD] Finished Fanart Update
2019-04-05 19:21:00.687 T:1549787888 NOTICE: [Amazon VOD] getURL: https://atv-ps-eu.amazon.co.uk/cdp/catalog/Browse?firmware=fmw%3A17-app%3A2.0.45.1210&deviceTypeID=A2M4YX06LWP8WI&deviceID=aa7c9849e2840db8590f5116758eff4a43aa510b164411e9dde2ec4d&format=json&version=2&formatVersion=3&marketplaceId=A1F83G8C2ARO7P&IncludeAll=T&AID=T&SeasonASIN=B07L8LFGV2%2CB07L8NZBDZ%2CB07L8P42GB%2CB07L8PFNKC&OfferGroups=B0043YVHMY&Detailed=T&ContentType=TVEpisode&IncludeBlackList=T&NumberOfResults=40&StartIndex=0&mobileClient=true&tag=kodinerds04-21 [Anzeige]
2019-04-05 19:21:02.609 T:1549787888 NOTICE: [Amazon VOD] Starting Fanart Update
2019-04-05 19:21:02.689 T:1549787888 NOTICE: [Amazon VOD] Finished Fanart Update
2019-04-05 19:21:05.970 T:1549787888 NOTICE: [Amazon VOD] postURL: http://127.0.0.1/gpr/https%3A%2F%2Fatv-ps-eu.amazon.co.uk%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3DB07NF8Z43B%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3Daa7c9849e2840db8590f5116758eff4a43aa510b164411e9dde2ec4d%26marketplaceID%3DA1F83G8C2ARO7P%26format%3Djson%26version%3D1%26gascEnabled%3Dfalse%26subtitleFormat%3DTTMLv2%26operatingSystemName%3DWindows%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY?tag=kodinerds04-21 [Anzeige]
2019-04-05 19:21:08.547 T:1549787888 NOTICE: [Amazon VOD] Using Host: Akamai
2019-04-05 19:21:08.549 T:1549787888 NOTICE: [Amazon VOD] checkURL: https://a169avoddashs3ww-a.akamaihd.net/d/2$b0BIArKmb2yCJJo3l1bno9HBlNg~/ondemand/ww_dub/ab06/e412/c394/45f6-96e7-43ede5f1b02d/89247b78-e3cd-4a8c-9234-cf8130265bdb_corrected.mpd
2019-04-05 19:21:08.951 T:1549787888 NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 2.3.15
2019-04-05 19:21:08.999 T:1911386720 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?asin=B07NF8Z43B&mode=PlayVideo&adult=0&name=Season+1+Official+Trailer&trailer=0&selbitrate=0
2019-04-05 19:21:09.001 T:1512039152 NOTICE: Creating InputStream
2019-04-05 19:21:13.122 T:1512039152 ERROR: AddOnLog: InputStream Adaptive: Unable to find license;hdcpEnforcementResolutionPixels in JSON string
2019-04-05 19:21:13.123 T:1512039152 ERROR: AddOnLog: InputStream Adaptive: License update not successful (no keys)
2019-04-05 19:21:13.124 T:1512039152 ERROR: AddOnLog: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)
2019-04-05 19:21:13.128 T:1512039152 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.amazon-test/?asin=B07NF8Z43B&mode=PlayVideo&adult=0&name=Season+1+Official+Trailer&trailer=0&selbitrate=0]
2019-04-05 19:21:13.128 T:1512039152 NOTICE: CVideoPlayer::OnExit()
2019-04-05 19:21:13.571 T:1911386720 NOTICE: CVideoPlayer::CloseFile()
2019-04-05 19:21:13.572 T:1911386720 NOTICE: VideoPlayer: waiting for threads to exit
2019-04-05 19:21:13.572 T:1911386720 NOTICE: VideoPlayer: finished waiting
2019-04-05 19:21:13.593 T:1911386720 WARNING: OnMessage: Suspiciously long time to handle GUI_MSG_PLAYBACK_STARTED (4.52s)
2019-04-05 19:21:13.682 T:1549787888 NOTICE: [Amazon VOD] postURL: https://atv-ps-eu.amazon.co.uk/cdp/usage/UpdateStream?asin=B07NF8Z43B&deviceTypeID=AOAGZA014O5RE&firmware=1&deviceID=aa7c9849e2840db8590f5116758eff4a43aa510b164411e9dde2ec4d&marketplaceID=A1F83G8C2ARO7P&format=json&version=1&gascEnabled=false&subtitleFormat=TTMLv2&event=STOP&timecode=0.0&tag=kodinerds04-21 [Anzeige]
2019-04-05 19:21:22.643 T:1520431856 NOTICE: [Amazon VOD] postURL: http://127.0.0.1/gpr/https%3A%2F%2Fatv-ps-eu.amazon.co.uk%2Fcdp%2Fcatalog%2FGetPlaybackResources%3Fasin%3DB07N7NSXZG%26deviceTypeID%3DAOAGZA014O5RE%26firmware%3D1%26deviceID%3Daa7c9849e2840db8590f5116758eff4a43aa510b164411e9dde2ec4d%26marketplaceID%3DA1F83G8C2ARO7P%26format%3Djson%26version%3D1%26gascEnabled%3Dfalse%26subtitleFormat%3DTTMLv2%26operatingSystemName%3DWindows%26resourceUsage%3DImmediateConsumption%26consumptionType%3DStreaming%26deviceDrmOverride%3DCENC%26deviceStreamingTechnologyOverride%3DDASH%26deviceProtocolOverride%3DHttps%26deviceBitrateAdaptationsOverride%3DCVBR%252CCBR%26audioTrackId%3Dall%26languageFeature%3DMLFv2%26videoMaterialType%3DFeature%26desiredResources%3DPlaybackUrls%2CSubtitleUrls%2CForcedNarratives%26supportedDRMKeyScheme%3DDUAL_KEY?tag=kodinerds04-21 [Anzeige]
2019-04-05 19:21:22.991 T:1520431856 NOTICE: [Amazon VOD] Using Host: Akamai
2019-04-05 19:21:22.993 T:1520431856 NOTICE: [Amazon VOD] checkURL: https://a86avoddashs3ww-a.akamaihd.net/d/2$rBjdKR5jD3Dk8yS8rvgTpKd_Xbg~/ondemand/ww_dub/d3f5/582b/83c5/4c5a-a377-4359f8927da7/34ca1d0e-a8f4-4698-a574-67f4dcc379ab_corrected.mpd
2019-04-05 19:21:23.810 T:1520431856 NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 2.3.15
2019-04-05 19:21:24.052 T:1911386720 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.amazon-test/?asin=B07N7NSXZG&mode=PlayVideo&adult=0&name=1+-+Forest&trailer=0&selbitrate=0
2019-04-05 19:21:24.053 T:1419580144 NOTICE: Creating InputStream
2019-04-05 19:21:28.516 T:1419580144 ERROR: AddOnLog: InputStream Adaptive: Unable to find license;hdcpEnforcementResolutionPixels in JSON string
2019-04-05 19:21:28.516 T:1419580144 ERROR: AddOnLog: InputStream Adaptive: License update not successful (no keys)
2019-04-05 19:21:28.517 T:1419580144 ERROR: AddOnLog: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)
2019-04-05 19:21:28.519 T:1419580144 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.amazon-test/?asin=B07N7NSXZG&mode=PlayVideo&adult=0&name=1+-+Forest&trailer=0&selbitrate=0]
2019-04-05 19:21:28.519 T:1419580144 NOTICE: CVideoPlayer::OnExit()
Thanks
Clive