Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid HTTP method #141

Open
protoszerg opened this issue Jan 2, 2024 · 1 comment
Open

invalid HTTP method #141

protoszerg opened this issue Jan 2, 2024 · 1 comment

Comments

@protoszerg
Copy link

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
Copy link

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants