Is there an existing issue for this?
Current Behavior
Mainly overnight but not only and more often in the past month the library becomes unavailable from any client. Docker logs show nothing out of the ordinary and the container shows up and running. The only option is to stop and restart the project. I chatgpted the issue but to no end.
Dug into some PMS logs and there were some transcoding errors (Error creating directory "/transcode": Permission denied) and chatgpt recommended to map a separate transcode folder, although all permitions were ok. Did that and keep testing.
Any help would be appreciated.
Expected Behavior
No response
Steps To Reproduce
n/a
Environment
DSM 7.3 Synology - up to date
DSM Container Manager install via project, docker compose - up to date
CPU architecture
x86-64
Docker creation
version: "3.9"
services:
plex:
image: linuxserver/plex:latest
container_name: plex
network_mode: host
Container logs
no errors in docker logs
this is from PMS download:
Error creating directory "/transcode": Permission denied
Is there an existing issue for this?
Current Behavior
Mainly overnight but not only and more often in the past month the library becomes unavailable from any client. Docker logs show nothing out of the ordinary and the container shows up and running. The only option is to stop and restart the project. I chatgpted the issue but to no end.
Dug into some PMS logs and there were some transcoding errors (Error creating directory "/transcode": Permission denied) and chatgpt recommended to map a separate transcode folder, although all permitions were ok. Did that and keep testing.
Any help would be appreciated.
Expected Behavior
No response
Steps To Reproduce
n/a
Environment
CPU architecture
x86-64
Docker creation
version: "3.9" services: plex: image: linuxserver/plex:latest container_name: plex network_mode: hostContainer logs