Closed batuttu closed 2 years ago
line 91, in get_user_profile response = json.loads(extract.group(1)) AttributeError: 'NoneType' object has no attribute 'group'
Same problem
Check this out https://github.com/tuxity/insta-unfollower/pull/69
line 91, in get_user_profile response = json.loads(extract.group(1)) AttributeError: 'NoneType' object has no attribute 'group'