Closed kevXZY closed 6 years ago
Hi,
maybe instagram updated the response format, we need to check that
I've made a fix, tell me if it's okay
It works now! Many thanks !
error back again @tuxity
You're now logged as xxxxx
xxxx followers
xxxx following
building followers list...
Traceback (most recent call last):
File "insta-unfollower.py", line 209, in
Insta send me an error :/ {'message': 'rate limited', 'status': 'fail'}
script seems to work fine now..
@neomh What did you change that its working for you? Still have the same issue @tuxity has
You might want try to increase the sleep timers. Maybe instagram added more security between requests
I have to launch the script several times before it works... I don't know what's causing the issue.. I also reboot my vm each time, re clone the repo
After keeping off and not touching my account for 24h it also seems to be running smoothly now. Increasing the sleep timers just delayed the time until the error occurred 🙈
Not working for me either, I printed the instagram response : {'message': 'rate limited', 'status': 'fail'}
I tried to extend the sleep timers and even add some in betweens but still giving me the same error message.
any news ? not working at all right now..
Hello everyone, thank you @tuxity for this nice script, unfortunately it dosen't work for me, it's quite weird cause i've got an account with ~120 followings -> the script is working on it, but it doesn't work with an other account that have ~6'000 followings...
Same error as @neomh on top
XXX followers
XXX_more than 6'000_XXX following
building followers list...
Traceback (most recent call last):
File "insta-unfollower.py", line 209, in
Have a nice day 👍
Same error KeyError: 'data'
any workaround please
any news here or progress? Error remains unfortunately...
I guess Instagram added more security to detect many requests, for now I don't know how to fix it.
After some tests, the one and only way is to wait few hours for instagram to unblock you. I ran into the issue when doing some improvements and had to wait
You're now logged as XXXX 1314 followers 1958 following building followers list... Traceback (most recent call last): File "insta-unfollower.py", line 208, in
main()
File "insta-unfollower.py", line 180, in main
followers_list = get_followers_list()
File "insta-unfollower.py", line 119, in get_followers_list
for edge in response['data']['user']['edge_followed_by']['edges']:
KeyError: 'data'