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?
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?