-
Notifications
You must be signed in to change notification settings - Fork 111
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
Docker Doesn't Update Trakt #766
Comments
hmm, I just installed this tonight (with docker) and while I could see the progress in trakt while I was watching, it doesn't show on Trakt in the history. There's nothing in the log about scrobbling either (unless that's in a different log verbosity?)
Also, why is it talking about Episode 1 of that show when I'm watching ep 5 or 6? |
it's "Activity" notification. you likely opened s04e01 details in some plex app. |
Interesting. Pretty certain I didn't but I guess it doesn't really matter |
Well. I know. And you can test that yourself if you open things (not play), the Activity entry appears. You don't have to personally open things, it may be done by your player. |
Yep gotcha. No problem, it's probably because I had the season open in plex web and then chose a file to play, so it plex was probably doing something in the background to make that appear. No worries, just curious :) That said, there's still nothing appearing in Trakt this morning from either of those two files. Possible I'm doing something wrong though. I did just open the episode and skip to about 70% and then inched closer to the 80% scrobble mark. Not sure if it needs to run from the start for some reason? |
Yeah I have way episodes all the way through with no skipping and the Docker "version" runs but doesn't update. If I sync with the pipx install it works great. |
Enable debug log and see what gets logged there. Those "me too" are not helping to identify the problem. you can then compare what docker and pipx log differently. also, AlertListener Msg Errors are something with trakt.tv site rejecting requests. the same, debug log could help. |
Alright, well that JSON body sure is invalid. The log is just full of this:
|
Here's the section where it tries to scrobble (but nothing ever ends up on Trakt):
|
Duplicate of #758 |
The problem
If I run Plextraktsync using Docker shows that have been watched do not update as watched in Trakt. I have tried the pipx method and all works as expected.
Error trace
No response
Expected behavior
Docker version should work the same as the pipx installed version.
Steps to reproduce the behavior
No response
Inspect of problematic items
No response
Workarounds
No response
Install method
docker-compose
Version
0.18.15
Python Version
3.10.0
Operating System and Version
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: