Skip to content
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

GraphGetFollowers & GraphGetFollows not advancing cursor and returning same set of accounts #564

Open
tehcyx opened this issue Feb 7, 2024 · 0 comments

Comments

@tehcyx
Copy link

tehcyx commented Feb 7, 2024

I'm trying to list followers on a regular interval and it broke a couple days ago (https://github.com/tehcyx/bsky-audit-log/blob/main/tool/main.go#L122-L139).

In particular, it seems the cursor is not advancing as every loop iteration now returns the same list of followers. I can't find anything that would have changed on bsky's side, neither did anything on my side.

If I let it run for a while I'm running into a rate limit issue, because it will endlessly loop: https://github.com/tehcyx/bsky-audit-log/actions/runs/7819193616/job/21331119761

I wonder if this is a user error on my side or something broke?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant