-
Notifications
You must be signed in to change notification settings - Fork 166
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
Scrobbling failing sometimes due to MaxRetryError #600
Comments
I am getting this too but only on my QNAP install. No errors on Synology that it syncs played items with. Sadly, This project is mostly abandoned at this point. Last I searched it was still the best tool for my usage case. I may try to look at the code but it is pretty large. I find that stopping and starting Plex might reset the issue at least temporarily. I am not sure your usage case but I found some projects that might work for me. https://github.com/Fmstrat/plex-cluster From the coder of plex-db-sync https://github.com/speijnik/plex-watched-sync This one works with trak and seems to be pretty active. https://github.com/twolaw/PlexTraktSync |
Thanks. So I wrote a retry counter in the code, and it worked. I will send a pull request. |
Nice! |
For the past month or so, scrobbling has been really random for me. If I am binging a series, only some of the episodes would get marked. I looked at the logs and found this error:
How should this error be fixed? Can we increase the max retries? Is this something that trakt is enforcing?
The text was updated successfully, but these errors were encountered: