OK ... my fault. I searched in the Service Addon and didn't recognized the Programm Addon.
Code:
20:31:20 T:4563259392 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: 'utf8' codec can't decode bytes in position 62-63: invalid data
Traceback (most recent call last):
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 92, in <module>
Movielib()
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 46, in __init__
self.checkConn()
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 58, in checkConn
self.checkToken()
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/default.py", line 82, in checkToken
syncMovie.syncMovie()
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 44, in __init__
self.syncMovie()
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 91, in syncMovie
self.addMovie(toAddID)
File "/Users/Markus/Library/Application Support/XBMC/addons/script.movielib/lib/syncMovie.py", line 103, in addMovie
jsonGetMovieDetailsResponse = json.loads(xbmc.executeJSONRPC(jsonGetMovieDetails))
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/__init__.py", line 307, in loads
return _default_decoder.decode(s)
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 319, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 336, in raw_decode
obj, end = self._scanner.iterscan(s, **kw).next()
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
rval, next_pos = action(m, context)
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
rval, next_pos = action(m, context)
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
rval, next_pos = action(m, context)
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
rval, next_pos = action(m, context)
File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 155, in JSONString
return scanstring(match.string, match.end(), encoding, strict)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 62-63: invalid data
-->End of Python script error report<--
20:31:20 T:4560797696 NOTICE: Thread Background Loader start, auto delete: false
20:31:20 T:4563259392 NOTICE: Thread XBPyThread start, auto delete: false
20:31:20 T:4563259392 NOTICE: -->Python Interpreter Initialized<--