Hi all,
randomly I have these logs on my Home Assistant instance:
2024-03-13 12:45:47.577 ERROR (Thread-8 (_connect)) [plexapi] http://[IPAD_IP]:32500: HTTPConnectionPool(host='[IPAD_IP]', port=32500): Max retries exceeded with url: /resources (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f838e38b440>, 'Connection to [IPAD_IP] timed out. (connect timeout=3)'))
2024-03-13 12:45:47.579 ERROR (Thread-9 (_connect)) [plexapi] http://[IPAD_IP]:32500: HTTPConnectionPool(host='[IPAD_IP]', port=32500): Max retries exceeded with url: /resources (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f83901c79e0>, 'Connection to [IPAD_IP] timed out. (connect timeout=3)'))
2024-03-13 12:45:47.596 ERROR (SyncWorker_53) [homeassistant.components.plex.server] Resource connection failed to plex.tv: iPad
I have 2 iPad, 2 iPhone, 1 Apple TV in my network that I use as Plex Players. The Plex Server is on my Windows10 PC. Actually everything works fine, but randomly I have these error logs in my Home Assistant which are annoying. It seems that it wants to connect on one iPad, at the port 32500, and I don’t know why. I have these logs only for this iPad.
If I play something on this iPad, on Home Assistant I can see that something is playing, so no issues for this.
But I don’t understand why I have these error logs.
I’ve checked in the Plex Media Server.log file but I can’t find any reference to 32500 port, in attach a snippet of the log starting at 12:40 and ending at 12:47, while the Home Assistant Log is at 12:45
Can someone please help me?
Thanks in advance!
PMS_log_snippet.zip (3.7 KB)