Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2023-06-20, 16:54)Wanilton Wrote: @jurialmunkey

We have one user MQ9 reporting this issue, is possible to fix it, please?

2023-06-20 23:10:26.336 T:5201 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: 'pop from an empty set' Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/resources/script.py", line 7, in <module> Script(*sys.argv[1:]).router() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/resources/tmdbhelper/lib/script/router.py", line 122, in router route_taken = set.intersection(routes_available, params_given).pop() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'pop from an empty set' -->End of Python script error report<--

here post user with the log

https://forum.kodi.tv/showthread.php?tid...id31565960

That log file is full of banned add-ons...

Anyway, that error means the skin (or user) attempted to do a RunScript(plugin.video.themoviedb.helper) using a command that doesn't exist in TMDbHelper.

From a quick search of the skin code, this is the likely culprit:
RunScript(plugin.video.themoviedb.helper,backend=True)

Don't know what you're trying to do with that command but there's no such script method as "backend=True" in TMDbHelper.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by jurialmunkey - 2023-06-22, 12:23
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2