-
Notifications
You must be signed in to change notification settings - Fork 10
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
Installation Problem #72
Comments
Same issue on my side. Integration was running fine on v0.8.2. Steps I took:
Expectation: Observed: I also tried to then delete the "device" in the WeConnect integration and set-up again, but was not able to because of an unknown error.
Environment:
|
Logout of official cupra app and log back in. Accept all legal disclaimer popups and it will probably work again. |
Thank you @daernsinstantfortress, doing the steps as you wrote in your message fixed the issue for me! |
Hi all,
if i trying to set up the Intigration i get the Following Problem. The Intigration was working a couple of weeks befor then i have same problems and i tryed to reinstall it and now i cant login again...
Logger: custom_components.cupra_we_connect.config_flow
Quelle: custom_components/cupra_we_connect/config_flow.py:75
Integration: cupra_we_connect (Dokumentation, Probleme)
Erstmals aufgetreten: 07:56:05 (1 Vorkommnisse)
Zuletzt protokolliert: 07:56:05
Unexpected exception during setup
Traceback (most recent call last):
File "/config/custom_components/cupra_we_connect/config_flow.py", line 75, in async_step_user
info = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/cupra_we_connect/config_flow.py", line 50, in validate_input
await hass.async_add_executor_job(we_connect.login)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/weconnect_cupra/weconnect_cupra.py", line 166, in login
self.__session.login()
File "/usr/local/lib/python3.12/site-packages/weconnect_cupra/api/cupra/auth/my_cupra_session.py", line 47, in login
response = self.doWebAuth(authorizationUrl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/weconnect_cupra/api/cupra/auth/my_cupra_session.py", line 191, in doWebAuth
raise APICompatibilityError('No user id provided')
weconnect_cupra.errors.APICompatibilityError: No user id provided
The text was updated successfully, but these errors were encountered: