-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
step 1 missing during initial setup in "Connection to PSA" page #808
Comments
Hmm, according to https://docs.python.org/3/library/urllib.parse.html#module-urllib.parse, |
gernot-h
added a commit
to gernot-h/psa_car_controller
that referenced
this issue
Mar 9, 2024
The "Connection to PSA" page was not showing step 1 with the link to Opel login page due to a type error. As parse_qs() returns a list, we have to use first element. Fixes flobz#808
Pushed #809 with the change fixing it for me. |
Ah, there are a lot of people reporting this at #779, so I guess my fix should be needed and correct. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 3.4.1, for my Opel account in DE, step 1 with the link to idpvcs.opel.com is not rendered during initial OAuth setup:
I guess
html.A()
in get_oauth_config_layout() is not rendered due to an unexpected value ofredirect_url
, debugging...The text was updated successfully, but these errors were encountered: