Closed iXiaoxideYan closed 2 years ago
I have noticed that this bug appears after the I/O:
Status 429: Too many requests Ignore 429: Continue login
I don't know if this make any effect on that.
This Account is Private:
>>> cl.user_info(8492152853)
User(pk='8492152853', username='michel_chvlr', full_name='Michel Chevalier', is_private=True, ...
Works fine. Try this:
>>> cl.user_followers(29817608135, amount=10).keys()
dict_keys(['56680916876', '52517000315', '4922625042', '2356004145', '5900971838', '48859341867', '9986735673', '23146386', '1466128524', '1395918656'])
If you know a way to get a list of followers from a private account, then send me a PR
I want to add a new problem. Now, The function that get user follower works fine. But the function user_following didn't work as expected.
You can see the log, it always triggers the error login required.
Traceback (most recent call last):
File "/Users/yanzhang/Projects/work/ins/ins/main.py", line 31, in
I also encountered this problem
I encountered the same problem, I get login_required (403) error when I call user_following and user_followers
For the additional problem, see #1050.
Describe the bug A clear and concise description of what the bug is. The interfaces for user_following and user_followers don't work anymore.
To Reproduce Provide a piece of code to reproduce the problem.
Traceback Show your full traceback so that it is clear where exactly the error occurred.
Expected behavior A clear and concise description of what you expected to happen. Expected to save all the pk values for the users.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.