Advertisement
Guest User

Untitled

a guest
Nov 9th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. 09.11.2018_22:17 Instabot v1.2.0 started at 09.11.2018 22:17:
  2.  
  3. 09.11.2018_22:17 Trying to login as el_sync...
  4.  
  5. Traceback (most recent call last):
  6. File "./el.py", line 52, in <module>
  7. unfollow_whitelist=['example_user_1', 'example_user_2'])
  8. File "/usr/home/aaron/Downloads/instabot.py-master/src/instabot.py", line 234, in __init__
  9. self.login()
  10. File "/usr/home/aaron/Downloads/instabot.py-master/src/instabot.py", line 303, in login
  11. self.user_id = ui.get_user_id_by_login(self.user_login)
  12. File "/usr/home/aaron/Downloads/instabot.py-master/src/userinfo.py", line 43, in get_user_id_by_login
  13. info.text, re.DOTALL).group(0)+'":""}')
  14. AttributeError: 'NoneType' object has no attribute 'group'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement