Log file filling up with aiohttp server errors - what's wrong?

I decided to move from my 'all-in;one; build on my Pi 3 to Hass.io as that is the way everything is going.

I had most of my stuff working OK, using the latest build which is on Buster and uses Python 3.7, which was the driver for the change, version 0.94.3

But my log is filling up rapidly with the following message over and over again.

I have installed Letsencrypt, but don’t use DuckDns as I ahve my own domain, thsi worked OK and this problem has only happened since I moved my IP address to the same as my old installation as lots of stuff point to it.

Can someone please point me to where I may have an issue?

Thanks

Dave

2019-06-16 11:21:30 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File “aiohttp_http_parser.pyx”, line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

1 Like

same issue, same setup

same issue here
using duckdns with port forwarding
docker container on synology
cleared cache on chrome, issue still keeps showing up a few errors persecond filling up the log
i checked the port for old forwards such as 8123 -> 443 and cleared them too

any ideas?