-
Notifications
You must be signed in to change notification settings - Fork 3
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
Login failed with Unknown error occurred #31
Comments
Thanks! A bit busy at the moment, will have a look as soon as possible. |
@s-weise Hey! It seems like for some reason the API does not return the expected JSON response when you sign in. Could you maybe do the following from the commandline? curl -X POST -H "Content-Type: application/json" -d '{"email": "foobar", "password": "foobar"}' https://app-api.cowboy.bike/auth/sign_in Replace Thank you! |
Hi.
|
Thank you, I found the problem. The reason it failed is because It should be fixed with the latest release, would be great if you could confirm. |
Hi, |
Indeed, need to look into that. Thanks for confirming! |
System Health details
System Information
Home Assistant Cloud
Dashboards
Recorder
Checklist
Describe the issue
This issue happens in my main instance and in this test instance. HA runs in a docker container. The integration was copied into the config/custom_components/ path. When I fill in my credentials and hit send the error "Unknown error occurred" appears. When I use wrong credetials the correct error "Invalid authentication" appears.
Reproduction steps
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: