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
I have tried downgrading to find version that can be used as a workaround
The problem
Script fails when running 'sync' command.
Not sure what changed, I tried downgrading without luck.
Maybe some TraktUserList which makes the script fail?
Steps to reproduce the behavior
Run new docker compose container with latest tag and empty directories
did you try to unsubscribe from the faulty list? if so, then post results!
Yes, didn't help.
did you try disable liked_lists? if so, then post results!
This did fix it and confirmed me that issue was in a list.
did you try downgrade? if so, then post results!
Yes, no fix on any version in the last 6 months.
enable debug log and find what was the last request to trakt, post details
This showed me that the calls to the lists endpoint https://trakt.tv/lists/*id* always returned HTTP 404.
Eventually I discovered this was due to the "Private" setting on my Trakt profile being checked.
So, even though we're logged in with our own credentials, the Trakt API doesn't allow you to view public lists of a private account.
Confirmation
The problem
Script fails when running 'sync' command.
Not sure what changed, I tried downgrading without luck.
Maybe some TraktUserList which makes the script fail?
Steps to reproduce the behavior
Error trace / logs
Expected behavior
Sync executes entirely and syncs my libraries/collection
Inspect of problematic items
No response
Workarounds
No response
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.0-49-generic-x86_64-with
The text was updated successfully, but these errors were encountered: