2013-03-18, 19:08
2.1.0 is out in the official xbmc repo.
(2013-03-21, 01:06)Lappen71 Wrote: 2.1.0 is broken with FRODO 12.1
Had to go back to 2.0.0
(2013-03-21, 03:28)fernandovg Wrote: Problem with movie sync. If I disable movie sync at settings. The tv-show sync works.
19:41:52 T:2935161920 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'data' is not defined
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/script.trakt/notification_service.py", line 112, in onDatabaseUpdated
self.action(data)
File "/home/pi/.xbmc/addons/script.trakt/notification_service.py", line 59, in _dispatch
movies.Run()
File "/home/pi/.xbmc/addons/script.trakt/movie_sync.py", line 297, in Run
self.RemoveFromTrakt()
File "/home/pi/.xbmc/addons/script.trakt/movie_sync.py", line 265, in RemoveFromTrakt
self.traktapi.removeMovie(params)
File "/home/pi/.xbmc/addons/script.trakt/traktapi.py", line 402, in removeMovie
return self.removeFromLibrary("movie", data)
NameError: global name 'data' is not defined
-->End of Python script error report<--
(2013-03-21, 14:24)nate1280 Wrote:(2013-03-21, 03:28)fernandovg Wrote: Problem with movie sync. If I disable movie sync at settings. The tv-show sync works.
19:41:52 T:2935161920 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'data' is not defined
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/script.trakt/notification_service.py", line 112, in onDatabaseUpdated
self.action(data)
File "/home/pi/.xbmc/addons/script.trakt/notification_service.py", line 59, in _dispatch
movies.Run()
File "/home/pi/.xbmc/addons/script.trakt/movie_sync.py", line 297, in Run
self.RemoveFromTrakt()
File "/home/pi/.xbmc/addons/script.trakt/movie_sync.py", line 265, in RemoveFromTrakt
self.traktapi.removeMovie(params)
File "/home/pi/.xbmc/addons/script.trakt/traktapi.py", line 402, in removeMovie
return self.removeFromLibrary("movie", data)
NameError: global name 'data' is not defined
-->End of Python script error report<--
Found the problem, typo on my part, line 400 of traktapi.py, it should be data, not date.