Vincent Kramar
Vincent Kramar
> I have an automation which has just started failing over te last day or so. The message I get from homeassistant is: > > `The automation "Kia not plugged...
@cdnninja that's not logical, imagine I would want to perform actions after this error occured, making a note of the fact that it errord, clean ups, notifications etc. Right now...
@fuatakgun the issue should definitely be raised, as I wrote though, failing gracefully should be made possible, continuing on error if desired.
@cdnninja Continue on error is enabled.
Same error, essentially seeing in debug logs `hyundai_kia_connect_api - Sign In Response: {'errId': 'a7925234-3e3b-4d25-a1e1-87e1e22959dc', 'errCode': '4003', 'errMsg': 'Invalid values'} 2024-06-07 23:32:46.426 DEBUG (SyncWorker_15) [hyundai_kia_connect_api.KiaUvoApiEU] hyundai_kia_connect_api - get_authorization_code_with_redirect_url failed`
Amending binary path finding to this ``` # Find Chrome/Chromium def find_chrome(): paths = ['/usr/bin/chromium-browser', '/usr/bin/google-chrome', '/usr/bin/google-chrome-stable', '/snap/bin/chromium', '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'] for path in paths: if os.path.exists(path): return path return...
@Maaxion Selenium wasn't the issue, the issue was in the gist linked above, it has steps for macOS but the binary path finding in the script had no macOS compatible...
@TheHuskyCrobats the auth should've failed and HA notices this and offers you to reauth, you're then presented with the login form this is where you enter the token instead of...
@sercanincesu proposing folks using Windows download a zip off of Google Drive in a GitHub comment is peak irony. Don't.
Try running with sudo