-
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
Can't sync liked playlists : unexpected keyword argument 'type' #941
Comments
Just updated python hence the edit, still same issue |
There's been an update of Trakt API on 14 June 2022 adding a
See official trakt changelog. We will need to wait for a PyTrakt update to solve this. |
The fix for this issue : |
Has this been solved? Is there anyone manages to sync? I cannot. |
Apologies for not checking for dupe / following template. Will track this thread. Error response from daemon: Container 86b194fdf69e42e5b0fc69e1a416e037e4748d133b6591148f220e441467d416 is not running. Log shows the same as reported previously regarding missing type. Any suggestions? |
For now you can disable liked_lists and watchlist sync in config file. |
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.
I updated pytrakt locally as per the PR, I assume additional changes are also needed to plextraktsync for it to work? |
any news ? |
I disabled it, but still get the error. |
Confirmation
The problem
Hello, I'm trying to set up the python script, I've succesfully got it working with another trakt account (different computer) with my liked lists and everything. Now I've freshly installed python and the script on a different computer, but whenever I try to sync (with having liked playlists on trakt) the following happens. If I unlike them on trakt and run the script again, it succeeds.
Error trace / logs
Expected behavior
Expect the script to go through even if there's liked scripts on trakt
Steps to reproduce the behavior
Like a list on trakt
Run sync command
Inspect of problematic items
No response
Workarounds
Not having liked lists on trakt
Install method
zip download
Version
0.20.1
Python Version
3.10.5
Operating System and Version
Windows 11
The text was updated successfully, but these errors were encountered: