Hey all, just wanted to let you know of an issue I found after updating to the (currently) latest plex docker image (1.8.4.4249).
Any time Plex had to transcode something (watching in a browser or on a mobile device) the transcode would fail. I checked to make sure that the directory was writable on the real system but when I went into the docker container (docker exec -it plex_container_name /bin/bash), the /transcode directory had 755 permissions and was owned by root, seemingly not making it writable by the plex user. I changed the permissions on that directory to 777 and everything started working again.
I’m not sure why this would happen in an automated build, but just wanted to document the fix so hopefully in the next docker image it doesn’t happen again.
Thanks!