Server Version#: 1.21.1.3830
In the recent past, I’ve been investigating some remote-access hiccups. Via scanning my server logs, I see several thousand “Errors” being indicated … which don’t actually seem to be meaningful, and often contradict themselves. Examples:
Dec 30, 2020 13:35:17.544 [0x70000dd47000] DEBUG - NetworkService: Browsing on interface 10.0.1.110 on broadcast address 239.255.255.250 (index: 0)
Dec 30, 2020 13:35:17.544 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:17.653 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:17.653 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:17.763 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:17.763 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:17.873 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:17.873 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:17.983 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:17.983 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:18.083 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:18.083 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:18.187 [0x70000dd47000] INFO - Network Service: Abandoning browse socket, it was closed.
Dec 30, 2020 13:35:18.187 [0x70000dd47000] ERROR - Network Service: Error in browser handle read: 89 (Operation canceled) socket=-1
Dec 30, 2020 13:35:18.218 [0x70000db3b000] DEBUG - NetworkInterface: Notified of network changed (force=0)
Dec 30, 2020 13:35:18.219 [0x70000db3b000] DEBUG - Network change notification but nothing changed.
“…but nothing changed” - yeah, that’s the gist of it. I have a Mac mini running the latest Plex server, connected via ethernet cable to my router, Plex Remote Access seems to be enabled reliably, etc. No changes to the network configuration in months.
Remote users sometimes (often?) report significant hiccups when accessing my content, which is what prompted this investigation. While my ISP (Comcast) might be suffering occasional hiccups, it doesn’t seem that this would explain the repeated challenges, or the specific entries being seen in the log. By last count, it was over 5000 such “ERROR -” indications, within a 6 hour period (!) … when the server wasn’t even actively streaming any content (!!).
I’m guessing there must be some kind of oddity with my network configuration - but again, the setup is pretty straightforward, and seems to be working for all other needs in the household. Is this solely a Plex issue, or is there some other issue at play? Any tips on what kind of network configuration details I should investigate further, to try and resolve this concern?
** ALSO: Short of repeatedly scanning through 64,000-line “Plex Media Server.[n].log” files for strings reading “ERROR -” and trying to make sense of them, is there a better way to debug these details?