Advertisement
Guest User

Untitled

a guest
Oct 27th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./example.py", line 52, in <module>
  3. unfollow_whitelist=['example_user_1', 'example_user_2'])
  4. File "/usr/home/aaron/Downloads/instabot.py-master/src/instabot.py", line 234, in __init__
  5. self.login()
  6. File "/usr/home/aaron/Downloads/instabot.py-master/src/instabot.py", line 303, in login
  7. self.user_id = ui.get_user_id_by_login(self.user_login)
  8. File "/usr/home/aaron/Downloads/instabot.py-master/src/userinfo.py", line 42, in get_user_id_by_login
  9. json_info = json.loads(re.search('{"activity.+show_app', info.text, re.DOTALL).group(0)+'":""}')
  10. AttributeError: 'NoneType' object has no attribute 'group'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement