-
Notifications
You must be signed in to change notification settings - Fork 110
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
Plextraktsync hangs while syncing #2107
Comments
Here's the thread dump:
|
I have copied out the /usr/local/lib/python3.13/site-packages/trakt/core.py and patched it with timeout=30 at all locations as a possible workaround. |
you can submit fixes to trakt module here: |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Fix was submitted: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirmation
The problem
The sync process stops. No more CPU is consumed. This happens randomly (I'd estimate 2/3s of the time, the other 1/3 it runs without issue).
I'm attempting to get a stacktrace of what the process is doing using
PYTHONFAULTHANDLER=1
and will report back when I have such a stacktrace.Steps to reproduce the behavior
docker compose run --rm plextraktsync
dailyError trace / logs
Expected behavior
Sync takes some time and then finishes.
Inspect of problematic items
No response
Workarounds
I'm also now executing it with
timeout 22h docker compose run ...
so that the containers will stop accumulating.Config file contents
Install method
docker-compose
Version
0.32.2
Python Version
3.13.0
Plex Server Version
1.41.2.9200
Operating System and Version
Linux-6.8.8-3-pve-x86_64-with
The text was updated successfully, but these errors were encountered: