Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - Plex Pass

Featured Replies

On 2/5/2025 at 5:58 PM, binarymelon said:

I started having an issue where transcoding is failing.  I have tried rolling back to an older version but no changes so I don't think the issue is on the plex side.  The only thing I think changes on the server side is maybe upgrading the nvidia plugin.  Just wondering if anyone has seen anything similar to this.  The only error I see in the logs is: `Unable to create output stream for transcode session, no segments found.`

I am having this issue too. Have tried everything, uninstalling reinstalling gpu top, every kind of permissions change to make sure the docker has access, and downgrading from unraid 7. Nothing yet. 
 

I get  “jobs failed with chdir erro=no2” whenever I try to transcode. Am on an intel alder lake s gt1.

 

Edit: I resolved this by running "chmod -R 777 /mnt/cache/appdata/binhex-plexpass/tmp/", but if you're in a similar bind just make sure you run it using the folder you use for transcode, which will be different if you transcode to ram or something else

Edited by Tashlinite

  • Replies 1.8k
  • Views 412.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • apparently plex has removed the redirection to /web, so now you need to append /web to the url, for example:- http://192.168.1.10:32400/web

  • Hi all, the issue where the container is stopping MAY of been related to the introduction of healthchecking, this checks to see if the internet connection is operational, if not the container is marke

  • I obviously don't reclaim my Plex server very often (this might even be the first time!), but i went through it this morning and it was relatively painless, FWIW here are my notes (some of this is fro

Posted Images

An error occurred trying to play "xxx". Error code: s1001 (Network)

 

Using Plex in Unraid docker container. Everything was running smoothly. Since a week, all newly added episodes give me above error. Movies and older TV episodes seem to work. Tried plex-web and device players.

 

Any idea?

How do I go and see Playback error codes? I am having issue with transcoding HEVC Main files with my Quadro P2000. The proper variables are set, and Plex correctly sees the GPU, but I still cannot transcode the media at all. I get "

Playback Error

This server is not powerful enough to convert video."

With no indication of why. Is there somewhere in logs I can find a specific reason, or is there any guidance someone can offer?

On 2/8/2025 at 1:46 AM, Tashlinite said:

I am having this issue too. Have tried everything, uninstalling reinstalling gpu top, every kind of permissions change to make sure the docker has access, and downgrading from unraid 7. Nothing yet. 
 

I get  “jobs failed with chdir erro=no2” whenever I try to transcode. Am on an intel alder lake s gt1.

 

Edit: I resolved this by running "chmod -R 777 /mnt/cache/appdata/binhex-plexpass/tmp/", but if you're in a similar bind just make sure you run it using the folder you use for transcode, which will be different if you transcode to ram or something else

I gave it a go, but no luck.  I do (well used to) transcode to memory and I actually have a script that runs at startup to make sure the folder has the correct user:group.  Here are some logs if anyone else has any ideas.

plex_transcode.log

 

Edit:  I just did some more testing and it looks like it only fails when subtitles are enabled.  I am able to transcode to h265 and h264 fine otherwise.

Edited by binarymelon

This installation is brand new, both for unRAID and plex.  I'm unsure why it's failing.  The log doesn't make sense to me.  Full log is at the bottom, but the most relevant line is below.

 

docker: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.46/containers/ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744/start": EOF.

The command failed.

 

Any help you folks can direct me towards, I'd be immensely appreciative.

 

Pulling image: binhex/arch-plexpass:latest
IMAGE ID [1298004660]: Pulling from binhex/arch-plexpass.
IMAGE ID [7598295aa48a]: Pulling fs layer. Downloading 100% of 263 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [719e8f2f6e10]: Pulling fs layer. Downloading 100% of 3 KB. Download complete. Extracting. Pull complete.
IMAGE ID [562a2e7981e2]: Pulling fs layer. Downloading 100% of 1 MB. Download complete. Extracting. Pull complete.
IMAGE ID [9211fb3bd118]: Pulling fs layer. Downloading 100% of 5 KB. Download complete. Extracting. Pull complete.
IMAGE ID [2350cfe85633]: Pulling fs layer. Downloading 100% of 221 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [010377481244]: Pulling fs layer. Downloading 100% of 249 B. Download complete. Extracting. Pull complete.
IMAGE ID [2315630d07a9]: Pulling fs layer. Downloading 100% of 2 KB. Download complete. Extracting. Pull complete.
IMAGE ID [608edab9f75d]: Pulling fs layer. Downloading 100% of 2 KB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [9aac7d0aa6a3]: Pulling fs layer. Downloading 100% of 373 MB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 230 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
Status: Downloaded newer image for binhex/arch-plexpass:latest

TOTAL DATA PULLED: 596 MB



Command execution
docker run
  -d
  --name='binhex-plexpass'
  --net='host'
  --pids-limit 2048
  -e TZ="America/Denver"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Henry"
  -e HOST_CONTAINERNAME="binhex-plexpass"
  -e 'TRANS_DIR'='/config/transcode'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='all'
  -e 'NVIDIA_VISIBLE_DEVICES'=''
  -e 'PLEX_CLAIM'=''
  -e 'SHARED_NETWORK'='no'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
  -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw'
  -v '/mnt/user/media/':'/media':'rw' 'binhex/arch-plexpass'
ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744
docker: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.46/containers/ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744/start": EOF.

The command failed.

 

  • Author
6 hours ago, UtahJarhead said:

This installation is brand new, both for unRAID and plex.  I'm unsure why it's failing.  The log doesn't make sense to me.  Full log is at the bottom, but the most relevant line is below.

 

docker: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.46/containers/ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744/start": EOF.

The command failed.

 

Any help you folks can direct me towards, I'd be immensely appreciative.

 

Pulling image: binhex/arch-plexpass:latest
IMAGE ID [1298004660]: Pulling from binhex/arch-plexpass.
IMAGE ID [7598295aa48a]: Pulling fs layer. Downloading 100% of 263 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [719e8f2f6e10]: Pulling fs layer. Downloading 100% of 3 KB. Download complete. Extracting. Pull complete.
IMAGE ID [562a2e7981e2]: Pulling fs layer. Downloading 100% of 1 MB. Download complete. Extracting. Pull complete.
IMAGE ID [9211fb3bd118]: Pulling fs layer. Downloading 100% of 5 KB. Download complete. Extracting. Pull complete.
IMAGE ID [2350cfe85633]: Pulling fs layer. Downloading 100% of 221 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [010377481244]: Pulling fs layer. Downloading 100% of 249 B. Download complete. Extracting. Pull complete.
IMAGE ID [2315630d07a9]: Pulling fs layer. Downloading 100% of 2 KB. Download complete. Extracting. Pull complete.
IMAGE ID [608edab9f75d]: Pulling fs layer. Downloading 100% of 2 KB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [9aac7d0aa6a3]: Pulling fs layer. Downloading 100% of 373 MB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 230 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
Status: Downloaded newer image for binhex/arch-plexpass:latest

TOTAL DATA PULLED: 596 MB



Command execution
docker run
  -d
  --name='binhex-plexpass'
  --net='host'
  --pids-limit 2048
  -e TZ="America/Denver"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Henry"
  -e HOST_CONTAINERNAME="binhex-plexpass"
  -e 'TRANS_DIR'='/config/transcode'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='all'
  -e 'NVIDIA_VISIBLE_DEVICES'=''
  -e 'PLEX_CLAIM'=''
  -e 'SHARED_NETWORK'='no'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
  -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw'
  -v '/mnt/user/media/':'/media':'rw' 'binhex/arch-plexpass'
ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744
docker: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.46/containers/ef381c9689c99f282de24bb3361e0e5d5ff11c5864b5e0b88f903d7aa60dd744/start": EOF.

The command failed.

 

Very odd message you got there!, it looks like docker has failed to download one of the image layers and thus you are ending up with a corrupt image, try the following:-

 

1. Go to unraid web ui

2. Go to docker tab and left click and select 'remove' for the plexpass container, ensuring the 'also remove image' tickbox is ticked

3. Click on 'add container' at the bottom of the docker page and select user 'user templates' and select the binhex-plexpass template, then simply click apply.

 

Step 3 should pull down the image again and create a container for you, hopefully this time around it downloads successfully, if it still fails then i would start looking at your docker storage and ensuring it's not corrupt, also check for memory issues with your server.

docker run
  -d
  --name='binhex-plexpass'
  --net='host'
  --pids-limit 2048
  -e TZ="America/Denver"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Henry"
  -e HOST_CONTAINERNAME="binhex-plexpass"
  -e 'TRANS_DIR'='/config/transcode'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='all'
  -e 'NVIDIA_VISIBLE_DEVICES'=''
  -e 'PLEX_CLAIM'=''
  -e 'SHARED_NETWORK'='no'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
  -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw'
  -v '/mnt/user/media/':'/media':'rw' 'binhex/arch-plexpass'
