i've fixed trakt so it will play nicely with the latest onlinevideos. So I would advice to update them both
Edit: and for the record: downgrading onlinevideos has a very high chance of broken...
just an update:
trakt is build against an older version of onlinevideos (with the embedded newtonsoft.json) so my guess is trakt really wants it from onlinevideos instead of using the dll already...
Thanks!
Downgraded OV like descrbed here-->
https://forum.team-mediaportal.com/threads/6-0-3-trakt-for-mediaportal-2020-01-01.97807/post-1305631
and it works again.
Will wait for OV update ;)
Exception: System.TypeLoadException: Der Typ "Newtonsoft.Json.JsonConvert" in der Assembly "OnlineVideos, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden...
this window opens and closes after some seconds when I try to "Authorize Application":
It does not create a Usercode.
Also MediaPortal crashes on startup when TRAKT-Plugin is activated.
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.
Of course, MediaPortal installs Newtonsoft.Json.dll and uses it in all plugins and grabbers.
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" requireReinstallation="true" />...
@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...