Closed kaischeidecker closed 3 days ago
You have entered an incorrect password for your MySkoda account. Correct it and all should be good.
We are working on improving this experience in #124, but its not finished yet
Thanks for helping. After resetting my password, it is now working.
After few days of waiting for New version, I installed the new 1.10.0. The old version was uninstalled by myself, before I have downloaded this one.
On trying to connect with my credentials, I recieved an error.
`Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/myskoda/auth/authorization.py", line 77, in authorize self.idk_session = await self._get_idk_session() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/myskoda/auth/authorization.py", line 220, in _get_idk_session authentication = await self._enter_password(login_meta) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/myskoda/auth/authorization.py", line 164, in _enter_password async with self.session.get(location, allow_redirects=False) as response: File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1360, in aenter self._resp: _RetType = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 591, in _request raise err_exc_cls(url) aiohttp.client_exceptions.InvalidUrlClientError: /signin-service/v1/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com/login/authenticate?relayState=c8e0d814f9bc5e4381eb995cf5bc745b7ff2f51a&error=login.errors.password_invalid
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/config/custom_components/myskoda/config_flow.py", line 71, in async_step_user await validate_input(self.hass, user_input) File "/config/custom_components/myskoda/config_flow.py", line 51, in validate_input await hub.connect(data["email"], data["password"]) File "/usr/local/lib/python3.12/site-packages/myskoda/myskoda.py", line 119, in connect await self.authorization.authorize(email, password) File "/usr/local/lib/python3.12/site-packages/myskoda/auth/authorization.py", line 79, in authorize raise AuthorizationFailedError from ex myskoda.auth.authorization.AuthorizationFailedError `
Please let me know, how to fix this issue.
Thanks a lot