604959905b70df61750e28976d34a95296331af4939483f1bf6e77d9712aab42
docker: Error response from daemon: endpoint with name binhex-plexpass already exists in network host.

The command failed.

Not the same error, but this is what happens ever other time I've done this.

If my main docker .img is fresh, I get the error on my first post.  If I remove the Plex container and re-add it with the existing docker .img, then I get *THIS* error.

  • 4 weeks later...

Hello,

 

Is it possible to add an additional "/media" path to include another pool? I'd like to point my DVR/LiveTV to an NVMe drive vs my RAIDZ3 pool which causes stuttering until I rewind after 10 seconds and it's replaying what's already recorded to the pool.

  • Author
4 hours ago, impenetrable-aviator2287 said:

Hello,

 

Is it possible to add an additional "/media" path to include another pool? I'd like to point my DVR/LiveTV to an NVMe drive vs my RAIDZ3 pool which causes stuttering until I rewind after 10 seconds and it's replaying what's already recorded to the pool.

 sure, you can add as many paths as you want, just click edit and go to the botton click on add and add a new path then set the host path to point at the pool and give the container path a unique name and lastly point plex at the uniqe container path and add your media.

Ran into a problem this morning with unraid locked up, did a hard reboot, everything almost came back. The biggest issue was Plex would start, but give the error that the server is currently unavailable on the webgui from the same server. So it does not show any local media. I removed the docker image and reinstalled it, still the same error 

 

Here is my docker run output

 

docker run
  -d
  --name='binhex-plexpass'
  --net='host'
  --pids-limit 2048
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Chimaera"
  -e HOST_CONTAINERNAME="binhex-plexpass"
  -e 'TRANS_DIR'='/config/transcode'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='all'
  -e 'NVIDIA_VISIBLE_DEVICES'=''
  -e 'PLEX_CLAIM'='claim-7WvDaqZj3y5nGazzdZ4F'
  -e 'SHARED_NETWORK'='no'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
  -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw'
  -v '/mnt/user/PlexMedia/':'/media':'rw' 'ghcr.io/binhex/arch-plexpass'

d06547572c66f7aa8f8b0339aa6d168dad02836698dde57bcfdea0714e1031b5

 

The server is Chimaera and I am accessing it directly from its IP port 32400. Before this outage it been running fine for half a year

Screenshot 2025-03-16 at 3.39.32 PM.png

  • Author
9 hours ago, rh12925 said:

Ran into a problem this morning with unraid locked up, did a hard reboot, everything almost came back. The biggest issue was Plex would start, but give the error that the server is currently unavailable on the webgui from the same server. So it does not show any local media. I removed the docker image and reinstalled it, still the same error 

 

Here is my docker run output

 

docker run
  -d
  --name='binhex-plexpass'
  --net='host'
  --pids-limit 2048
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Chimaera"
  -e HOST_CONTAINERNAME="binhex-plexpass"
  -e 'TRANS_DIR'='/config/transcode'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='all'
  -e 'NVIDIA_VISIBLE_DEVICES'=''
  -e 'PLEX_CLAIM'='claim-7WvDaqZj3y5nGazzdZ4F'
  -e 'SHARED_NETWORK'='no'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
  -v '/mnt/user/appdata/binhex-plexpass':'/config':'rw'
  -v '/mnt/user/PlexMedia/':'/media':'rw' 'ghcr.io/binhex/arch-plexpass'

d06547572c66f7aa8f8b0339aa6d168dad02836698dde57bcfdea0714e1031b5

 

The server is Chimaera and I am accessing it directly from its IP port 32400. Before this outage it been running fine for half a year

Screenshot 2025-03-16 at 3.39.32 PM.png

See Q4 to rule it out:- https://github.com/binhex/documentation/blob/master/docker/faq/plex.md

Check question 4 I do not see that in the log

 

