Closed TastingSunsets closed 9 months ago
That error only appears when Instagram has forced the user account to wait before sending more requests. I encounter that error sometimes too when I'm logging in a lot of times (mostly cuz I'm testing if the code will break or not) Also, it's logging in twice with 2 different libraries. I'm working on using only one in the future and using sessions to further allow you to not have to relogin everytime.
The newest push has a sessions feature which will allow you to login in to the same session multiple times
Hi
I log in with a "secondary" instagram account to gather data about my main account, @tastingsunsets. When performing the
followers
command, I get a 401 unauthorized error, followed by instagrapi.exceptions.PleaseWaitFewMinutes. The target account has 3k+ followers. When I perform the same command on the account that I log in with, the command works. This secondary account has 800 followers. The secondary account follows @tastinsunsets (which is a public account anyways).Here's the complete traceback for when the command fails:
Any insights in how to fix this? Great tool by the way!