2022-11-25, 18:38
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
2022-11-29, 06:37
I've had the no internet connection twice today.
I set the time to run the addon a couple of mins ahead and rebooted, and the same message came up again.
I set the time to run the addon a couple of mins ahead and rebooted, and the same message came up again.
2022-11-29, 07:05
turned debug on, added a shortcut for Light imdb 5.0.3 to run from the homescreen and ran it again
still 'unable to connect to the internet'
https://paste.kodi.tv/yivofaqota.kodi
still 'unable to connect to the internet'
https://paste.kodi.tv/yivofaqota.kodi
2022-11-29, 12:41
(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
Have a great day!
2022-11-30, 21:56
Hi,
I want to jump in to help debugging this issue.
No internet connection.
LibreElec 10.0.3 on RPi4
Addonversion: 5.0.3
Note:
Pinging imdb.com via putty works without problems.
Logs
I want to jump in to help debugging this issue.
No internet connection.
LibreElec 10.0.3 on RPi4
Addonversion: 5.0.3
Note:
Pinging imdb.com via putty works without problems.
Logs
2022-12-02, 12:54
Hi all, I found the issue. Just to ask you to be patient while I'm going to fix it in the next version; I hope to be able to work on it during this weekend.
Enjoy your Friday!
Alex
Enjoy your Friday!
Alex
2022-12-04, 20:12
Hello folks,
Just to notify that the new version 5.1.0 is available for download. This one includes the fix for the Internet connection check issue plus an internal restructuring of the add-on (nothing that you should take care about ).
Have a great evening!
Alex
Just to notify that the new version 5.1.0 is available for download. This one includes the fix for the Internet connection check issue plus an internal restructuring of the add-on (nothing that you should take care about ).
Have a great evening!
Alex
2022-12-04, 21:54
The new version works as expected.
Thanks for the quick fix.
Thanks for the quick fix.
2022-12-04, 22:04
Magically, the other day it began working again for me too. I went ahead and installed the new 5.1.0 anyway and it too is working as intended. Thank you @axlt2002
2022-12-11, 02:20
@axlt2002
i get an error when i try to use the latest (5.1.0) version with kodi 18.9
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
(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<--
May I just ask you to try the following?
- 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)
Alex
2022-12-11, 23:19
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
Anyway, I will enable logging and upload my log file.
Regards,
Shedrock
2022-12-11, 23:24
(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:38
(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
Hi @shedrock, I have tried 5.1.0 on Kodi 17, 18 and 19 before releasing it. I don't know the version you mentioned and I can not debug it. Anyway the dependencies didn't change with respect to the previous version, so it should be installed without issues. Please try to uninstall it, exit and reenter Kodi, trying to install again...
Let me know.
2022-12-11, 23:41
(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)
Did you try the above points before? Are you on Android as well or the system you mentioned in your previous post?