jaymoulin/docker-plex

looking for servers...

dpnoworyta opened this issue · 3 comments

Hi there,
I've recently pulled jaymoulin/plex for rpi3, booted without any issue (docker logs shows only this)

3000 /root/Library/Application Support
8192
Error in command line:the argument for option '--serverUuid' should follow immediately after the equal sign
Crash Uploader options (all are required):
--directory arg Directory to scan for crash reports
--serverUuid arg UUID of the server that crashed
--userId arg User that owns this product
--platform arg Platform string
--url arg URL to upload to
--help show help message
--version arg Version of the product

Went to the web and what I see is plex web interface but in the top left corner there is "Looking for servers..." dialog with spinning wheel. No idea how to pass that and/or why it is not seeing rpi3 as a media server.
Have you got any clue maybe?

EDIT:
Also in logs I've found:
WARN - HTTP error requesting POST http://127.0.0.1:32600/devices/discover (0, No error) (Failed connect to 127.0.0.1:32600; Connection refused)

Can you please copy your CLI command. make sure the --network=host flag is present and you went to your rpi3 IP and not on plex.tv to reclaim your server

Alright, after a while searching through the web, everything went clear. The problem I've observed was accessing shares outside the local network. It seems that PMS is doing this on purpose:

I know it’s a pain, but what it gave us was the ability to properly protect PMS from CG NAT (Carrier Grade NAT) networks where even the WAN address is a private LAN.

More info: https://forums.plex.tv/t/looking-for-servers-not-finding-local-server-host/194979/9

Can be closed, thanks and sorry ;)

No problem, your issue will serve other people