tuxity / insta-unfollower

An Instagram script to unfollow accounts who doesn't follow-you-back
MIT License
381 stars 89 forks source link

KeyError: 'graphql' #55

Closed kantr1ej closed 3 years ago

kantr1ej commented 3 years ago
Traceback (most recent call last):

File "insta-unfollower.py", line 282, in <module>

main()

File "insta-unfollower.py", line 217, in main

connected_user = get_user_profile(credentials.username)

File "insta-unfollower.py", line 91, in get_user_profile

return response['entry_data']['ProfilePage'][0]['graphql']['user']

KeyError: 'graphql'
tuxity commented 3 years ago

Please check #58

We will try to concentrate all the info here