Haven’t run Home Assistant for very long and I am really liking it so far. There is however an annoying error that is logged every 30 seconds 5 times a second. I’ve seen many request for help, but no responses and topics being closed down. I was quite surprised by that.
So I have Fritz!Box 7490 connecting via 192.168.10.1 and the following error show up and literally fill my whole log:
WARNING (SyncWorker_16) [urllib3.connectionpool] Connection pool is full, discarding connection: 192.168.10.1'
Thousands of times this is repeated in the logs. Is there anything I can do about this? It just seems weird that the first posts about this appeared in 2017 and no-one has a solution.
I am running Home Assistant in docker on a Synology NAS:
System Health
version: core-2021.7.2
installation_type: Home Assistant Container
dev: false
hassio: false
docker: true
virtualenv: false
python_version: 3.9.5
os_name: Linux
os_version: 4.4.59+
arch: x86_64
timezone: Europe/Brussels
logged_in: false
can_reach_cert_server: pending
can_reach_cloud_auth: pending
can_reach_cloud: ok
dashboards: 1
resources: 0
mode: auto-gen
Hopefully someone can help me with this.
I disabled all port-forwarding switches in HA and the error seems to have gone away. So disabling unnecessary items (things you won’t use with HA) helps with the error messages.
Same issue here:
Logger: urllib3.connectionpool
Source: /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:304
First occurred: 11:33:23 (250 occurrences)
Last logged: 11:38:10
Connection pool is full, discarding connection: 192.168.178.1
Logger: urllib3.connectionpool
Source: /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:305
First occurred: 18 January 2022, 11:26:45 (48397 occurrences)
Last logged: 13:26:19
Connection pool is full, discarding connection: 192.168.178.1. Connection pool size: 30
I like the idea of restricting the logger to fatal events and thus prevent from growing too large, but I would prefer a solution to this (bug?) behavior. Any ideas?