trakt-scrobbler icon indicating copy to clipboard operation
trakt-scrobbler copied to clipboard

[BUG] Issue with Trakt changing DB for anime

Open tzoucha opened this issue 3 years ago • 1 comments

Seems that Trakt is starting to migrate some of their DB from TVDB to TMDB. This is causing the anime to be numbered as a whole instead of person season. Meaning that before they used to S15E8 (326) seems this new update forces the episode to be like 15x326 (326) which from what I can tell is causing the scrobbler to return a 404 from Trackt

Desktop (please complete the following information):

  • Windows 10
  • Python Version: 3.9.0
  • Player and Version: Newest Plex Version

To Reproduce

Currently seems they haven't migrated over all the anime at once but for sure at this point if you try to scrobble One Piece or Naruto Shippuden those are under the new Database

Log file

2022-07-25 19:56:21,400 - DEBUG - plex - monitor - action=stop_previous 2022-07-25 19:56:21,400 - DEBUG - plex - monitor - action=scrobble 2022-07-25 19:56:21,400 - DEBUG - scrobbler - scrobbler - Scrobbling stop at 14.84% for Naruto Shippuden 2022-07-25 19:56:21,483 - WARNING - scrobbler - utils - Request failed 2022-07-25 19:56:21,483 - DEBUG - scrobbler - utils - Response: <Response [404]> 2022-07-25 19:56:21,483 - WARNING - scrobbler - trakt_interface - Not found on trakt. The media info is incorrect.

Click to see log contents

(replace this line) *PASTE LOG FILE CONTENTS HERE* Command: "trakts log open" or "trakts log path"

tzoucha avatar Jul 26 '22 01:07 tzoucha

Hmm, this is a bit dicey. I would love to fully support abosulte episode numbering in our scrobbler. But unfortunately I'm blocked on https://github.com/trakt/api-help/issues/224 (an upstream trakt issue). Until that gets cleared, I wouldn't be able to solve this.

You should try to manually fix the episode numbers on your end. Maybe there's a plugin to do it for you?

iamkroot avatar Aug 01 '22 14:08 iamkroot