Hi All!
All of the sudden I started having very weird issue with Plex server on Linux.
Here is what’s happening: get to localhost::32400/web no problem but all libraries show as unavailable for some strange reason. Port 32400 is open and Plex server is listening on this port.
netstat -an | grep 32400
tcp 0 0 0.0.0.0:32400 0.0.0.0:* LISTEN
tcp 0 0 10.10.10.4:32400 10.10.10.54:51046 TIME_WAIT
tcp 0 0 10.10.10.4:32400 10.10.10.54:50573 TIME_WAIT
tcp 0 0 10.10.10.4:32400 10.10.10.54:50616 TIME_WAIT
ps -ef | grep 4361
plex 4361 1 0 20:51 ? 00:00:03 /usr/lib/plexmediaserver/Plex Media Server
plex 4386 4361 0 20:51 ? 00:00:03 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-1b7748a7b/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.21.4.4079-1b7748a7b /usr/lib/plexmediaserver/Resources/Plug-ins-1b7748a7b/System.bundle
plex 4467 4361 0 20:52 ? 00:00:00 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.21.4.4079-1b7748a7b 32600
plex 4471 4361 0 20:52 ? 00:00:02 /usr/lib/plexmediaserver/Plex DLNA Server
root 5469 2816 0 21:22 pts/0 00:00:00 grep --color=auto 4361
Plex server logs don’t have much info in them.
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Client-Identifier => 9wuecdpta2vth3y6mfwh7idp
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device => OSX
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device-Name => Firefox
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device-Screen-Resolution => 1680x925,1680x1050
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Features => external-media,indirect-media
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Language => en
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Model => bundled
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Platform => Firefox
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Platform-Version => 78.0
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Product => Plex Web
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Sync-Version => 2
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Token => xxxxxxxxxxxxxxxxxxxx
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Version => 4.51.3
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Product => Plex Web
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Version => 4.51.3
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Client-Identifier => 9wuecdpta2vth3y6mfwh7idp
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Platform => Firefox
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Platform-Version => 78.0
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Sync-Version => 2
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Features => external-media,indirect-media
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Model => bundled
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device => OSX
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device-Name => Firefox
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Device-Screen-Resolution => 1680x925,1680x1050
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Token => xxxxxxxxxxxxxxxxxxxx
Feb 26, 2021 21:24:24.920 [0x7f0e82ff5700] VERBOSE - * X-Plex-Language => en
Feb 26, 2021 21:24:24.922 [0x7f0e82ff5700] VERBOSE - It took 0.0 sec to serialize a list with 1 elements.
Feb 26, 2021 21:24:24.922 [0x7f0eab7fe700] DEBUG - Completed: [10.10.10.54:51347] 200 GET /media/providers (5 live) GZIP 2ms 4632 bytes (pipelined: 1)
Feb 26, 2021 21:24:25.547 [0x7f0eab7fe700] VERBOSE - WebSocket: processed 1 frame(s)
I know for sure this is not permission or share mount issue for sure as my HDD is mounted on /home.
Any idea Plex gurus on here?
Much appreciated.
And yes firewalld is open with all ports needed.
firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: cockpit dhcpv6-client samba ssh
ports: 32400/tcp 32469/tcp 8324/tcp 3005/tcp 5353/udp 32412/udp 32413/udp 1900/udp 32469/udp 139/tcp 445/tcp 32400/udp 32414/udp 1041/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:



