-
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: 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.
Replies: 1 comment 1 reply
-
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.
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.