ToonDoom / PlexPlugin

1 stars 1 forks source link

Plex HTPC Error #1

Open achterberg opened 9 years ago

achterberg commented 9 years ago

I had to reboot my server running Indigo to fix another issue and after rebooting I am getting the following message in the log. Any idea what is causing this? TIA BTW: Did support ever get back to you about how to submit the plugin?

Plex HTPC Error                 Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 46, in runConcurrentThread
<type 'exceptions.StandardError'>: ServerCommunicationError -- timeout waiting for response

  Plex HTPC Error                 plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
ToonDoom commented 9 years ago

That looks like the request to the plex server timeout. Is plex server running? Check the following url with your url and port in a browser see if it works:

http://192.168.0.6:32400/status/sessions

ToonDoom commented 9 years ago

I have attached the plugin to the release on this page:

https://github.com/ToonDoom/PlexPlugin/releases

achterberg commented 9 years ago

Using my url and port 32400, I get a friendlyName, machine identifier, etc. The only thing that looks suspicious but maybe is normal is myPlexMappingState="failed". The plugin was working fine (meaning no errors in the log that I noticed) until the reboot. I have a variable that is filled with the status and is triggered to change on state and the value is normally client_offline. It changes to paused then playing when I connect with my iPhone, I just checked again.

achterberg commented 9 years ago

Seems that throughout the course of the day the errors have disappeared. I suspect that my server is getting too slow and can't keep up sometimes. Unless you can think of anything I think this can be closed. Thanks again, and I appreciate the plugin.