-
Notifications
You must be signed in to change notification settings - Fork 20
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
Login is broken. #22
Comments
Hi Farfar, I got the same issue this evening. I think the problem is, that there is a missing "/" in the URL: vwgroup.iologin is not a valid domain. At the moment I'm trying to understand the code to find a solution to fix this problem. |
Same issue here after HA update! |
@DrIc03R seems right |
I solved the issue manually merging the changes from last skodaconnect library commit in my HA. skodaconnect/skodaconnect@0714de0 I think that Farfar will update the main branch soon. |
Same issue for me after HA update |
Hi enricog03, thanks for the hint, I managed to get through the authentication by merging with skodaconnect, but I'm stuck by fetching vehicles. At this part, there are some differences between skodaconnect and seatconnect, I do not get managed to merge. Do you think, you're willing to share you're merged files? This would be an enormous help. |
Hi, |
Thank you! Works great again. |
Hi, any help appreciated |
try here: /config/deps/lib/python3.9/site-packages/seatconnect/ |
If you're using docker based HA try the following:
|
if you're running a container - as I am albeit in podman and not docker - the location is as above in the config folder: /config/deps/lib/python3.9/site-packages/seatconnect/ it is potentially easier to just cd to the folder location above and then:
|
@Farfar still here? |
Fixed in latest release 👍🏼 |
Hi,
I update the homeassistant and after that reboot that stop to login. I have try two different main and sub-account account and result is same. Visit from my.seat/portal but no any accept forms appear.
Logbook:
2022-02-11 21:29:39 DEBUG (MainThread) [seatconnect.connection] Finalizing login
2022-02-11 21:29:39 DEBUG (MainThread) [seatconnect.connection] Using login action url: "https://identity.vwgroup.iologin/authenticate"
2022-02-11 21:29:39 DEBUG (MainThread) [seatconnect.connection] POSTing following form data: {'_csrf': '05856c02-xxxreplacewithxxx2-4c41-8726-20xreplacewithxf92fe23d', 'relayState': 'df9ce90c83fbf4xxxxxc13b3b3c45498xxreplacewithxxd206a', 'hmac': '492e2xxxxx0f83b7e23096bdb4d9edxxxreplacewithxxxa219c40fc02161284e9a0ba', 'email': 'mymail@gmail.com', 'password': 'rightpassword'}
2022-02-11 21:29:39 ERROR (MainThread) [seatconnect.connection] Login failed for mymail@gmail.com, Cannot connect to host identity.vwgroup.iologin:443 ssl:default [Name does not resolve]
2022-02-11 21:29:39 DEBUG (MainThread) [custom_components.seatconnect.config_flow] Unable to login to Seat Connect. Need to accept a new EULA/T&C? Try logging in to the portal: https://my.seat/portal
The text was updated successfully, but these errors were encountered: