audiconnect / audi_connect_ha

Adds an audi connect integration to home assistant
MIT License
243 stars 98 forks source link

Integration fails to start - Login to Audi service failed: 'Location' #482

Closed xathon closed 1 month ago

xathon commented 1 month ago

Describe the bug The integration fails to start. The logs show "LOGIN: Login to Audi service failed, trying again in 10 seconds" and then "Login to Audi service failed: 'Location'".

To Reproduce Steps to reproduce the behavior:

  1. Try to use integration
  2. See error

Expected behavior The integration should load.

Screenshots n/a

Logfile

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: custom_components.audiconnect.audi_connect_account
Quelle: custom_components/audiconnect/audi_connect_account.py:90
Integration: Audi Connect (Dokumentation, Probleme)
Erstmals aufgetreten: 15. Oktober 2024 um 21:37:04 (86 Vorkommnisse)
Zuletzt protokolliert: 17:30:17

LOGIN: Login to Audi service failed: 'Location'

Your Vehicle Details Model: A4 Year: 2023 Type (Gas/Hybrid/Electric): Gas Region (EU/US/CA/CN): EU

t0bias-r commented 1 month ago

A dialog for consenting to data processing blocks the login.

Log out and log in again in the mobile app. When logging in again, the dialog that must be confirmed appears on the mobile. The automatic login of the script then works again.


Eine Dialog zur Einwilliung zur Datenverarbeitung blockiert den Login. In der Smartphone-App gezielt ausloggen und wieder einloggen. Beim Einloggen erscheint in der App der Dialog, der bestätigt werden muss. Anschließend klappt der automatische Login des Scripts wieder.

xathon commented 1 month ago

Huh, so I actually saw that dialogue a few days ago, but it didn't actually work until I logged out and back in again. Thanks!