Can not access PMS anymore. Server still running. Edited the Preferences like in the troubleshoot, but does not help. The entries don’t get filled up again. I’m completely on a remote server and i always get redirected to my other servers. Everything else on that server is up and running fine.
Of course i tried the direct IP-Address instead of plex.tv without success neither. Plex Media Server.log (728.0 KB)
Crash report is not created
Funny fact, nothing happened really Plex related … i just installed a secondary Drive, had a little problem with parted, needed to KVM-Console into it, fixed it, rebooted, all worked fine again - except Plex. WTF?!
Restart PMS, and after 2 min, try again
Then upload a zip with all the PMS server logs, since they roll over, and we need it from the start to see if it signs into plex.tv correctly
Logs-PMS-snickers-30-July.zip (4.9 MB)
I personally would bet it’s PMS security on remote servers … don’t know why from one second to another but yeah … problem is, i have no clue how to access my remote server locally … have no clue of that whole machine-to-machine vpn thing … but again, was working till yesterday for years now
had kinda the same problem 1-2 years ago with another server. have you guys already implemented a way to disable/fix this “first connection on local” thing?! because this would explain why it’s not working after the changed of the Preferences.xml
I guess it’s more or less obvious… since the PMS is up and running fine, direct server url directs me to trakt.tv … so …
no… that was a strange thing with your Forum switch back in the days… plex.tv name is snickers while my forum name got snickers_1 with the new forum. My 1000+ Forum likes are gone too ^^
So what can i do now? again, it must be PMS security system … anything else makes no sense…
the server shows not up
meanwhile the server with direct-ip says “access denied” … so now i know it’s the security system …
so i guess i have to work on some vpn skills to get it working again?!
still gets the login … but nothing else? still the same … so i’m in the world between locked out and logged in … ?
never had that many problems with a security “feature” like on Plex … i mean seriously… and not even a single tutorial on how to solve this… how to connect to vpn and so on …
where is the option to disable this ?!
but anyway, this is clearly a bug, since the server was good until today … so maybe a little bit more interest please?
omg !
on one device, still connected to the server, there is even a playback possible !! going through the menu etc no problem! …
same account, same server, new connection - boom, nothing ! OMG
Open a Terminal window or your command prompt
Enter the following command (substituting the IP address of your server as appropriate):
ssh ip.address.of.server -L 8888:localhost:32400
Open a browser window
Type http://localhost:8888/web into the address bar
The browser will connect to the server as if it were local and load Plex Web App
If not presented properly to that server and accessible: then
a. sudo tar cfz /tmp/plexlogs.tar.gz "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs"
b. download and attach that tar.gz here.
In the future, please leave VERBOSE disable unless requested. It generates far too much output plus it diminishes the amount of elapsed time we can see to about 2 minutes elapsed time.
The reason for using IP addresses is simple: Some distros are switching to IPv6 base while others default to the host’s LAN IP. We specifically want the IPv4 loopback adapter at 127.0.0.1
It can be disabled by editing Preferences.xml, removing LogVerbose=“1” when PMS is stopped.
Contrary to thinking, VERBOSE shows packet traffic. We are not debugging packet exchanges here. We are at the much-higher functionality level.
PMS has a 5 roll-over log file buffer (5 MB each) by default. When VERBOSE is enabled, those precious 30 MB are consumed quickly with all the packet info. This is why the elapsed time view window shrinks from 30-60 minutes to 2 minutes.
Plus, there is so much noise with VERBOSE enabled, it’s impossible to keep one’s mind focused on what’s happening.
As additional info, it’s possible to increase the number of log rollover files retained.
I use different versions so keep both forums of it in my Preferences file without ill effect.
add: LogNumFiles="20" NumLogFiles="20" to retain 20 log files. 10 log files is adequate for most users.