invalid HTTP method #141

Open
opened 2024-01-02 15:17:05 +01:00 by protoszerg · 1 comment
protoszerg commented 2024-01-02 15:17:05 +01:00 (Migrated from github.com)

ERROR :: aiohttp.server :: Error handling request Traceback (most recent call last):
File "C:\Users\NguyenTienNam.virtualenvs\Scripts-d0-A6Gqz\lib\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

How can i fix this?

ERROR :: aiohttp.server :: Error handling request Traceback (most recent call last): File "C:\Users\NguyenTienNam\.virtualenvs\Scripts-d0-A6Gqz\lib\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 How can i fix this?
LittleRandom commented 2024-08-07 19:59:01 +02:00 (Migrated from github.com)

That's likely an installation problem with your python. It seems like if you build straight from the Dockerfile, this issue gets fixed. I'm thinking it's likely due to some inconsistencies with dependencies.

That's likely an installation problem with your python. It seems like if you build straight from the Dockerfile, this issue gets fixed. I'm thinking it's likely due to some inconsistencies with dependencies.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mia/bumper#141
No description provided.