-
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
plexanisync tautulli autorun #227
Comments
What does your logs say? |
looks like you need to install the packages for the script. |
I got the same problem, based on my research it seems like the Docker-Container failes to install the requirements. The Tautulli User has no home directory. Manually creation after setup works (root console), but shouldnt be the final answer mkdir /home/tautulli |
Are you talking about the plexanisync-tautulli image or the official tautulli image? |
The "image: 'ghcr.io/rickdb/tautulli-plexanisync:latest'" - i did the setup based on the "Docker-Tautulli-PlexAniSync" readme |
I tested the image and everything works normally: logs
Can you run |
I kinda got it working now - sort of dirty. To Explain - i'm running the Docker in a Portainer-Env. The User-IDs seems to be Problem since the Tautulli ist running with the tautilli user (default 1000). So i just set the PUID and PGID to Root (0) to make it work.
|
This line right here sets the python path so the root packages are included: https://github.com/RickDB/PlexAniSync/blob/master/Docker/Tautulli/Dockerfile#L23 Are you sure you're using the current |
Its the latest, yes. Running a Command trying to add the requirements by Docker-Compose wont work too, since the Tautulli-User has no Home-Directory and the command is run by User Tautulli (PUID 1000)
(adding an whoami to the Docker-Compose Command Line tells me User tautulli (1000)) I just checked the installed packages for the tautulli-user - getting the info everything was missing
and as you requested (its from a Container without my PUID Changes) Docker Inspect
|
You can see that the packages are installed if you run
instead. Do you have PlexAniSync logs (from the Logs section of Portainer) for your error case where you're using the tautulli user? |
Your mentioned Lines gave me Hints to he Cause User Tautulli cant access the PYTHONPATH - so it wont find the installed libs
|
This line should have made /root/.local readable by tautulli, but it doesn't seem to work on all docker versions? PlexAniSync/Docker/Tautulli/Dockerfile Line 20 in 9a774bd
I've modified the Dockerfile for taututlli so the pip libraries are installed to /home/tautulli instead. Please test the latest |
Looks good. Everything seem to work with no modification needed |
im trying to get the anilist script to auto mark something as watched when finished and cant seem to get working on a real watch or the test.
The text was updated successfully, but these errors were encountered: