-
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
401 error since update of 27th of November #22
Comments
I confirm this issue - same for me! |
Have you managed to find a fix? I have tried tillsteinbach's script, but it sometimes takes up to 30 seconds to fetch the data... |
I moved to https://github.com/tillsteinbach/WeConnect-python |
What's your experience with fetching time? I have only quickly tried it, and not deployed it with that yet. |
Yes, it takes a few seconds but i run it only every five minutes. For me it's okay. |
I have got the same problem. I have tried Till Steinbach's solution and was able to print(vehicle) with the allVehicles.py example. |
If you asked for Till Steinbach's solution let's discuss it there: https://github.com/tillsteinbach/ |
Ok, your are right! |
Since the update on the 27th of November one error persists:
[10/12/2023 17:30:00] [API::WARNING] Session file not found
[10/12/2023 17:30:00] [API::WARNING] Access file not found
[10/12/2023 17:30:00] [API::WARNING] Forcing login
[10/12/2023 17:30:02] [API::CRITICAL] Raising error msg: Error: status code 401
Traceback (most recent call last):
File "/home/deb117581/kmlogpython/example.py", line 15, in
vwc.login()
File "/home/deb117581/kmlogpython/NativeAPI.py", line 281, in login
return self.__force_login()
File "/home/deb117581/kmlogpython/NativeAPI.py", line 426, in __force_login
r = self.__get_url('https://www.volkswagen.es/app/authproxy/vw-es/user', headers=headers)
File "/home/deb117581/kmlogpython/NativeAPI.py", line 130, in __get_url
raise UrlError(r.status_code, msg, r)
NativeAPI.UrlError: Error: status code 401
The text was updated successfully, but these errors were encountered: