-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All User Followings Not Returned (Missing Accounts) #236
Comments
@mahrtayyab thoughts? |
if you are comfortable , can you please share username |
hi @mahrtayyab, the username ( But you can try different usernames and insert into |
Are you able to see all the following list on frontend? |
Is this why 1 account was missing? |
Hm, I think your code works (see my example above)? Maybe just some accounts are not returned for some reason? Please let me know if can try code |
@mahrtayyab any updates on this? thanks |
I have to force the user to be obtained using ID (if available) which will incure a API Call. Will be added in next release |
interesting, so it is an issue. Thank you for checking and I'm looking forward to update! |
Hi,
I think there's an issue fetching all the user's followings. Sometimes theres some missing for some accounts, not all. Not sure if I am doing something wrong myself.
Note: Lots of duplicates are also returned. I use a
set
to remove any potential duplicates.Example Result
Notice it returns 255 but there are 256 total for account
rookisaacman
Logs:
Code
The text was updated successfully, but these errors were encountered: