-
Notifications
You must be signed in to change notification settings - Fork 17
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
Logging in not possible since Feb 13, 2023 #13
Comments
VW sent another round of consents. Everytime is a huge mess. Fortunately it appears unlikely twice a year. Can you give a try to latest commit? If it does not work, go to |
Thanks for the quick reply. |
Thank you for this hint. |
Logged in and consented but still facing the same issues. Anything else that can I try? |
Still happening? |
Yes, since 15.11 2023 I am not able to get data from vehicle. In Germany WeConnect app is not longer supported by VW. Is it still working on your site?Gesendet von Outlook für Android
|
Since a few days logging in with the python script is not possible anymore. The VW app still works fine though.
This is what I get when I run example.py:
[17/02/2023 12:25:14] [API::WARNING] Session file not found
[17/02/2023 12:25:14] [API::WARNING] Access file not found
[17/02/2023 12:25:14] [API::WARNING] Forcing login
Traceback (most recent call last):
File "example.py", line 14, in
vwc.login()
File "NativeAPI.py", line 277, in login
return self.__force_login()
File "NativeAPI.py", line 361, in __force_login
self.__identities = get_url_params(r.history[-1].url)
File "NativeAPI.py", line 59, in get_url_params
params[para[0]] = unquote_plus(para[1])
IndexError: list index out of range
Any idea?
The text was updated successfully, but these errors were encountered: