-
Notifications
You must be signed in to change notification settings - Fork 113
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
Playlists not created from Liked Lists #1177
Comments
Downgrade? and please specify what version downgrade helped! |
(While it probably is not broken in this case) We don't do support for development versions. (unless a developer particularly asked to test some development version). |
Tried going back to 0.23.0 since everything before that fails on #941
I guess this is because I've been using I've now also tried on a different Plex server and get the same results. Not sure what else I could try? |
since you said it worked before, find the version where it worked. |
That would be somewhere before the bug I already mentioned (#941) which broke this script for a while until the PyTrakt project was forked… So I can't really go back further without mocking the Trakt API or smth (wouldn't even know where to begin though). Could you check if this functionality works for you @glensc? |
I'm wondering if the python-plexapi is the issue here. Docu: https://python-plexapi.readthedocs.io/en/latest/configuration.html |
I don't use the feature, so first need to understand how it's supposed to work. If you describe step by step, it could help. maybe even submit a change to README?
for #941 You will need this change:
you can mock it with making a copy from the image and bind mounting it to container, or just modify the file inside the container before running the app. |
yes. it's documented in readme how to enable debug logging. |
you could also bind mount
|
but, have you tried this PR: does it change anything for you? |
From #1177 (comment)
don't forget to describe what config keys must be enabled. |
Tried this but didn't fix it.
|
Found the issue! I believe the issue is caused by this commit: Here a new config was implemented for Another strange occurrence is the liked list sync only happens when the Could you try to rework this to also allow when only liked lists are synced? |
marking as "docs needed" label. you're welcome to send documentation update. the other problem you can send feature request. you can probably copy most of the docs from here: |
Confirmation
The problem
Ever since the #941 bug the sync of Trakt liked lists to Plex playlists has stopped working.
In the logs they still seem to be downloaded, but I can't find them in my Plex Playlists.
Nothing in the logs seem to show an issue/warning/error, not even in debug logs.
I tried unliking, syncing, liking and syncing again to trigger a redownload, but still no cigar.
Also tried with a new setup from scratch, still no sync.
Error trace / logs
Expected behavior
I would expect my liked lists being present in Plex as playlists.
Steps to reproduce the behavior
Inspect of problematic items
No response
Workarounds
No response
Install method
docker-compose
Config file contents
Version
0.23.8-19-gcfad5c9_main
Python Version
3.10.8
Operating System and Version
Docker (Ubuntu)
The text was updated successfully, but these errors were encountered: