@catavolt When shutting down you should see this at the end of the TraktPlugin log:
2026-07-04 16:12:11.448 [INFO] [MPMain][01]: Saving settings
2026-07-04 16:12:11.464 [INFO] [MPMain][01]: Saving persistent file cache
2026-07-04 16:12:11.464 [DEBG] [MPMain][01]: Saving file to disk. Filename...
@catavolt I will need to look at your TraktPlugin.log after shutting down MediaPortal to see where it might be crashing but it probably wont have a big impact on you as you mentioned.
In the meantime I added some null checks when saving the cache to prevent that error.
@Gcarr, I see what the problem was and have resolved it I believe.
I also fixed a tv show sync issue that was recently introduced due to a API change as of yesterday (maybe earlier).
@Gcarr is this only happening when using the config tool or does it also happen when using Trakt with-in MediaPortal? (you can check the TraktPlugin log after using it)
To work around this issue in the meantime you can disable that particular feature by unchecking the MovingPictures checkboxes...
There are a lot of improvements that can be made to that code. I can see the particular place it crashed, and there was no error handling in place. Will see what time I can put aside to resolve it.
@CyberSimian, the log shows you are connecting to trakt via 10.0.0.1:443. Is that a local proxy...
If you're using StreamedMP and would like to try out the latest Trakt Plugin (v6.0.7.446 from extensions manager) which now supports Trakt Favourites, then find attached updated skin files.
Ok, I can reproduce after installing either 2.9.0.0 or 2.9.1.0 OnlineVideos.
So as it stands, you can use the latest Trakt, but use 2.8.0.1 of OnlineVideos until the problem is identified.
@Gcarr looks like Newtonsoft.Json.dll dependency may be missing from your installation (typically from C:\Program Files\Team MediaPortal\MediaPortal).
@ajs does this come with MediaPortal installation by any chance? If not, then will needed to be included by Trakt as the latest release does use...
A new version (v6.0.7.420) has been published thanks to @ajs.
After the upgrade, you will need to re-authenticate with Trakt as we're using a new API key.
NB: any older version will stop working after 30th April 2026.
Hi @mickb, follow these steps:
1. Open your C:\ProgramData\Team MediaPortal\MediaPortal\MediaPorta.xml file for editing
2. Search for UseSSL
3. Change the value of no to yes
4. Restart MediaPortal / configuration
https://forum.team-mediaportal.com/threads/trakt-api-not-working.140111/post-1300124
@hounddog,
1. Open your C:\ProgramData\Team MediaPortal\MediaPortal\MediaPorta.xml file for editing
2. Search for UseSSL
3. Change the value of no to yes
4. Restart MediaPortal / configuration