Hallo,
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<--
Alles anzeigen
Jemand eine Idee woran das liegen kann ?