@FordGuy61 , this is all a brand new install, following those instructions. However, the impetus for the uninstall was that my long-working installation just stopped working one day, and I couldn’t get the libraries to load, even on the local computer.
To eliminate the mesh network and any routing, I have disconnected from the mesh network (default gateway 192.168.1.1) and connected via wifi to my ISP device’s wireless network (default gateway 192.168.0.1).
So, my IP address has also changed, and I’m accessing via this IP address instead of a 127.0.0.1 localhost IP address, which is now 192.168.0.48
http://192.168.0.48:32400/web/index.html#!/setup/8bedfc7234d9c0c3fde685e1ae2343f27eae5cee
plex_media_server.log (890.1 KB)
I’ve uploaded a copy of my logs. The network change happened some time around Oct 05, 2022 16:45:35.329, give or take a few network disconnect / reconnect attempts.
Now, with all this done, I am prompted to login, but then I get the spinning gold wheel and no other UI at all. It doesn’t resolve to the setup page whatsoever.
I am totally willing to uninstall / reinstall completely, but I’ve just done that 2x in the last 24 hours or so… 36 maybe…
I’m also getting CORS errors in the Chrome Inspector logs -
The CORS errors suggest to me that I should be using 127.0.0.1, and it’s that IP address difference triggering the CORS errors. — however, switching back to 127.0.0.1 does not allow the page to load. It’s the same spinning gold plex circle of doom.
Access to XMLHttpRequest at 'http://127.0.0.1:32400/media/providers?X-Plex-Product=Plex%20Web&X-Plex-Version=4.87.2&X-Plex-Client-Identifier=7nedm8ttd3dlwd0qv2hn0iqy&X-Plex-Platform=Chrome&X-Plex-Platform-Version=105.0&X-Plex-Features=external-media%2Cindirect-media%2Chub-style-list&X-Plex-Model=bundled&X-Plex-Device=OSX&X-Plex-Device-Name=Chrome&X-Plex-Device-Screen-Resolution=1347x737%2C1440x900&X-Plex-Language=en' from origin 'http://192.168.0.48:32400' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains the invalid value 'app.plex.tv'.
I’m seeing other errors in the Inspector that relate to shared libraries external to my home network - friend shares - and they’re failing with ERR_CERT_DATE_INVALID and ERR_CONNECTION_TIMED_OUT, but I won’t post the whole message, since I assume those are related to my invalid install rather than those sharing with me. I’m not sure if I can revoke my connections to an outside server that is shared with me, or if those are even related.