2013-02-26, 00:42
That was very recently fixed, if you grab the newest version that should hopefully work now.
(2013-02-27, 19:09)soder Wrote: I updated to 2.1.0 yesterday ans found some bugs and have some suggestions.
1. Even though I in settings said not to rate episodes, I'm asked after an episode. At least for some.
2. There should be an option NOT to vote also, not just 1-10.
3. Typo miss in settings for "rate after episode".
/Söder
(2013-02-28, 15:44)nate1280 Wrote: Post a log file, its the only way we can try to help further.
(2013-02-28, 18:29)soder Wrote:(2013-02-28, 15:44)nate1280 Wrote: Post a log file, its the only way we can try to help further.
I will try. But, also I read the https option should be gone? I still have it?
/Söder
(2013-02-28, 19:05)nate1280 Wrote:(2013-02-28, 18:29)soder Wrote:(2013-02-28, 15:44)nate1280 Wrote: Post a log file, its the only way we can try to help further.
I will try. But, also I read the https option should be gone? I still have it?
/Söder
If you still have this option, then something is wrong. Double check all your plugins to make sure you don't have another trakt plugin somewhere.
16:26:02 T:4504 NOTICE: [trakt] get_data(): response.read()
16:26:02 T:4504 NOTICE: [trakt] traktJsonRequest(): (2) JSON response: '[]'
16:26:02 T:4504 NOTICE: [trakt] traktJsonRequest(): JSON Request failed, data is still empty after retries.
16:26:02 T:4504 NOTICE: [trakt] [Movies Sync] Checking for XBMC movies that are not on trakt.tv
16:26:02 T:4504 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: 'NoneType' object is not iterable
Traceback (most recent call last):
File "C:\Program Files (x86)\XBMC\addons\script.trakt\sync_exec.py", line 24, in <module>
movies.Run()
File "C:\Program Files (x86)\XBMC\addons\script.trakt\movie_sync.py", line 274, in Run
self.AddToTrakt()
File "C:\Program Files (x86)\XBMC\addons\script.trakt\movie_sync.py", line 92, in AddToTrakt
trakt_imdb_ids = [x['imdb_id'] for x in self.trakt_movies_collection if 'imdb_id' in x]
TypeError: 'NoneType' object is not iterable
-->End of Python script error report<--