subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
3.99k stars 641 forks source link

[BUG] client.user_followers() not working correctly #1638

Open Joe93910 opened 8 months ago

Joe93910 commented 8 months ago

Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3

Describe the bug When i try to print(followers) the log just returns {} and without any followers.

To Reproduce followers = client.user_followers(user_id=user_id1, use_cache=True, amount=amount_to_scrape) print(followers) Expected behavior Getting the followers, and printing them afterwards. Screenshots image

Desktop (please complete the following information):

jarrodnorwell commented 7 months ago

@Joe93910 is this still occurring?