You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this exception when T&Cs need acceptance:
...
File "libvwid.py", line 204, in get_status
if await self.reconnect():
File "libvwid.py", line 121, in reconnect
(form, action) = self.form_from_response(await response.read())
File "libvwid.py", line 30, in form_from_response
return (form, page.forms[0].action)
IndexError: list index out of range
I understand the code that acceptance should happen automatically.
I suspect it might be related to the recent move of URLs from volkswagen to cariad, i.e. everythiing cariad, acceptance on vw?
The text was updated successfully, but these errors were encountered:
I get this exception when T&Cs need acceptance:
...
File "libvwid.py", line 204, in get_status
if await self.reconnect():
File "libvwid.py", line 121, in reconnect
(form, action) = self.form_from_response(await response.read())
File "libvwid.py", line 30, in form_from_response
return (form, page.forms[0].action)
IndexError: list index out of range
I understand the code that acceptance should happen automatically.
I suspect it might be related to the recent move of URLs from volkswagen to cariad, i.e. everythiing cariad, acceptance on vw?
The text was updated successfully, but these errors were encountered: