cursor function has infinite loop when used with search function #300
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once #298 and #299 are fixed, the cursor function does not return even though there are no more results. This is because of the metadata returned for search/tweets which causes the
not contentcheck to never pass.These are all pretty serious issues. I spun my wheels trying to figure out the infinite loop problem for a few hours. I guess I'll drop back to the "old way" for a while.
Check if it works: https://github.com/ryanmcgrath/twython/pull/332
I only tested for search and get user tweets. But with some tweaks I think it handles the rest.
Stopped by to say I'm still seeing this issue with twython (3.6.0)