Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
427 stars 85 forks source link

Error communicating with API: Unconverted data remains AM / LOGIN FAILS #730

Closed vasil-github closed 10 months ago

vasil-github commented 1 year ago

Region and Brand of car Hyundai Kona Electric Europe/Bulgaria

Version of the integration 2.14.1

Describe the bug Unable to setup the integration.

Debug logs if an error occurred

This error originated from a custom integration.

Logger: custom_components.kia_uvo.config_flow Source: custom_components/kia_uvo/config_flow.py:159 Integration: Hyundai / Kia Connect (documentation, issues) First occurred: 16:05:27 (1 occurrences) Last logged: 16:05:27

Unexpected exception Traceback (most recent call last): File "/home/homeassistant/.homeassistant/custom_components/kia_uvo/config_flow.py", line 159, in async_step_user await validate_input(self.hass, user_input) File "/home/homeassistant/.homeassistant/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 "/srv/homeassistant/lib/python3.11/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 244, in login raise AuthenticationError("Login Failed") hyundai_kia_connect_api.exceptions.AuthenticationError: Login Failed

Screenshots image

Additional context Username and password are correct, because they work with the Bluelink APP

cdnninja commented 1 year ago

Did you update from master vs the release? Try role back to the release.

vasil-github commented 1 year ago

Yes I did try master version, even downgraded versions. Same behavior/errors.

fuatakgun commented 1 year ago

2.14.1 is working fine for me. We need debug logs

vasil-github commented 1 year ago

2.14.1 did work fine for me to, up to a point and then stopped. I will provide debug logs in an hour.

vasil-github commented 12 months ago

Sorry for the delay :-) Here are the logs. Help is appreciated

home-assistant_2023-10-23T13-24-31.914Z.log

fuatakgun commented 11 months ago

Is this still happening?