robinostlund / volkswagencarnet-client

A Python client for Volkswagen CarNet
11 stars 3 forks source link

extract_redirect_url NoneType #1

Closed Strosel closed 6 years ago

Strosel commented 6 years ago

When i run this I get the error: File "/var/task/lambda_function.py", line 51, in extract_redirect_url return redurl_re.search(r.text).group(1) AttributeError: 'NoneType' object has no attribute 'group'

I have no idea why. does anyone else?