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

Crash on Manual run of version 1.2.5 #77

Open
dwardor opened this issue Dec 17, 2023 · 0 comments
Open

Crash on Manual run of version 1.2.5 #77

dwardor opened this issue Dec 17, 2023 · 0 comments

Comments

@dwardor
Copy link

dwardor commented Dec 17, 2023

I'm using version 1.2.5 on Kodi 20.2.0.

Manual launching [from addons/program addons/Library Auto Update/Yes] says 'Library Auto Update erro : Check the log for more information".

Here is what the log says:

2023-12-17 13:56:37.465 T:4254    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: 'NoneType' object has no attribute 'screensaver_running'
                                                   Traceback (most recent call last):
                                                     File "/home/dwardo/.kodi/addons/service.libraryautoupdate/manual.py", line 21, in <module>
                                                       autoUpdate.evalSchedules(True)
                                                     File "/home/dwardo/.kodi/addons/service.libraryautoupdate/resources/lib/service.py", line 77, in evalSchedules
                                                       if(not utils.getSettingBool('run_on_idle') or (utils.getSettingBool('run_on_idle') and (self.monitor.screensaver_running or manual))):
                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   AttributeError: 'NoneType' object has no attribute 'screensaver_running'
                                                   -->End of Python script error report<--

Available for any extra information or testing

Thanky ou for the Addon

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