Unclosed Connection Error

Hello,

I’ve been researching this issue for a few days now and can’t seem to narrow it down to anything specific.

Every five minutes I get the exact same error popping up: “ERROR (MainThread) [homeassistant] Error doing job: Unclosed connection”.

Very rarely I will get the same error syntax, but it will show (MainThread) and (Recorder). I have done a fresh install with zero integrations and I will still get that error. Everything seems to function just fine, but the error is cluttering up the logs and I would just like to try and fix it.

Here are some debug logs for the error and preceding it:

2023-12-01 11:32:16.965 DEBUG (MainThread) [bleak.backends.bluezdbus.manager] received D-Bus signal: org.freedesktop.DBus.Properties.PropertiesChanged (/org/bluez/hci0/dev_xx_xx_xx_xx_xx_xx): ['org.bluez.Device1', {'RSSI': <dbus_fast.signature.Variant ('n', -67)>}, []]
2023-12-01 11:32:17.003 ERROR (MainThread) [homeassistant] Error doing job: Unclosed connection

Above was the initial error and below were the following errors about a minute later. This is what the errors will look like as long as the server is running every five minutes:

2023-12-01 11:33:34.944 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140640860976448] xxxx from xxxxxxx (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15): Sending {"id":153,"type":"result","success":true,"result":[{"name":"homeassistant","message":["Error doing job: Unclosed connection"],"level":"ERROR","source":
ERROR (MainThread) [homeassistant] Error doing job: Unclosed connection

I am running on a Dell 5070 w/ Proxmox 8.

I am new to HA, any help is greatly appreciated.

If there are any other logs that would be helpful, let me know and I will post them.

Thanks!