Am Samstag (06.09.25) Vormittag werde ich ein Update der Forensoftware (inkl. aller Plugins) durchführen. Das Forum wird deshalb auf unbestimmte Zeit nicht verfügbar sein. Neuigkeiten wird es im Matrix Chat geben: https://www.kodinerds.net/thread/79927-freischaltung-matrix-chat/
ich habe seit dem Update auf 1.4.4 vermehrt das Problem, dass die API beim Starten mit folgendem Fehler nicht hoch kommt:
Code
2021-01-07 00:31:01.312 T:2774643568 NOTICE: [Telerising API 1.4.4] Starting API 0.4.4....
2021-01-07 00:31:37.545 T:2774643568 ERROR: [Telerising API 1.4.4] Could not open Logfile
2021-01-07 00:31:37.548 T:2774643568 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'file_contents' referenced before assignment
Traceback (most recent call last):
File "/storage/.kodi/addons/service.telerising/service.py", line 331, in <module>
startup()
File "/storage/.kodi/addons/service.telerising/service.py", line 289, in startup
run_telerising()
File "/storage/.kodi/addons/service.telerising/service.py", line 198, in run_telerising
started_is = re.search(started_string, file_contents)
UnboundLocalError: local variable 'file_contents' referenced before assignment
-->End of Python script error report<--
ich bekomme beim Starten unter Libreelec sporadisch folgenden Fehler:
Code
2020-06-14 13:39:31.416 T:2773701488 NOTICE: [Telerising API 1.3.5] Starting API....
2020-06-14 13:40:02.511 T:2773701488 ERROR: [Telerising API 1.3.5] Could not open Logfile
2020-06-14 13:40:04.081 T:2773701488 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'file_contents' referenced before assignment
Traceback (most recent call last):
File "/storage/.kodi/addons/service.telerising/service.py", line 331, in <module>
startup()
File "/storage/.kodi/addons/service.telerising/service.py", line 289, in startup
run_telerising()
File "/storage/.kodi/addons/service.telerising/service.py", line 198, in run_telerising
started_is = re.search(started_string, file_contents)
UnboundLocalError: local variable 'file_contents' referenced before assignment
-->End of Python script error report<--
Alles anzeigen
Jemand eine Idee woran das liegen könnte? Kann es leider auch nicht reproduzieren. Passiert so gefühlt 1mal in 2 Wochen.
Hallo, ich hatte so ein ähnliches Problem auch schon 2-3mal unter Libreelec, da war die grabber_cron.json einfach komplett leer. Löschen und das Addon deaktivieren/aktivieren hat dann aber geholfen.
Hey, erstmal danke für das toole Plugin. Seit gestern bekommen ich aber folgenden Fehler:
Code
2020-05-10 19:00:16.199 T:2759582576 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "/storage/.kodi/addons/service.takealug.epg-grabber/service.py", line 362, in <module>
if check_startup():
File "/storage/.kodi/addons/service.takealug.epg-grabber/service.py", line 341, in check_startup
data = json.load(f)
File "/usr/lib/python2.7/json/__init__.py", line 291, in load
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
ValueError: No JSON object could be decoded
-->End of Python script error report<--