You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll be honest, this is probably actually a problem with the BlueSky API, but I couldn't figure out where to file it as an issue there. Will gladly take a pointer.
In any case, whenever I use client.app.bsky.graph.get_known_followers(), the response always has an empty cursor. I've tried it with different values for limit such that there should be a cursor because not all of the known followers have been returned, but the cursor is still null.
The text was updated successfully, but these errors were encountered:
I'll be honest, this is probably actually a problem with the BlueSky API, but I couldn't figure out where to file it as an issue there. Will gladly take a pointer.
In any case, whenever I use
client.app.bsky.graph.get_known_followers()
, the response always has an empty cursor. I've tried it with different values forlimit
such that there should be a cursor because not all of the known followers have been returned, but the cursor is still null.The text was updated successfully, but these errors were encountered: