Advertisement
Guest User

Untitled

a guest
Mar 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. PS C:\Users\cesar\OneDrive\Instagram-API-python (2)\Instagram-API-python> python .\script.py
  2. Username: flavorbehavior
  3. Password:
  4. ['foodie time', 'FoodieFriends II', 'Food Pod', 'engageX2', 'Engage', 'Yummy EG', 'Group A1', 'ACTIVE FOODIES GROUP', 'Food Friends NYC New', 'food group 5', 'foodie life v2', 'Couch Potato', 'engage', 'engage x3', 'Carbie Comm', 'Engagement Group', 'Food DM 2', 'Foodie DM 1', 'food group 6', 'Food DM', 'Engaged', "Let's Eat", 'Ks omk', 'Engagement group']
  5. Login success!
  6.  
  7. Traceback (most recent call last):
  8. File ".\script.py", line 215, in <module>
  9. main()
  10. File ".\script.py", line 207, in main
  11. threads = getThreads(inbox)
  12. File ".\script.py", line 40, in getThreads
  13. last_seen_at = inby["last_seen_at"][str(viewer_id)]["timestamp"]
  14. KeyError: 'last_seen_at'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement