Closed Strosel closed 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'
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?
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?