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

retweeters_ids cursor seems to stall out #790

Closed
goterpsgo opened this issue Jul 23, 2016 · 0 comments
Closed

retweeters_ids cursor seems to stall out #790

goterpsgo opened this issue Jul 23, 2016 · 0 comments

Comments

@goterpsgo
Copy link

goterpsgo commented Jul 23, 2016

Caveat: I'm still pretty new to Ruby and how the Twitter gem works so it's entirely possible I've done something wrong.

I've got a list of tweet IDs and I want to download a list of IDs of retweeters. I'm using the client.retweeters_ids() method and for the most part it works. However. it hangs on occasion on seemingly random tweet IDs:

eg twitter.com/statuses/743450000793927680

I'm looking at the actual tweet on my browser and nothing seems unusual. My understanding is all media in a tweet are simply link references. Otherwise I can't imagine why my script would hang (and on occasion, eventually resolve the content and proceed). I tried to debug and follow the stack trace but I don't have enough experience to understand what does what when, so I don't know if it's a gem issue (doubtful) or an API node issue (highly likely). Has anyone seen this?

Thanks for the attention,

  • Joe
@sferik sferik closed this as completed Sep 19, 2023
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

2 participants