Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue with Trakt changing DB for anime #199

Open
tzoucha opened this issue Jul 26, 2022 · 1 comment
Open

[BUG] Issue with Trakt changing DB for anime #199

tzoucha opened this issue Jul 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tzoucha
Copy link

tzoucha commented Jul 26, 2022

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 tzoucha changed the title [BUG] [BUG] Issue with Trakt changing DB for anime Jul 26, 2022
@iamkroot
Copy link
Owner

iamkroot commented Aug 1, 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants