Unable to connect to plex (client ps4)

I am unable to connect to plex using my ps4. The server is on a Raspberry pi running open media vault. When checking the log after attempting the login from my ps4 I get…

Dec 16, 2017 22:22:42 [0x66eff400] DEBUG - Request: [::ffff:192.168.1.103:53291] GET /?X-Plex-No-Cache=1513484560899192&X-Plex-Client-Identifier=swnmju2woxk6ecgukf4xrix1&X-Plex-De$
Dec 16, 2017 22:22:42 [0x66eff400] DEBUG - Auth: We found auth token (xxxxxxxxxxxxxxxxxxxx), enabling token-based authentication.
Dec 16, 2017 22:22:42 [0x66eff400] DEBUG - Auth: Came in with a super-token, authorization succeeded.
Dec 16, 2017 22:22:42 [0x66eff400] DEBUG - It took 0.0 sec to serialize a list with 13 elements.
Dec 16, 2017 22:22:42 [0x732c9400] DEBUG - Completed: [::ffff:192.168.1.103:53291] GET / (5 live) GZIP 10ms 1018 bytes 200 (pipelined: 2)

Not sure what’s going on?

Edit: I’m using Stoneburner 2.2.13 OS

OMV is it’s own type of linux and not supported. There are those in the community who use it and can help you.

In the log file fragment you showed, the auth succeeded.

You might want to turn off IPv6 unless you really need it. It will interfere with metadata retrieval. (not everything on the internet supports v6 yet, the metadata servers are still IPv4)

Figured out what it was! I was running a version of PMS that was not compatible with the plex on ps4. I updated it and it works fine, thanks!