[6.0.3] Trakt for MediaPortal [2020-01-01] (4 Viewers)

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Also it says my most watched movie is 'Stink Bomb'
    Same for me:
    TraktHistory.PNG
    Don't have that show in my collection, but i've seen this behavior very occaisionally with the previous version of Trakt, so this might be a hiccup on website part.
    I guess there is a mismatch somewhere on Trakt side. ;)

    ** EDIT **
    Code:
    2015-01-01 16:10:40.981 [DEBG] [Sync][17]: Address: http://api.trakt.tv/sync/watched/movies
    2015-01-01 16:10:42.075 [DEBG] [Sync][17]: Response: [{"plays":15,"last_watched_at":"2015-01-01T13:58:17.000Z","movie":{"title":"Stink Bomb","year":1995,"ids":{"trakt":25,"slug":"stink-bomb-1995","imdb":"","tmdb":31}}},

    also the online Calendar shows tv shows i don't have in library (Zio Gianni & Mr. Right Wanted):
    16-11-39.png I think this will straighten auto itself once they Trakt has everything linked correctly in their dB.
     
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    If you want to troubleshoot yourself, here are a few tips:

    * Enable debug logging, this will give you the requests and responses in JSON format.
    * You can use http://jsonprettyprint.com/ to make the JSON output more readable.
    * If you can't see what user data the plugin returns from trakt.tv, the plugin has probably read it from the local cache. In that case you can open the files at: C:\ProgramData\Team MediaPortal\MediaPortal\Trakt\%username%\Library (replace %username% with your username on trakt.tv).
    * If something is sent to trakt.tv then its because the plugin could not find it from the online history, collection etc. If you see something sent to trakt that shouldn't, see if you can determine if the IMDb ID, TMDb ID etc are really not already in your user data. If they are then there might be a bug with the plugin matching functionality.
    * The response from trakt in the logs will report if something was successfully added, already exists or not found. Already Exists could happen for collection syncing. You may get a success for watched history even if you already have it in your watch history like @HomeY sees for that unknown movie, this is because you can have multiple plays for a movie. However the plugin will only sync once regardless of how many watches, it's just not matching in your case I believe.

    Anyway, it takes a little detective work to figure out where the issue is. Sometimes its the users local database with a bad ID due to a scraper or its bad data online or its a plugin matching bug.

    Hope that can help users whilst im on holidays. Will be happy to help more when im back if I dont have time tomorrow morning.

    If you can't figure out why it keeps syncing that movie HomeY, you can try narrow it down to what movie it is that is syncing from the log file then block it (add to ignore list) from the Trakt configuration dialog.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    If you can't figure out why it keeps syncing that movie HomeY, you can try narrow it down to what movie it is that is syncing from the log file then block it (add to ignore list) from the Trakt configuration dialog.
    For now i just manually removed it from my collection on Trakt website. Will see if it syncs again ;)
    I use Trakt only to sync my watched flags online, so when i sync those back i'll simply skip the 'missing' local movies/series.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Released another HotFix v5.0.3. This is to address an issue where a user reported a crash when scrobbling in LiveTV. This was due to the TVGuide returning non-numerical season/episode info. Please check your guide sets numbers correctly, for now I just set it to '0' if it returns something non-numerical.
     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,006
    Home Country
    Netherlands Netherlands
    Mines showing loads watched today when I haven't watched anything. Also it says my most watched movie is 'Stink Bomb' yet I've never even heard of it let alone have it in my collection lol. Beats squarepants though ha.

    Seems its more common or people just dig that movie a lot :p

    StinkBombWTF.jpg
     

    SpinyNorman

    Portal Member
    March 2, 2013
    11
    2
    48
    Home Country
    Denmark Denmark
    Hm, I don't know what trakt bases their seasons/episodes data on now, but some of my unwatched vs. watched episodes problems clearly stem from trakt suddenly not knowing what episodes they are.
    The Mythbusters episodes, that all of sudden were marked as unwatched, are belonging to different seasons all of sudden (according to trakt). I thought they went by tvdb's listings? Or maybe they switched that too.

    Good lord. Ah well, at some point I suspect they'll get everything working properly again. Someone said something about "beta"?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    They will refresh shows from tvdb soon apparently, they're testing the script before it goes live.
     

    Users who are viewing this thread

    Top Bottom