Bitte nicht falsch verstehen,
ich meinte, in meinem vollen Logfile gibt es eine ganze Reihe an "Error Meldungen" zu deinem Add-on.
Vielleicht habe ich auch deine Ironie nur nicht verstanden, brauche erst mal einen Kaffee damit ich mir einen Kaffee machen kann.
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: Info.OnChanged
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] data: null
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 08:15:15.656 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: Player.OnPlay
2020-03-04 08:15:15.666 T:140693926307584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 42, in onNotification
notifyLog('data: %s' % (data))
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 22, in notifyLog
xbmc.[definition='1','0']log[/definition]('[%s] %s' % (__addonname__, message.encode('utf-8')), level)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
-->End of Python script error report<--
2020-03-04 08:15:15.667 T:140693926307584 DEBUG: [service.sleepy.watchdog] user activity detected, reset idle time
Alles anzeigen
Oder direkt 2 hintereinander:
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: Player.OnAVChange
2020-03-04 08:15:16.869 T:140693926307584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 42, in onNotification
notifyLog('data: %s' % (data))
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 22, in notifyLog
xbmc.[definition='1','0']log[/definition]('[%s] %s' % (__addonname__, message.encode('utf-8')), level)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
-->End of Python script error report<--
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 08:15:16.869 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: Player.OnAVChange
2020-03-04 08:15:16.869 T:140693926307584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 42, in onNotification
notifyLog('data: %s' % (data))
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 22, in notifyLog
xbmc.[definition='1','0']log[/definition]('[%s] %s' % (__addonname__, message.encode('utf-8')), level)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
-->End of Python script error report<--
2020-03-04 08:15:16.878 T:140693020321536 INFO: CAEStreamParser::TrySyncAC3 - AC3 stream detected (2 channels, 48000Hz)
Alles anzeigen
Oder die letzte im Log:
2020-03-04 10:03:50.573 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 10:03:50.573 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 10:03:50.573 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: VideoLibrary.OnUpdate
2020-03-04 10:03:50.573 T:140693926307584 DEBUG: [service.sleepy.watchdog] data: {"id":-1,"type":""}
2020-03-04 10:03:50.574 T:140693926307584 DEBUG: [service.sleepy.watchdog] Notification triggered
2020-03-04 10:03:50.574 T:140693926307584 DEBUG: [service.sleepy.watchdog] sender: xbmc
2020-03-04 10:03:50.574 T:140693926307584 DEBUG: [service.sleepy.watchdog] method: Player.OnStop
2020-03-04 10:03:50.574 T:140693926307584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xe2 in position 53: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 42, in onNotification
notifyLog('data: %s' % (data))
File "/storage/.kodi/addons/service.sleepy.watchdog/default.py", line 22, in notifyLog
xbmc.[definition='1','0']log[/definition]('[%s] %s' % (__addonname__, message.encode('utf-8')), level)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 53: ordinal not in range(128)
-->End of Python script error report<--
2020-03-04 10:03:50.596 T:140692715394816 DEBUG: Thread BackgroundLoader start, auto delete: false
Alles anzeigen