Release Amazon VOD [plugin.video.amazon[vod|-test]]
I´m using Kodi 19.5 on an Intel NUC with Libreelec 10.0.4. The WebApi is activated (folders were empty before). I can watch movies that I´ve been seen before but cannot start new streams. Some folders genereate http 403 messages and movies do not start. Logfile shows the following. Anyone an idea?
Quote:2023-01-24 19:44:14.759 T:1093     INFO <general>: Loading skin file: Custom_1100_AddonLauncher.xml, load type: KEEP_IN_MEMORY
2023-01-24 19:44:22.349 T:1093    ERROR <general>: Control 52 in window 10025 has been asked to focus, but it can't
2023-01-24 19:44:22.393 T:9712     INFO <general>: initializing python engine.
2023-01-24 19:44:22.963 T:9712     INFO <general>: [Amazon VOD] Version: 0.9.6+matrix.1
2023-01-24 19:44:22.963 T:9712     INFO <general>: [Amazon VOD] Unicode filename support: False
2023-01-24 19:44:22.963 T:9712     INFO <general>: [Amazon VOD] Locale: en-us / Language: de
2023-01-24 19:44:22.994 T:9712     INFO <general>: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
2023-01-24 19:44:25.714 T:9712     INFO <general>: initializing python engine.
2023-01-24 19:44:25.862 T:9712     INFO <general>: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
2023-01-24 19:44:33.744 T:9712     INFO <general>: initializing python engine.
2023-01-24 19:44:33.836 T:9712     INFO <general>: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
2023-01-24 19:44:36.287 T:9712     INFO <general>: initializing python engine.
2023-01-24 19:44:37.664 T:9712     INFO <general>: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
2023-01-24 19:44:40.462 T:9712     INFO <general>: initializing python engine.
2023-01-24 19:44:40.573 T:9712    ERROR <general>: [Amazon VOD] Error reason: 403 error (NoRetries)
2023-01-24 19:44:40.583 T:9712    ERROR <general>: [Amazon VOD] Unable to fetch the url: /gp/video/search/ref=atv_ge_av__c_o4a632_5_smr?queryToken=eyJ0eXBlIjoicXVlcnkiLCJuYXYiOnRydWUsInBpIjoiZGVmYXVsdCIsInNlYyI6ImNlbnRlciIsInN0eXBlIjoic2VhcmNoIiwicXJ5IjoiZmllbGQtZ2VucmUtYmluPWF2X2dlbnJlX2RyYW1hJmZpZWxkLXdheXNfdG9fd2F0Y2g9NzQ0ODY5NzAzMSZwX25fZW50aXR5X3R5cGU9OTczOTExOTAzMSZhZHVsdC1wcm9kdWN0PTAmYnE9KG5vdCBhdl9zZWNvbmRhcnlfZ2VucmU6J2F2X3N1YmdlbnJlX2ludGVybmF0aW9uYWxfaW5kaWEnKSZzZWFyY2gtYWxpYXM9aW5zdGFudC12aWRlbyZxcy1hdl9yZXF1ZXN0X3R5cGU9NCZxcy1pcy1wcmltZS1jdXN0b21lcj0yIiwicnQiOiJvNEE2MzJzbXIiLCJ0eHQiOiJGaWxtZSBrYXVmZW4gb2RlciBsZWloZW4iLCJvZmZzZXQiOjAsIm5wc2kiOjAsIm9yZXEiOiI3ODc2MmM1Ny1iMmVhLTQ3Y2YtYTlmMy0xNGVkYmU0ZmUxY2I6MTY3NDU4NTg3NjAwMCIsInN0cmlkIjoiMToxMUY4MTIzTEk0RklQWiMjTVpRV0daTFVNVlNFR1lMU041MlhHWkxNIiwib3JlcWsiOiJQLzUrQ25hZW8yMi9yS3YzckJRSUY5TXZhTXRtMnQzR0liUDJhVFpkMDFzPSIsIm9yZXFrdiI6MX0%3D&pageId=default&queryPageType=browse&ie=UTF8&episodeListSize=9999
2023-01-24 19:44:40.623 T:9712    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'str' object has no attribute 'get'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
                                                       EntryPoint()
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 62, in EntryPoint
                                                       g.pv.Route(verb, path)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 279, in Route
                                                       elif 'browse' == verb: g.pv.Browse(path)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 594, in Browse
                                                       title = entry.get('title', nodeName)
                                                   AttributeError: 'str' object has no attribute 'get'
                                                   -->End of Python script error report<--
                                                   
2023-01-24 19:44:41.076 T:9712     INFO <general>: Python interpreter stopped
2023-01-24 19:44:41.085 T:9722     INFO <general>: Skipped 4 duplicate messages..
2023-01-24 19:44:41.085 T:9722    ERROR <general>: GetDirectory - Error getting plugin://plugin.video.amazon-test/pv/browse/root/coll1_Startseite/Kategorien/tile_4/Filme
2023-01-24 19:44:41.090 T:1093    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.amazon-test/pv/browse/root/coll1_Startseite/Kategorien/tile_4/Filme) failed
2023-01-24 19:44:41.103 T:9724     INFO <general>: initializing python engine.
2023-01-24 19:44:41.714 T:9724     INFO <general>: CPythonInvoker(17, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
2023-01-24 19:44:44.866 T:9724     INFO <general>: initializing python engine.
2023-01-24 19:44:45.027 T:9724    ERROR <general>: [Amazon VOD] Error reason: 403 error (NoRetries)
2023-01-24 19:44:45.033 T:9724    ERROR <general>: [Amazon VOD] Unable to fetch the url: /gp/video/search/ref=atv_ge_av__c_p7omja_7_smr?queryToken=eyJ0eXBlIjoicXVlcnkiLCJuYXYiOnRydWUsInBpIjoiZGVmYXVsdCIsInNlYyI6ImNlbnRlciIsInN0eXBlIjoic2VhcmNoIiwicXJ5IjoiZmllbGQtZ2VucmUtYmluPWF2X2dlbnJlX2RyYW1hJmZpZWxkLXdheXNfdG9fd2F0Y2g9NzQ0ODY5NTAzMSZwX25fZW50aXR5X3R5cGU9OTczOTExOTAzMSZhZHVsdC1wcm9kdWN0PTAmYnE9KG5vdCBhdl9zZWNvbmRhcnlfZ2VucmU6J2F2X3N1YmdlbnJlX2ludGVybmF0aW9uYWxfaW5kaWEnKSZzZWFyY2gtYWxpYXM9aW5zdGFudC12aWRlbyZxcy1hdl9yZXF1ZXN0X3R5cGU9NCZxcy1pcy1wcmltZS1jdXN0b21lcj0yIiwicnQiOiJwN29NSmFzbXIiLCJ0eHQiOiJQcmltZS1GaWxtZSIsIm9mZnNldCI6MCwibnBzaSI6MCwib3JlcSI6Ijc4NzYyYzU3LWIyZWEtNDdjZi1hOWYzLTE0ZWRiZTRmZTFjYjoxNjc0NTg1ODc2MDAwIiwic3RyaWQiOiIxOjFWUUZPMTdMT0M2NjIjI01aUVdHWkxVTVZTRUdZTFNONTJYR1pMTSIsIm9yZXFrIjoiUC81K0NuYWVvMjIvckt2M3JCUUlGOU12YU10bTJ0M0dJYlAyYVRaZDAxcz0iLCJvcmVxa3YiOjF9&pageId=default&queryPageType=browse&ie=UTF8&episodeListSize=9999
2023-01-24 19:44:45.067 T:9724    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'str' object has no attribute 'get'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
                                                       EntryPoint()
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 62, in EntryPoint
                                                       g.pv.Route(verb, path)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 279, in Route
                                                       elif 'browse' == verb: g.pv.Browse(path)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 594, in Browse
                                                       title = entry.get('title', nodeName)
                                                   AttributeError: 'str' object has no attribute 'get'
                                                   -->End of Python script error report<--
                                                   
2023-01-24 19:44:45.528 T:9724     INFO <general>: Python interpreter stopped
2023-01-24 19:44:45.529 T:9728     INFO <general>: Skipped 1 duplicate messages..
2023-01-24 19:44:45.529 T:9728    ERROR <general>: GetDirectory - Error getting plugin://plugin.video.amazon-test/pv/browse/root/coll1_Startseite/Kategorien/tile_4/Beliebte+Filme
2023-01-24 19:44:45.530 T:1093    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.amazon-test/pv/browse/root/coll1_Startseite/Kategorien/tile_4/Beliebte+Filme) failed
2023-01-24 19:44:45.543 T:9730     INFO <general>: initializing python engine.
Reply


Messages In This Thread
Episodes list don't update. - by Pharazon - 2020-09-20, 20:42
RE: Episodes list don't update. - by Varstahl - 2020-09-21, 09:40
RE: Episodes list don't update. - by Pharazon - 2020-09-22, 02:52
No Videos Showing in Amazon VOD - by bzoit9 - 2023-01-02, 19:21
RE: Amazon VOD [plugin.video.amazon[vod|-test]] - by uweiss - 2023-01-25, 11:31
Amazon VOD addon - by Sumanyu - 2020-08-17, 01:58
Logout Mark Read Team Forum Stats Members Help
Amazon VOD [plugin.video.amazon[vod|-test]]2