-
Notifications
You must be signed in to change notification settings - Fork 45
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
Ratings Sync not working in docker-compose #188
Comments
By using a settings.ini file, the sync does in fact work.
settings.ini
Log
Unless I'm mistaken, these 2 methods should produce the same result, right? |
Can you test with the latest master image? I renamed the config parameter at some point and forgot to change it everywhere. The code used |
Yep, that fixed it! I also see that the docker readme still says the image is 'ghcr.io/rickdb/plexanisync:latest' when it should say 'ghcr.io/rickdb/plexanisync:master'. I figured that out but others might get confused. Thank you so much for your help! |
latest is the latest release. master is like a beta. Sometimes I forget doing a release, but I'll publish latest soon for this bugfix. |
I'm trying to use this feature in the docker container and I wasn't able to get it working with just docker-compose. I have the docker-compose set according to the instructions in the docker/plexanisync subfolder README, except for the tag which is "latest" in the readme and I am using "master". My Docker-Compose is below:
To test, I've been setting Lycoris Recoil to completed with a rating of 3 stars on plex and 3 episodes watched with no rating on Anilist. PlexAniSync detects the episode update and marks anilist as completed, but doesn't make a rating. The docker container logs are below:
I have, however, been able to get it to work by specifying a settings.ini file, which I will include logs and details of in just a second
The text was updated successfully, but these errors were encountered: