Giter VIP home page Giter VIP logo

Comments (10)

DanielSiepmann avatar DanielSiepmann commented on July 17, 2024 2

My log has some more info on that:

2024-04-23 17:27:04.452 T:902     error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'titleIds'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 9, in <module>
                                                       EntryPoint(argv)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 67, in EntryPoint
                                                       _g.pv.Route(verb, path)
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 184, in Route
                                                       elif 'browse' == verb: self._g.pv.Browse(path)
                                                                              ^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 458, in Browse
                                                       node, breadcrumb = self._TraverseCatalog(path)
                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 154, in _TraverseCatalog
                                                       self._LazyLoad(node[nodeName], pathList[0:1 + i])
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1383, in _LazyLoad
                                                       bUpdatedVideoData |= AddSeason(breadcrumb[-1], o, bCacheRefresh, iu)
                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 839, in AddSeason
                                                       bUpdatedVideoData |= ParseSinglePage(oid, season, bCacheRefresh, url=url)
                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1016, in ParseSinglePage
                                                       for e in le['titleIds']:
                                                                ~~^^^^^^^^^^^^
                                                   KeyError: 'titleIds'
                                                   -->End of Python script error report<--

2024-04-23 17:27:04.908 T:901     error <general>: GetDirectory - Error getting plugin://plugin.video.amazon-test/pv/browse/root/Watchlist/watchlist/tv/nextPage/amzn1.dv.gti.40a9f6d2-bef1-501c-2313-5acbaf00ea0d/B00ERNJYNA
2024-04-23 17:27:04.926 T:706     error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.amazon-test/pv/browse/root/Watchlist/watchlist/tv/nextPage/amzn1.dv.gti.40a9f6d2-bef1-501c-2313-5acbaf00ea0d/B00ERNJYNA) failed

Thanks for opening the issue, I thought I broke something :D

from xbmc.

mfp85 avatar mfp85 commented on July 17, 2024 1

Hi, I had the same issue fetching both the watchlist/series but also using the search.
Your latest commit fixed this issue for me.
Thanks for the update!

from xbmc.

cow-crash avatar cow-crash commented on July 17, 2024 1

Hello, I have the same issue. I have installed the version 1.0.5 on Raspberry 4 on libreelec. I have seen that something has changed in code. But not a new release exists. How can I install the "test" release version?

i think, you've to install version 1.0.6,. then do the change of commit

from xbmc.

FestivaL5 avatar FestivaL5 commented on July 17, 2024

Hello,
I'm just install new fresh buil o f kodi for test and I have same issues.
I can load and watch movies but if the list countains series, I have an error.

Thank for your great work !
Clément

from xbmc.

kl8ter avatar kl8ter commented on July 17, 2024

Hello,
I have the same issue. I have installed the version 1.0.5
on Raspberry 4 on libreelec.
I have seen that something has changed in code. But not a new release exists.
How can I install the "test" release version?

from xbmc.

Soybean44 avatar Soybean44 commented on July 17, 2024

Hey,
I have the same issue, I installed the latest version straight from GitHub by cloning the repo and copying the plugin folder to my .kodi directory, however nothing works. watchlist doesn't work as well as searching. I'm on a Raspberry Pi 4 with a fresh install of libreelec. everything is as fresh as fresh can be so I don't know if there is anything else worth mentioning but feel free to ask me if you want any debug info

from xbmc.

cow-crash avatar cow-crash commented on July 17, 2024

menu items like 'search' also disfunctional. @Sandmann79 do you regard this failure?

from xbmc.

DanielSiepmann avatar DanielSiepmann commented on July 17, 2024

Hi, I had the same issue fetching both the watchlist/series but also using the search. Your latest commit fixed this issue for me. Thanks for the update!

Thanks for mentioning. The commit also fixed the issue for me.

For those interested. The file to adjust was located at .kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py, at least for me. I modified the file in the same way as done in the mentioned commit. Maybe this helps some more people until a new version is released.

Also downloading and unpacking the current "master" branch should work as well. One should be able to install the add-on from the zip.

from xbmc.

cow-crash avatar cow-crash commented on July 17, 2024

Hi, I had the same issue fetching both the watchlist/series but also using the search. Your latest commit fixed this issue for me. Thanks for the update!

Thanks for mentioning. The commit also fixed the issue for me.

For those interested. The file to adjust was located at .kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py, at least for me. I modified the file in the same way as done in the mentioned commit. Maybe this helps some more people until a new version is released.

Also downloading and unpacking the current "master" branch should work as well. One should be able to install the add-on from the zip.

for me, this commit also fix the error. thanx, great work.

from xbmc.

kl8ter avatar kl8ter commented on July 17, 2024

Hi, I had the same issue fetching both the watchlist/series but also using the search. Your latest commit fixed this issue for me. Thanks for the update!

I checked the code - it's fine - but or me it doesn't work.

from xbmc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.