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

Spond.get_event() may not return an event if more than 100 events are available #137

Open
elliot-100 opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@elliot-100
Copy link
Collaborator

get_event() calls get_events() with no parameters, which means it's limited to getting 100 events by default - the oldest 100 by one of the timestamps, I think.

I think this is unexpected enough to count as a bug.

@elliot-100 elliot-100 added the bug Something isn't working label Jun 25, 2024
@elliot-100 elliot-100 changed the title get_event() may not return an event if more than 100 events are available Spond.get_event() may not return an event if more than 100 events are available Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant