Hi all,
looking at my homeassistant.log I found these error logs about the Plex integration, about a iPad that I use to watch Plex. I have other devices where I watch Plex, like Apple TV and 2 iPhones, but I don’t see any error.
If I use Plex on the iPad I can see that everything works on HA:
media_player.plex_plex_for_ios_ipad state = playing
What can be the cause of these errors?
2024-03-11 12:34:23.147 ERROR (Thread-248 (_connect)) [plexapi] http://[IP_OF_IPAD]:32500: HTTPConnectionPool(host='[IP_OF_IPAD]', port=32500): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbc84768140>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-03-11 12:34:23.148 ERROR (Thread-247 (_connect)) [plexapi] http://[IP_OF_IPAD]:32500: HTTPConnectionPool(host='[IP_OF_IPAD]', port=32500): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbc4d881310>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-03-11 12:34:23.192 ERROR (SyncWorker_60) [homeassistant.components.plex.server] Resource connection failed to plex.tv: iPad
2024-03-11 12:43:35.587 ERROR (Thread-249 (_connect)) [plexapi] http://[IP_OF_IPAD]:32500: HTTPConnectionPool(host='[IP_OF_IPAD]', port=32500): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbc4d0f2060>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-03-11 12:43:35.589 ERROR (Thread-250 (_connect)) [plexapi] http://[IP_OF_IPAD]:32500: HTTPConnectionPool(host='[IP_OF_IPAD]', port=32500): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbc4cc83170>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-03-11 12:43:35.634 ERROR (SyncWorker_16) [homeassistant.components.plex.server] Resource connection failed to plex.tv: iPad
Thanks in advance!