-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error: invalid http method #12
Comments
Is this perhaps an instance of this aio-libs/aiohttp#3287? Is there any more info? What did you try to do with gomuks? Could you snoop out what request gomuks sends out? |
Turns out the problem was trying to connect to the server via https://, which I'd forgotten to correct in my config. Better errors could be provided though, I guess? |
Oh, ok. I guess but where would the error be? The client does get a 400 response, no? |
I'm pretty sure this is really an aiohttp issue. I don't think there's anything you can do to catch this error. |
Still getting this error and have no idea how to fix it. |
When i try to use http it says its not a valid homeserver |
When using gomuks.
The text was updated successfully, but these errors were encountered: