-
Notifications
You must be signed in to change notification settings - Fork 103
soc_bmwbc: add new captcha for initial login #2035
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
Conversation
|
In OWB1 nightly It works fine with Captcha. |
|
As I said, different PR: #2035 |
|
tried it , but got this: 2024-12-12 14:53:19,334 - {modules.vehicles.bmwbc.api:49} - {WARNING:fetch soc_ev6} - load_store: store file not found, full authentication required |
The PR is now merged - please update to latest master. |
|
you mean : I did already.. or is there somthing newer ? |
That version should be working; if you continue to have issues, you get support in the openwb forum. |
soc_bmwbc: add new captcha for initial login
Support new captcha required by BMW server login
Store token file in folder data/bmwbc instead of ramdisk to avoid too frequent captcha process after reboot.
related UI PR: openWB/openwb-ui-settings#589