Replies: 1 comment
-
Just double checking - captcha is read from env correctly? Also, you have refreshed the captcha with every try, as it is not long-lived and can only be used once? On a sidenote: I'm currently thinking about a helper to help facilitate the login process, as I'm not really happy with it when using it directly in python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I've tried to use CLI with generated captcha token for a several times and it's working properly.
Now I try to use bimmer_connected in a python script, I've used example from the documentation:
I am still getting the error:
bimmer_connected.models.MyBMWAuthError: HTTPStatusError: invalid_client - Client authentication failed (e.g., login failure, unknown client, no client authentication included or unsupported authentication method)
.credentials are ok, captcha as well - I've tested if the are properly read from .env file.
What can I do to fix it?
Beta Was this translation helpful? Give feedback.
All reactions