-
Notifications
You must be signed in to change notification settings - Fork 89
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
Yesterday: OK, Today: Error and then "unexpected error" and in log "unexpected exception when adding integration" when re-adding integration #661
Comments
Same problem here... |
Same problem, thanks for opening an issue and the description |
Having the same issue today also |
Same here, suddenly stopped working overnight with same error. |
Same here, stopped working @ 4 am West-European time zone |
With the integration previously configured and working I now see all sensors as
|
The integration stopped working after upgrade to Home Assistant Supervisor 2023.06.4.
|
Mine already stopped before I did the upgrade, so that might be the wrong conclusion that it broke after the upgrade. |
@kletsah I'm confident this isn't upgrade related as my system was last restarted / upgraded 2 days prior to the failure. |
@TazUk Yes, that was also my conclusion responding to @mjmeierhoefer :) |
Kia probably had changed or added a new security layer on their servers and we need to work it backwards. |
Also stopped working here today. Have not made any changes to HA recently. UVO App still works. I have also tried with bluelinky CLI mode (https://github.com/Hacksore/bluelinky) which I used before finding this integration. This also does no longer work and throws this error error: @EuropeController.login: sign in with EuropeanBrandAuthStrategy failed with error Error: @EuropeanBrandAuthStrategy.login: Cannot find the argument userId in https://prd.eu-ccapi.kia.com:8080/web/v1/user/integration/auth?&locale=en (...) Just as a hint that there may have been changes at kia. |
This seems related Hyundai-Kia-Connect/hyundai_kia_connect_api#348 Fair to say everyone in EU at least is affected. Also if you have the same error, please just tag the original issue with a reaction. Replying I have the same issue just clutters the actual discussion around resolvng the issue. This makes it harder and take longer to fix the actual problem. Having dozens of people say "Me too, same error" is not productive, it is already known that the error affects or will affect most users. |
A little bit of potentially useful info. My UVO app is not working however the Kia Connect app is working? Don't know if that is relevant? |
same here |
Same problem here. |
'Unexpected Error' problem here too .. removed and tried to re-add integration |
Same, tried removing and restarting and now can't re-add the add on |
resolving here, check open issues first. |
UVO Connect is no longer working and confirmed by KIA Netherlands. KIA Connect is the new Android App. Which might mean that the API that is being used might have changed as well. |
Please let's keep the comment stream clean as much as possible so in case something important pops up, we don't miss it. I am working on this and trying to figure out what has changed in the login flow. Also checking other repositories if they have a solution in place.
|
same problem here since 2 days |
Problem seems to be fixed in the new version v2.10.4 |
Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/kia_uvo/blob/master/README.md
Region and Brand of car
EU, Kia, Soul EV, MY 2020
Version of the integration
2.10.2
Describe the bug
A clear and concise description of what the bug is.
Yesterday the integration worked. Today the integration stopped working and car-device was unavailable. Then I tried to re-add the integration in HA. This is not possible.
Debug logs if an error occurred
2023-06-29 09:36:44.964 DEBUG (SyncWorker_10) [hyundai_kia_connect_api.KiaUvoApiEU] hyundai_kia_connect_api - get_stamp 2023-06-29 05:02:58.607000+00:00 120000 76 998 76.88631513333333
2023-06-29 09:37:00.123 ERROR (MainThread) [custom_components.kia_uvo.config_flow] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/kia_uvo/config_flow.py", line 159, in async_step_user
await validate_input(self.hass, user_input)
File "/config/custom_components/kia_uvo/config_flow.py", line 63, in validate_input
token: Token = await hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 198, in login
device_id = self._get_device_id(stamp)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 1104, in _get_device_id
_check_response_for_errors(response)
File "/usr/local/lib/python3.11/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 108, in _check_response_for_errors
raise error_code_mappingresponse["resCode"]
hyundai_kia_connect_api.exceptions.RequestTimeoutError: Undefined Error - notNull Violation: devices.device_id cannot be null
To Reproduce
YES, just go to "add integration" and enter the credentials. These error again occurs.
Expected behavior
Just install integration
The text was updated successfully, but these errors were encountered: