Question about log entries

I was just looking over my server today and noticed that I’m getting a lot of warnings in my console / log.

Every 60 seconds or so I get these two entries:

1 - PubSub: Received notifyConnectivity event with incorrect async identifier ([number], expected [number])

2 - MyPlex: we have an existing connectivity refresh request for async identifier [number], but it has expired so we will try again.

The server seems to be working without issue so I’m not overly concerned. I was just wondering what these warning are for and why the are happening even 60 seconds.

The events, as you’ve numbered them

  1. PMS has made a Remote Access connectivity test (you have it enabled) and plex.tv is trying to verify the connection before saying “Enabled”.

  2. Is the ripple effect of the first failure. It’s trying to find a faster path to get to you.

Your port forwarding in your modem/router or Firewall isn’t allowing the inbound to plex’s port.

Your port forwarding in your modem/router or Firewall isn’t allowing the inbound to plex’s port.

But my remote access is working just fine (as far as I can tell). I have no issues accessing the server using my mobile data and my brother can access the server remotely as well.

Sorry, very long day here. Please allow me to rewrite.

Item #2

  1. MyPlex (the module within PMS) had sent a request to test connectivity.
  2. It never got a reply back.
  3. It had an event trigger set on that reply.
  4. Since it never received a test message, and the timer expired, It’s going to try again.

Question is: If Remote is working, Why aren’t the same requests which allow PMS to work not getting through on the connectivity test?

If you examine your logs, Does connectivity return with a :1 or a :0 ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.