Posts: 191
Joined: Jan 2013
Reputation:
3
Seems it crashed because it couldn't find any data for that episode in XBMC.
S17E08 of 8 out of 10 cats had no data.
However, it seems you tried to play this file previously, and it worked, but IDs that it got back don't match.
The one that worked had an ID of 3341, and the one that didn't had an ID of 64.
Did you try playing the same file from 2 different locations?
Intel i3 NUC | Windows 8.1 | Kodi Helix | Arctic: Zephyr
Posts: 138
Joined: Nov 2012
Reputation:
10
Yes, so I could play it from the Video Library fine but if I try to play it from the PVR Recordings it crashes out. I know the file paths are identical as I had issues before with it being cases sensitive and the PVR file path being slightly different so the plugin didn't find it in the library when it looked for it.
Posts: 191
Joined: Jan 2013
Reputation:
3
I guess I'll look into breaking apart abnormally large JSON calls to trakt when syncing movies.
Wasn't aware there was a limit, will dig into it when I have some free time.
Intel i3 NUC | Windows 8.1 | Kodi Helix | Arctic: Zephyr
Posts: 46
Joined: Mar 2013
Reputation:
1
Thanks for the tips, I've splitted the JSON data in ranges of 50 elements and posted them via API to trakt. I've left some items to see if the addon syncs them correctly the next time.
On a side note, I'm using the Universal Movie Scrapper and its sending some extra information to trakt (such as the movieid, label and filename) as well as some different tags: imdbnumber <> imdb_id and lastplayed <> last_played. Manually sending the same information to trakt, I've seen it didn't understand the last played tag, so I had to replace them. Does TVDb scrapper tag the items with the same name as trakt API uses? Does it also send the extra information? trakt.tv doesnt give a damn about that info, but just wondering...
Posts: 191
Joined: Jan 2013
Reputation:
3
There's only 3 it should be sending when its adding to your collection, the rest are stripped out. If its missing some I'll take another look at your log and correct it.
Intel i3 NUC | Windows 8.1 | Kodi Helix | Arctic: Zephyr
Posts: 46
Joined: Mar 2013
Reputation:
1
@nate1280: Doh! I was checking in the log the resulting JSON from XBMC, but a couple of lines below is the actual JSON that the addon sends to trakt and it sends all the needed items (without the unneeded ones).
Posts: 191
Joined: Jan 2013
Reputation:
3
Ok, had me wondering there for a minute, could've swore I sanitized data before sending it out.
Intel i3 NUC | Windows 8.1 | Kodi Helix | Arctic: Zephyr