I've set up plex, everything works (I can view media on my devices) except logging into Plex.TV account.
When I try to log in I get either of these errors:
There was a problem signing in to Plex.
or
Plex is not reachable.
Make sure your server has an internet connection and any firewalls
or other programs are set to allow access.
The firewall is off and the Plex.TV site is accessible fromt the server command line (ping/curl/lynx/...)
# curl https://plex.tv/pms/:/ip
33.55.99.77 # // I get the actual IP
In the Plex log I get:
DEBUG - Request: [x.x.x.x:57274 (Subnet)] POST /web/undefined/api/v2/users/signin (5 live) GZIP
DEBUG - Final path: /usr/lib/plexmediaserver/Resources/Plug-ins-1751929/WebClient.bundle/Contents/Resources/undefined/api/v2/users/signin
DEBUG - Completed: [x.x.x.x:57274] 404 POST /web/undefined/api/v2/users/signin (5 live) GZIP 2ms 379 bytes (pipelined: 12)
I get this on two systems:
Raspbian-jesse plexmediaserver-0.9.16.4.1911-ee6e505-2~jessie & plexmediaserver-installe-1.3.2.3112-1751929-1~jessie
Ubuntu14.04.5LTS(trusty) + plexmediaserver-1.3.2.3112-1751929
I searched this forum for this issue and I see that I'm not alone, there are over 100 pages of searches matching this issue.
I've tried the "dns" suggestions (pin it to 8.8.8.8) no dice.
Maybe it's worth to mention that my Qnap NAS in the same network segment is able to log into Plex.TV just fine.
Any idea here?
Thanks.