2022-11-25, 18:38
Same, it's working again for me also.
Thanks for looking into it, and have a great weekend.
Thanks for looking into it, and have a great weekend.
(2022-11-29, 07:05)jimbobjones Wrote: turned debug on, added a shortcut for Light imdb 5.0.3 to run from the homescreen and ran it againThanks @jimbobjones for providing the log even if it didn't help me to understand the issue. I have temporarily disabled the internet connection check by modifying the add-on code and the update runs without any issue; so it seems there is a problem in the specific part of the code that checks if the site is reachable. I will further investigate on it...
still 'unable to connect to the internet'
https://paste.kodi.tv/yivofaqota.kodi
log:
2022-12-10 19:16:50.863 T:17103 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named support.common
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/service.py", line 11, in <module>
from support.common import *
ImportError: No module named support.common
-->End of Python script error report<--
(2022-12-11, 02:20)BriceysCousin Wrote: @axlt2002Hi @BriceysCousin, thanks for your post.
i get an error when i try to use the latest (5.1.0) version with kodi 18.9
log:
2022-12-10 19:16:50.863 T:17103 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named support.common
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/service.py", line 11, in <module>
from support.common import *
ImportError: No module named support.common
-->End of Python script error report<--
(2022-12-11, 19:06)axlt2002 Wrote:I actually get the exact error as well.Let me know, thanks.
- Restart Kodi and try again to launch a ratings update both manually and scheduled; if it doesn't work, proceed with the second bullet
- Completely reinstall the add-on (i.e. first uninstall it) and then launch a ratings update (manually and scheduled)
(2022-12-11, 23:19)shedrock Wrote: If this version is for Leia, then how come I am receiving an error when I install it as a ZIP? I assumed that it was for Matrix. I am using Kodi 9.2.6 on LE, so I am not sure if that's why.
Anyway, I will enable logging and upload my log file.
Regards,
Shedrock
(2022-12-11, 23:24)shedrock Wrote:(2022-12-11, 19:06)axlt2002 Wrote:I actually get the exact error as well.Let me know, thanks.
- Restart Kodi and try again to launch a ratings update both manually and scheduled; if it doesn't work, proceed with the second bullet
- Completely reinstall the add-on (i.e. first uninstall it) and then launch a ratings update (manually and scheduled)