PlexAniSync icon indicating copy to clipboard operation
PlexAniSync copied to clipboard

Error when setting up as docker on unraid

Open abhiiously opened this issue 5 months ago • 2 comments

Hello! I get this error when I try to set this up as a container on unraid. Any idea what might be going wrong here?

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/plexanisync/runsync.sh": stat /plexanisync/runsync.sh: no such file or directory: unknown.

Here are my docker settings. Image

abhiiously avatar Jul 22 '25 17:07 abhiiously

I use tautulli-plexanisync variant, so I'm not entirely sure, but maybe it's the config path (last row) that does it? Seems redundant and might be prone to looping it

Here does it state in config to use a /config/ path?

Here's how I did my config part Image

Also, if your Plex is on the same Unraid server, you should be able to do this (same-network docker can always reference other Docker containers by name):

Image

Soitora avatar Jul 22 '25 20:07 Soitora

I use tautulli-plexanisync variant, so I'm not entirely sure, but maybe it's the config path (last row) that does it? Seems redundant and might be prone to looping it

Here does it state in config to use a /config/ path?

Here's how I did my config part Image

Also, if your Plex is on the same Unraid server, you should be able to do this (same-network docker can always reference other Docker containers by name):

Image

Removing the two paths I set fixed it :) Thank you!

abhiiously avatar Jul 23 '25 00:07 abhiiously