- Moderator
- #11
Hi @ajs,
I took a look at your log and here is what we're sending to trakt based on your local database:
The first one you mentioned that keeps re-appearing is G-Force, if you look at your IMDb ID you will see it's wrong 'tt0086817'. That is a Transformers TV Show: http://www.imdb.com/title/tt0086817/. You will need to fix your local database for that one.
The other movie you reported was Predestination, what was happening was a deficiency on trakt's end. The movie IMDb in your database is actually a short film: http://www.imdb.com/title/tt2829516. This movie was not on trakt, nor was it on themoviedb.org. When a movie can not be found, it tries to match it up based on the Title+Year, hence the reason why you saw Predestination always being re-inserted into your watchedhistory (the mainstream movie from 2014). When the plugin requests your watch-history from trakt, it tells me that you have the main stream Predestination movie and not the short film from 2013, this is why the the trakt plugin keeps on trying to re-insert it.
Now, to fix that issue you need to add the movie to themoviedb.org. I did this for you already: http://www.themoviedb.org/movie/316782-predestination. This is now on trakt as: http://trakt.tv/movies/predestination. This movie should sync correctly and only be inserted once from here on forward. Of course if you do have the 2014 movie and not the 2013 movie you will need to fix that in your database to use the correct IMDb ID.
I uploaded your watch history from trakt below as per logging.
I took a look at your log and here is what we're sending to trakt based on your local database:
Code:
{
"movies": [
{
"ids": {
"slug": null,
"trakt": null,
"imdb": "tt0086817",
"tmdb": null
},
"title": "G-Force",
"year": 2009,
"watched_at": "2015-01-09T18:49:03Z"
},
{
"ids": {
"slug": null,
"trakt": null,
"imdb": "tt1813591",
"tmdb": null
},
"title": "Ruin",
"year": 2012,
"watched_at": "2013-03-28T23:52:06Z"
},
{
"ids": {
"slug": null,
"trakt": null,
"imdb": "tt3194482",
"tmdb": null
},
"title": "Как поймать перо Жар-Птицы",
"year": 2013,
"watched_at": "2015-01-01T15:34:39Z"
},
{
"ids": {
"slug": null,
"trakt": null,
"imdb": "tt3890058",
"tmdb": null
},
"title": "Planes: Fire and Rescue",
"year": 2014,
"watched_at": "2015-01-09T18:49:03Z"
},
{
"ids": {
"slug": null,
"trakt": null,
"imdb": "tt2829516",
"tmdb": null
},
"title": "Predestination",
"year": 2013,
"watched_at": "2015-01-09T18:49:03Z"
}
]
}
The first one you mentioned that keeps re-appearing is G-Force, if you look at your IMDb ID you will see it's wrong 'tt0086817'. That is a Transformers TV Show: http://www.imdb.com/title/tt0086817/. You will need to fix your local database for that one.
The other movie you reported was Predestination, what was happening was a deficiency on trakt's end. The movie IMDb in your database is actually a short film: http://www.imdb.com/title/tt2829516. This movie was not on trakt, nor was it on themoviedb.org. When a movie can not be found, it tries to match it up based on the Title+Year, hence the reason why you saw Predestination always being re-inserted into your watchedhistory (the mainstream movie from 2014). When the plugin requests your watch-history from trakt, it tells me that you have the main stream Predestination movie and not the short film from 2013, this is why the the trakt plugin keeps on trying to re-insert it.
Now, to fix that issue you need to add the movie to themoviedb.org. I did this for you already: http://www.themoviedb.org/movie/316782-predestination. This is now on trakt as: http://trakt.tv/movies/predestination. This movie should sync correctly and only be inserted once from here on forward. Of course if you do have the 2014 movie and not the 2013 movie you will need to fix that in your database to use the correct IMDb ID.
I uploaded your watch history from trakt below as per logging.