benleb / ad-automoli

💡 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features
https://github.com/benleb/ad-automoli
MIT License
110 stars 29 forks source link

"Bad status line 'SIP/2.0'" #89

Closed clipse2004 closed 2 years ago

clipse2004 commented 2 years ago

Hey dude,

after updating HA to newest core etc. i got this error sometimes:

Error handling request Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/aiohttp/http_parser.py", line 514, in parse_message raise BadStatusLine(version) aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'SIP/2.0'" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 314, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) File "/usr/lib/python3.9/site-packages/aiohttp/http_parser.py", line 300, in feed_data msg = self.parse_message(self._lines) File "/usr/lib/python3.9/site-packages/aiohttp/http_parser.py", line 516, in parse_message raise BadStatusLine(version) aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'SIP/2.0'"

dont know what they want :D

Thanks