2025-03-17 06:36:53.709484 [info] Host is running unRAID
2025-03-17 06:36:53.747020 [info] System information: Linux Chimaera 6.6.78-Unraid #2 SMP PREEMPT_DYNAMIC Thu Feb 20 13:33:15 PST 2025 x86_64 GNU/Linux
2025-03-17 06:36:53.782968 [info] Image tags: BASE_RELEASE_TAG=2025012801,IMAGE_RELEASE_TAG=1.41.5.9522-1-01
2025-03-17 06:36:53.829301 [info] PUID defined as '99'
2025-03-17 06:36:54.188647 [info] PGID defined as '100'
2025-03-17 06:36:54.763658 [info] UMASK defined as '000'
2025-03-17 06:36:54.811667 [info] Permissions already set for '/config'
2025-03-17 06:36:54.862095 [info] Deleting files in /tmp (non recursive)...
2025-03-17 06:36:54.910338 [info] TRANS_DIR defined as '/config/transcode'
2025-03-17 06:36:55.005421 [info] SHARED_NETWORK defined as 'no'
2025-03-17 06:36:55.045898 [info] Starting Supervisor...
2025-03-17 06:36:55,348 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing
2025-03-17 06:36:55,348 INFO Set uid to user 0 succeeded
2025-03-17 06:36:55,353 INFO supervisord started with pid 7
2025-03-17 06:36:56,357 INFO spawned: 'plexmediaserver' with pid 65
2025-03-17 06:36:56,358 INFO reaped unknown pid 8 (exit status 0)
2025-03-17 06:36:57,360 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-03-17 06:37:13,384 DEBG 'plexmediaserver' stdout output:
Critical: libusb_init failed

 

when I check the logs there only ERROR grep shows is 

 

MyPlex: Error 401 requesting JSON from: https://plex.tv/api/v2/server/users/features

 

The only thing I am finding on this is server is own by different user. If this is a plex issuse please let me know and I will work on that. THanks 

On 3/17/2025 at 9:16 AM, rh12925 said:

Check question 4 I do not see that in the log

 

2025-03-17 06:36:53.709484 [info] Host is running unRAID
2025-03-17 06:36:53.747020 [info] System information: Linux Chimaera 6.6.78-Unraid #2 SMP PREEMPT_DYNAMIC Thu Feb 20 13:33:15 PST 2025 x86_64 GNU/Linux
2025-03-17 06:36:53.782968 [info] Image tags: BASE_RELEASE_TAG=2025012801,IMAGE_RELEASE_TAG=1.41.5.9522-1-01
2025-03-17 06:36:53.829301 [info] PUID defined as '99'
2025-03-17 06:36:54.188647 [info] PGID defined as '100'
2025-03-17 06:36:54.763658 [info] UMASK defined as '000'
2025-03-17 06:36:54.811667 [info] Permissions already set for '/config'
2025-03-17 06:36:54.862095 [info] Deleting files in /tmp (non recursive)...
2025-03-17 06:36:54.910338 [info] TRANS_DIR defined as '/config/transcode'
2025-03-17 06:36:55.005421 [info] SHARED_NETWORK defined as 'no'
2025-03-17 06:36:55.045898 [info] Starting Supervisor...
2025-03-17 06:36:55,348 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing
2025-03-17 06:36:55,348 INFO Set uid to user 0 succeeded
2025-03-17 06:36:55,353 INFO supervisord started with pid 7
2025-03-17 06:36:56,357 INFO spawned: 'plexmediaserver' with pid 65
2025-03-17 06:36:56,358 INFO reaped unknown pid 8 (exit status 0)
2025-03-17 06:36:57,360 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-03-17 06:37:13,384 DEBG 'plexmediaserver' stdout output:
Critical: libusb_init failed

 

when I check the logs there only ERROR grep shows is 

 

MyPlex: Error 401 requesting JSON from: https://plex.tv/api/v2/server/users/features

 

The only thing I am finding on this is server is own by different user. If this is a plex issuse please let me know and I will work on that. THanks 

Another great reason to have an appdata backup. I realize the above post is a week old, and I hope you were able to get it sorted. But the time spent on trying to get it sorted would have been better spent on one of the following two things:

1. Restore a recent backup (mine is weekly, no idea what yours or anyone else sets theirs at but a week for non-critical data is a good start)
2. Nuclear approach... Using MC, delete Plex entirely from your appdata, including all config files. Every last trace of Plex get rid of it. Then install again via CA and let it sync up again. May take awhile, but a sure fire way to get it back up and running.

No one likes to take the nuclear approach, but if you didnt have a backup then thats on you. (AND me, because I didnt have my backups set right and I had to nuke my stuff about a year ago..never again lol)

So i upgraded to the latest release and it completely bricked my sql database:
"sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)"
So i started using the plexdb repair tool, then ran into this:
"Parse error near line 1: database is locked (5) plex"

What ultimately fixed it without having to try to go back to a backup was just going back to the previous release: 
binhex/arch-plexpass:1.41.5.9522-1-01

  • 3 weeks later...
On 3/16/2025 at 7:12 PM, binhex said:

sure, you can add as many paths as you want, just click edit and go to the botton click on add and add a new path then set the host path to point at the pool and give the container path a unique name and lastly point plex at the uniqe container path and add your media.

 

I did exactly this, entered a new path the way you described. When hitting APPLY the docker image disappeared completely. It is not visible over the DOCKER view in unraid, nor over the DASHBOARD view. Calling the /manage adress leads to errors.

 

The docker image was working perfectly fine. How do i recover it? Using the ADD option and entering a new media path is all i changed. I don't have any idea how to undo the change and make the docker work again. Any help would be kindly appreciated.

 

Thank you.

 

EDIT:
In the DOCKER view i hit ADD CONTAINER and on the following page i selected my binhex-plexpass docker image and i was able to remove the new path setting. This way plex is working again, but there seems to be no way to add an additional media path to plex with the information provided. There should be at least a working example provided to prevent misinterpretations.

Edited by Gekko
Found a solution

I see a lot of comments lately with people having the same issue as me where this container is locking up their entire server.

 

I think I have figured out the cause because I can reproduce the issue by adding "--runtime=nvidia" into extra parameters. Once I did this after reinstall, Plex stopped working and locked up my server again.

 

I have it all back up and running, except hardware transcoding using my Nvidia GPU, since I can't add the extra parameter.

 

Has anyone else figured out how to get this working with the latest update?

 

EDIT: Nevermind, it just locked up again all on its own randomly while working on updating other dockers. Other dockers are now getting orphaned and having to be reinstalled. Hoping this parity check finishes before it does it again. It already corrected 1 error. What a nightmare.

Edited by carnivorebrah

  • Author
On 4/12/2025 at 3:11 PM, Gekko said:

This way plex is working again, but there seems to be no way to add an additional media path to plex with the information provided. There should be at least a working example provided to prevent misinterpretations.

Documenting every possible eventuality that a user may do is not possible, sorry about that.

Here is what it should look like, in this example i have added a new root folder for the container called 'wallpapers' which points at a sub folder of pictures on the array:-

4C52F661-9102-4829-B12F-3B990CE84815.png.5a5e2344b7f823adff0de7cc03e25555.png

Feel free to 'Name' it if you wish and put a 'Description' too if you like (both optional), click ADD then click APPLY at the bottom of the screen to recreate the container. Once done go to Plex Web UI and add the folder, remembering to reference the container path not the host path, so add /wallpapers (in my example).

  • Author
2 hours ago, carnivorebrah said:

I see a lot of comments lately with people having the same issue as me where this container is locking up their entire server.

no lock up's for me, plex has been up as long as my server, maybe consider this (im running plex not plex-pass):-

 

On 3/26/2025 at 2:05 AM, Kognac said:

So i upgraded to the latest release and it completely bricked my sql database:
"sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)"
So i started using the plexdb repair tool, then ran into this:
"Parse error near line 1: database is locked (5) plex"

What ultimately fixed it without having to try to go back to a backup was just going back to the previous release: 
binhex/arch-plexpass:1.41.5.9522-1-01



Still having this issue, tried to use a backup, but I get the same error. tried today going back to the latest branch.

Hello All,

Still getting my feet wet in the Unraid/Docker world here. I've used Plex for years on a regular Windows install and have just recently moved to Unraid. The only bothersome sticking point I'm having is I can't get Plex to generate thumbnails for all my TS Shows and Movies. I've made sure to select the proper settings in both the Library general settings and enabled them in each individual library. At first it seemed as though a few thumbnails were being created but after 4 days I haven't noticed any new ones being created. Given that my Unraid array has over 35TB of usable free space and I have 2 1TB cache drives I was sure I wouldn't have any space issues but I honestly don't know how this works in Unraid/Docker. Any tips/tricks/help that can be offered would be appreciated.

14 hours ago, PakledVueAdmin said:

Hello All,

Still getting my feet wet in the Unraid/Docker world here. I've used Plex for years on a regular Windows install and have just recently moved to Unraid. The only bothersome sticking point I'm having is I can't get Plex to generate thumbnails for all my TS Shows and Movies. I've made sure to select the proper settings in both the Library general settings and enabled them in each individual library. At first it seemed as though a few thumbnails were being created but after 4 days I haven't noticed any new ones being created. Given that my Unraid array has over 35TB of usable free space and I have 2 1TB cache drives I was sure I wouldn't have any space issues but I honestly don't know how this works in Unraid/Docker. Any tips/tricks/help that can be offered would be appreciated.

 

On your docker container, click on the logo/image and select 'Logs', see if there's any errors there when you do a library scan. I'm only assuming but your config or data directory may not have the right permission for plex to tag/save data.

Hey all. I'm trying to run /home/nobody/dbrepair.sh but I'm getting an error "Read-only file system" for both option 1 and 2 (check and repair). I'm not sure how to fix that. Any assistance would be appreciated. Thank you

 

Quote
sh-5.2# /home/nobody/dbrepair.sh
[INFO] Plex Media Server database repair script - written by binhex.
1) Check integrity                  3) Rebuild indexes                  5) Quit
2) Repair structure (basic repair)  4) Low-level recovery
Please select the Plex DB repair operation: 1
Selected operation 'Check integrity' will stop Plex Media Server, do you want to continue? Y

[INFO] Stopping Plex Media Server by sending kill to PID '78'
cp: cannot create regular file 'com.plexapp.plugins.library.db.backup.20250421191227': Read-only file system

 

 

Edited by valhalla540

  • Author
9 hours ago, valhalla540 said:

Hey all. I'm trying to run /home/nobody/dbrepair.sh but I'm getting an error "Read-only file system" for both option 1 and 2 (check and repair). I'm not sure how to fix that. Any assistance would be appreciated. Thank you

 

 

try stopping the container, then delete the file /config/perms.txt and then start the container, this should reset permissions for you, it could take a while to process so leave it running until the conainer starts, or if it's in a broken state then leave it for around 30 minutes then perform the dbrepair.sh again

On 4/17/2025 at 11:35 PM, koshia said:

 

On your docker container, click on the logo/image and select 'Logs', see if there's any errors there when you do a library scan. I'm only assuming but your config or data directory may not have the right permission for plex to tag/save data.

The only things I see in the logs are lines like this:

 

"2025-04-20 16:40:46,629 DEBG 'plexmediaserver' stdout output:
Generated new chapter thumbnails for Episode 22."

 

This makes me think thumbnails are being created but I can't tell if they're the kind of thumbnails I'm looking for or what series it is to go and verify what was done. I don't see any errors to help point me in the right direction either.

On 4/15/2025 at 5:09 AM, binhex said:

no lock up's for me, plex has been up as long as my server, maybe consider this (im running plex not plex-pass):-

 

So, I've tried both containers, and still my whole server is crashing.

 

Another issue I have now is that the container starts and says "success: plexmediaserver entered RUNNING state", but I'm not able to access the web UI. It just says "400 Bad Request". Any ideas how to fix this? Google returns nothing useful. Reinstalling either container doesn't work. I'd rather use the container I was using before anyways because I don't feel like going through 3K movies to fix manual matches I had fixed previously because I don't remember them all.

 

Container running:

image.thumb.png.2b37819caee6d9243c7045895d29b9ad.png

 

Web UI:

image.png.deac2dbab9fc4419f01ab71f4469b005.png

 

Log:

Created by...
___.   .__       .__
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    <
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/

2025-04-24 02:43:37.904912 [info] Host is running unRAID
2025-04-24 02:43:37.937774 [info] System information: Linux AKWSERVER 6.1.64-Unraid #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023 x86_64 GNU/Linux
2025-04-24 02:43:37.968967 [info] Image tags: BASE_RELEASE_TAG=2025032801,IMAGE_RELEASE_TAG=1.41.7.9717-1-01
2025-04-24 02:43:38.005037 [info] PUID defined as '99'
2025-04-24 02:43:38.057680 [info] PGID defined as '100'
2025-04-24 02:43:38.108461 [info] UMASK defined as '000'
2025-04-24 02:43:38.143000 [info] Permissions already set for '/config'
2025-04-24 02:43:38.184037 [info] Deleting files in /tmp (non recursive)...
2025-04-24 02:43:38.221111 [info] TRANS_DIR defined as '/transcode'
2025-04-24 02:43:38.315663 [info] SHARED_NETWORK defined as 'no'
2025-04-24 02:43:38.349959 [info] Starting Supervisor...
2025-04-24 02:43:38,808 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing
2025-04-24 02:43:38,809 INFO Set uid to user 0 succeeded
2025-04-24 02:43:38,814 INFO supervisord started with pid 13
2025-04-24 02:43:39,817 INFO spawned: 'plexmediaserver' with pid 71
2025-04-24 02:43:39,817 INFO reaped unknown pid 14 (exit status 0)
2025-04-24 02:43:40,819 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-04-24 02:43:53,727 DEBG 'plexmediaserver' stdout output:
Critical: libusb_init failed

 

Edited by carnivorebrah

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.