core: 100% CPU and unresponsiveness due to thousands of TCP connections / "Too many open files"

The problem

HomeAssistant creates literally tens of thousands of TCP connections to my TV (Philips). I have been issues for a while now with CPU being pegged to 100% after 1-2 days of use, which is temporarily fixed by restarting HomeAssistant. The web interface becomes increasingly unresponsive. I just noticed that in the app I get an additional error hint - “too many open files”. So I ran “lsof” on the machine hosting HomeAssistant (RaspberryPi 2B running Raspbian Bullseye, Python 3.9)

lsof literally shows tens of thousands of lines of connections to my Philips TV:

$ sudo lsof
[...]
hass       2497  3409 hass         homeassistant  406u     IPv4   19021930       0t0        TCP raspberrypi.my.local.domain:53258->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  407u     IPv4   19024060       0t0        TCP raspberrypi.my.local.domain:53338->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  408u     IPv4   19055762       0t0        TCP raspberrypi.my.local.domain:54634->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  409u     IPv4   19028309       0t0        TCP raspberrypi.my.local.domain:53580->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  410u     IPv4   19034270       0t0        TCP raspberrypi.my.local.domain:53742->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  411u     IPv4   19034695       0t0        TCP raspberrypi.my.local.domain:53824->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  412u     IPv4   19037266       0t0        TCP raspberrypi.my.local.domain:53904->tv.my.local.domain:1926 (ESTABLISHED)
hass       2497  3409 hass         homeassistant  413u     IPv4   19040670       0t0        TCP raspberrypi.my.local.domain:54062->tv.my.local.domain:1926 (ESTABLISHED)

$ sudo lsof | grep tv.my.local.domain:1926 | wc -l
20874

I think it’s fair to say that this is what’s causing the issues, however, what’s causing the excessive connections is not obvious to me.

I also ran a py-spy (actually before I figured out the open file descriptors issue), and the culprits appearing there are pychromecast and zeroconf - however, I would guess that they are likely just victims of running out of connection ports. image

I have philips_js configured via the WebInterface, nothing special. When not running out of ports to connect on, it also works fine (TV controls, TV backlight controls, etc.). Two out of three generated entities are disabled by me (backlight controls and remote control are disabled, only media player remains enabled).

The last working version was when I was still using the Python 3.7 compatible version of HomeAssistant, where I was not using the philips_js integration yet. Therefore I assume the issue stems from somewhere in the philips_js integration, not chromecast or zeroconf.

What version of Home Assistant Core has the issue?

all recent versions

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

philips_js

Link to integration documentation on our website

https://www.home-assistant.io/integrations/philips_js/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Nov 20 22:02:49 raspberrypi systemd[1]: Started Home Assistant.
Nov 20 22:03:51 raspberrypi hass[2497]: [73461218] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
Nov 20 22:04:01 raspberrypi hass[2497]: /srv/homeassistant/lib/python3.9/site-packages/httpx/_client.py:2003: UserWarning: Unclosed <httpx.AsyncClient object at 0x6d5c82f8>. See https://www.python-httpx.org/async/#opening-and-closing-clients for details.
Nov 20 22:04:01 raspberrypi hass[2497]:   warnings.warn(
Nov 22 14:42:09 raspberrypi hass[2497]: 2021-11-22 14:42:09 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:42:10 raspberrypi hass[2497]: 2021-11-22 14:42:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602e7e80>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:42:11 raspberrypi hass[2497]: 2021-11-22 14:42:11 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602ec1d8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:42:39 raspberrypi hass[2497]: 2021-11-22 14:42:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:42:40 raspberrypi hass[2497]: 2021-11-22 14:42:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60316730>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:42:41 raspberrypi hass[2497]: 2021-11-22 14:42:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:43:09 raspberrypi hass[2497]: 2021-11-22 14:43:09 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60309550>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:43:10 raspberrypi hass[2497]: 2021-11-22 14:43:10 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603097c0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:43:11 raspberrypi hass[2497]: 2021-11-22 14:43:11 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60309268>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:43:39 raspberrypi hass[2497]: 2021-11-22 14:43:39 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60302c40>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:43:40 raspberrypi hass[2497]: 2021-11-22 14:43:40 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60302568>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:43:41 raspberrypi hass[2497]: 2021-11-22 14:43:41 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603021c0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:44:09 raspberrypi hass[2497]: 2021-11-22 14:44:09 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:44:10 raspberrypi hass[2497]: 2021-11-22 14:44:10 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042d2f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:44:11 raspberrypi hass[2497]: 2021-11-22 14:44:11 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042dac0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:44:39 raspberrypi hass[2497]: 2021-11-22 14:44:39 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60316a00>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:44:40 raspberrypi hass[2497]: 2021-11-22 14:44:40 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602e0c88>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:44:41 raspberrypi hass[2497]: 2021-11-22 14:44:41 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603a0478>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:09 raspberrypi hass[2497]: 2021-11-22 14:45:09 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6055eb68>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:10 raspberrypi hass[2497]: 2021-11-22 14:45:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x604a3688>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:11 raspberrypi hass[2497]: 2021-11-22 14:45:11 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60302fa0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:39 raspberrypi hass[2497]: 2021-11-22 14:45:39 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602646b8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:40 raspberrypi hass[2497]: 2021-11-22 14:45:40 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602647c0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:45:41 raspberrypi hass[2497]: 2021-11-22 14:45:41 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602648f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:09 raspberrypi hass[2497]: 2021-11-22 14:46:09 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601083b8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:10 raspberrypi hass[2497]: 2021-11-22 14:46:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601084d8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:11 raspberrypi hass[2497]: 2021-11-22 14:46:11 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601086d0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:39 raspberrypi hass[2497]: 2021-11-22 14:46:39 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108e08>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:40 raspberrypi hass[2497]: 2021-11-22 14:46:40 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108f40>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:46:41 raspberrypi hass[2497]: 2021-11-22 14:46:41 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60118040>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:47:09 raspberrypi hass[2497]: 2021-11-22 14:47:09 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60118fa0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:47:10 raspberrypi hass[2497]: 2021-11-22 14:47:10 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60123100>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:47:11 raspberrypi hass[2497]: 2021-11-22 14:47:11 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601232b0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:47:39 raspberrypi hass[2497]: 2021-11-22 14:47:39 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:47:40 raspberrypi hass[2497]: 2021-11-22 14:47:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108af0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:47:41 raspberrypi hass[2497]: 2021-11-22 14:47:41 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108d30>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:09 raspberrypi hass[2497]: 2021-11-22 14:48:09 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60264790>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:10 raspberrypi hass[2497]: 2021-11-22 14:48:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6056f7c0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:11 raspberrypi hass[2497]: 2021-11-22 14:48:11 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108e20>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:39 raspberrypi hass[2497]: 2021-11-22 14:48:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603a08f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:40 raspberrypi hass[2497]: 2021-11-22 14:48:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603a0280>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:48:41 raspberrypi hass[2497]: 2021-11-22 14:48:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042d5b0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:49:09 raspberrypi hass[2497]: 2021-11-22 14:49:09 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603af8e0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:49:10 raspberrypi hass[2497]: 2021-11-22 14:49:10 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042daa8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:49:11 raspberrypi hass[2497]: 2021-11-22 14:49:11 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60264820>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:49:39 raspberrypi hass[2497]: 2021-11-22 14:49:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:49:40 raspberrypi hass[2497]: 2021-11-22 14:49:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108610>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:49:41 raspberrypi hass[2497]: 2021-11-22 14:49:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108af0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:09 raspberrypi hass[2497]: 2021-11-22 14:50:09 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6055e160>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:10 raspberrypi hass[2497]: 2021-11-22 14:50:10 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60118970>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:11 raspberrypi hass[2497]: 2021-11-22 14:50:11 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60a4d310>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:39 raspberrypi hass[2497]: 2021-11-22 14:50:39 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603451d8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:40 raspberrypi hass[2497]: 2021-11-22 14:50:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603af100>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:50:41 raspberrypi hass[2497]: 2021-11-22 14:50:41 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6056b358>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:51:09 raspberrypi hass[2497]: 2021-11-22 14:51:09 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60302fa0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:51:10 raspberrypi hass[2497]: 2021-11-22 14:51:10 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x616caad8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:51:11 raspberrypi hass[2497]: 2021-11-22 14:51:11 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d5538>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:51:39 raspberrypi hass[2497]: 2021-11-22 14:51:39 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:51:40 raspberrypi hass[2497]: 2021-11-22 14:51:40 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601082c8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:51:41 raspberrypi hass[2497]: 2021-11-22 14:51:41 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108490>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:09 raspberrypi hass[2497]: 2021-11-22 14:52:09 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602fae80>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:10 raspberrypi hass[2497]: 2021-11-22 14:52:10 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602e0dc0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:11 raspberrypi hass[2497]: 2021-11-22 14:52:11 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602647c0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:39 raspberrypi hass[2497]: 2021-11-22 14:52:39 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042d238>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:40 raspberrypi hass[2497]: 2021-11-22 14:52:40 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x604a94d8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:52:41 raspberrypi hass[2497]: 2021-11-22 14:52:41 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603095f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:53:09 raspberrypi hass[2497]: 2021-11-22 14:53:09 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x604a3a30>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:53:10 raspberrypi hass[2497]: 2021-11-22 14:53:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d9700>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:53:11 raspberrypi hass[2497]: 2021-11-22 14:53:11 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d9c28>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:53:39 raspberrypi hass[2497]: 2021-11-22 14:53:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:53:40 raspberrypi hass[2497]: 2021-11-22 14:53:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108a90>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:53:41 raspberrypi hass[2497]: 2021-11-22 14:53:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108a00>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:09 raspberrypi hass[2497]: 2021-11-22 14:54:09 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042d070>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:10 raspberrypi hass[2497]: 2021-11-22 14:54:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6056f430>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:11 raspberrypi hass[2497]: 2021-11-22 14:54:11 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x626135f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:39 raspberrypi hass[2497]: 2021-11-22 14:54:39 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602643b8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:40 raspberrypi hass[2497]: 2021-11-22 14:54:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108d90>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:54:41 raspberrypi hass[2497]: 2021-11-22 14:54:41 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601082b0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:09 raspberrypi hass[2497]: 2021-11-22 14:55:09 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601086d0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:10 raspberrypi hass[2497]: 2021-11-22 14:55:10 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6042d1a8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:11 raspberrypi hass[2497]: 2021-11-22 14:55:11 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60309208>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:39 raspberrypi hass[2497]: 2021-11-22 14:55:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60287ca0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:40 raspberrypi hass[2497]: 2021-11-22 14:55:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60287af0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:55:41 raspberrypi hass[2497]: 2021-11-22 14:55:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602ecb08>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:09 raspberrypi hass[2497]: 2021-11-22 14:56:09 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6032ed60>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:10 raspberrypi hass[2497]: 2021-11-22 14:56:10 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6032e310>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:11 raspberrypi hass[2497]: 2021-11-22 14:56:11 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60316bf8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:39 raspberrypi hass[2497]: 2021-11-22 14:56:39 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6031cd00>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:40 raspberrypi hass[2497]: 2021-11-22 14:56:40 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6031c2f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:56:41 raspberrypi hass[2497]: 2021-11-22 14:56:41 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6031c280>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:57:09 raspberrypi hass[2497]: 2021-11-22 14:57:09 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 14:57:10 raspberrypi hass[2497]: 2021-11-22 14:57:10 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x601239a0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:57:11 raspberrypi hass[2497]: 2021-11-22 14:57:11 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60123a60>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:57:39 raspberrypi hass[2497]: 2021-11-22 14:57:39 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602e76d0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:57:40 raspberrypi hass[2497]: 2021-11-22 14:57:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c6130>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:57:41 raspberrypi hass[2497]: 2021-11-22 14:57:41 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c6298>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:09 raspberrypi hass[2497]: 2021-11-22 14:58:09 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60123f10>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:10 raspberrypi hass[2497]: 2021-11-22 14:58:10 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c66b8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:11 raspberrypi hass[2497]: 2021-11-22 14:58:11 WARNING (SyncWorker_1) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c6c58>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:39 raspberrypi hass[2497]: 2021-11-22 14:58:39 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c6e20>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:40 raspberrypi hass[2497]: 2021-11-22 14:58:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x600c6ce8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 14:58:41 raspberrypi hass[2497]: 2021-11-22 14:58:41 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60108118>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:10 raspberrypi hass[2497]: 2021-11-22 15:42:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60d8ce80>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:11 raspberrypi hass[2497]: 2021-11-22 15:42:11 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60aade98>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:12 raspberrypi hass[2497]: 2021-11-22 15:42:12 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602f5c10>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:40 raspberrypi hass[2497]: 2021-11-22 15:42:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602f5730>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:40 raspberrypi hass[2497]: 2021-11-22 15:42:40 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602fafa0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:42:42 raspberrypi hass[2497]: 2021-11-22 15:42:42 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6039ddd8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:10 raspberrypi hass[2497]: 2021-11-22 15:43:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6065f838>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:10 raspberrypi hass[2497]: 2021-11-22 15:43:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x626c7e50>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:12 raspberrypi hass[2497]: 2021-11-22 15:43:12 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602f5130>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:40 raspberrypi hass[2497]: 2021-11-22 15:43:40 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60a5afd0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:40 raspberrypi hass[2497]: 2021-11-22 15:43:40 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60a5af58>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:43:42 raspberrypi hass[2497]: 2021-11-22 15:43:42 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x604a3e50>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:44:10 raspberrypi hass[2497]: 2021-11-22 15:44:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x61667b80>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:44:10 raspberrypi hass[2497]: 2021-11-22 15:44:10 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602f5c40>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:44:12 raspberrypi hass[2497]: 2021-11-22 15:44:12 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602f52f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:44:40 raspberrypi hass[2497]: 2021-11-22 15:44:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 15:44:40 raspberrypi hass[2497]: 2021-11-22 15:44:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x62632a30>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:44:42 raspberrypi hass[2497]: 2021-11-22 15:44:42 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x604a9fd0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:10 raspberrypi hass[2497]: 2021-11-22 15:45:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d9070>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:10 raspberrypi hass[2497]: 2021-11-22 15:45:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60350e38>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:12 raspberrypi hass[2497]: 2021-11-22 15:45:12 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x60350dd8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:40 raspberrypi hass[2497]: 2021-11-22 15:45:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x62272fa0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:40 raspberrypi hass[2497]: 2021-11-22 15:45:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6033d268>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:45:42 raspberrypi hass[2497]: 2021-11-22 15:45:42 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6033d8c8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:46:10 raspberrypi hass[2497]: 2021-11-22 15:46:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'SSLError(OSError(24, 'Too many open files'))': /v1/me/player
Nov 22 15:46:11 raspberrypi hass[2497]: 2021-11-22 15:46:10 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6031c2f8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:46:12 raspberrypi hass[2497]: 2021-11-22 15:46:12 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x603277f0>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:46:40 raspberrypi hass[2497]: 2021-11-22 15:46:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6033d448>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:46:40 raspberrypi hass[2497]: 2021-11-22 15:46:40 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d50b8>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 15:46:42 raspberrypi hass[2497]: 2021-11-22 15:46:42 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x602d5088>: Failed to establish a new connection: [Errno 22] Invalid argument')': /v1/me/player
Nov 22 16:11:41 raspberrypi systemd[1]: Stopping Home Assistant...

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 24 (22 by maintainers)

Most upvoted comments

Can you turn on logging

haphilipsjs: debug
homeassistant.components.philips_js: debug

Maybe we can deduce something from that.