You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
tzoucha
changed the title
[BUG]
[BUG] Issue with Trakt changing DB for anime
Jul 26, 2022
Hmm, this is a bit dicey. I would love to fully support abosulte episode numbering in our scrobbler. But unfortunately I'm blocked on trakt/api-help#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?
Considering that the upstream issue has been marked as wontfix, we can't do much here. Maybe try using Remap Rules as a workaround. Open to more suggestions on fixing this!
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):
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
The text was updated successfully, but these errors were encountered: