Server Version#: Version 1.41.2.9200
Player Version#: Varies
Plex is running and working fine for the most part - and it crashes every 2-3 days - I end up with a 504 page… Nothing in the plex crash report and I look at my docker container logs I constantly see libusb_init faile which is weird, because I don’t use any USB devices.
So, I added a new variable parameter to set PLEX_DISABLE_USB_SUPPORT=true
I restarted plex - and check my container to make sure:
I did get “PLEX_DISABLE_USB_SUPPORT=true” when running docker inspect Plex-Media-Server | grep PLEX_DISABLE_USB_SUPPORT
But, after looking at the logs, libusb_init continues to fail… Any idea what is going on?