Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR <general>: GetDirectory - Error getting plugin://plugin.video.zoneminder/ #16

Open
jmynheir opened this issue Jan 30, 2023 · 0 comments

Comments

@jmynheir
Copy link

Zoneminder plugin will not run on Libreelec 10.0.4 Kodi version 19.5, zoneminder server 1.36.32. Logfile shows:


2023-01-29 23:15:55.422 T:2476    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: 'monitors'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.zoneminder/zoneminder.py", line 212, in <module>
                                                       router(sys.argv[2][1:])
                                                     File "/storage/.kodi/addons/plugin.video.zoneminder/zoneminder.py", line 206, in router
                                                       list_monitors()
                                                     File "/storage/.kodi/addons/plugin.video.zoneminder/zoneminder.py", line 145, in list_monitors
                                                       videos = get_active_monitors()
                                                     File "/storage/.kodi/addons/plugin.video.zoneminder/zoneminder.py", line 97, in get_active_monitors
                                                       for monitor in j['monitors']:
                                                   KeyError: 'monitors'
                                                   -->End of Python script error report<--
                                                   
2023-01-29 23:15:55.722 T:2476     INFO <general>: Python interpreter stopped
2023-01-29 23:15:55.741 T:2474    ERROR <general>: GetDirectory - Error getting plugin://plugin.video.zoneminder/
2023-01-29 23:15:55.750 T:976     ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.zoneminder/) failed
2023-01-29 23:15:55.769 T:2478  WARNING <general>: CreateLoader - unsupported protocol(script) in script://screensaver.atv4/-poster.jpg
2023-01-29 23:15:55.769 T:2478  WARNING <general>: CreateLoader - unsupported protocol(script) in script://screensaver.atv4/-poster.png
2023-01-29 23:15:55.769 T:2478  WARNING <general>: CreateLoader - unsupported protocol(script) in script://screensaver.atv4/-banner.jpg
2023-01-29 23:15:55.769 T:2478  WARNING <general>: CreateLoader - unsupported protocol(script) in script://screensaver.atv4/-banner.png
2023-01-29 23:18:55.178 T:2482     INFO <general>: initializing python engine.
2023-01-29 23:18:55.297 T:976      INFO <general>: Loading skin file: /storage/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.estuary.xml, load type: LOAD_ON_GUI_INIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant