2015-06-28, 14:56
Code:
14:48:46 T:4208 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndentationError'>
Error Contents: ('unindent does not match any outer indentation level', ('C:\\Users\\***\\AppData\\Roaming\\Kodi\\addons\\service.nextup.notification\\resources\\lib\\Player.py', 168, 80, ' currentepisodeid = result[ "result" ][ "item" ][ "id" ]\n'))
Traceback (most recent call last):
File "C:\Users\***\AppData\Roaming\Kodi\addons\service.nextup.notification\service.py", line 15, in <module>
from Player import Player
IndentationError: ('unindent does not match any outer indentation level', ('C:\\Users\\***\\AppData\\Roaming\\Kodi\\addons\\service.nextup.notification\\resources\\lib\\Player.py', 168, 80, ' currentepisodeid = result[ "result" ][ "item" ][ "id" ]\n'))
-->End of Python script error report<--
After adding that line i got crash at start. Any ideas?