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

Different requests returning the exact same response #162

Open
rdlauer opened this issue Feb 24, 2024 · 1 comment
Open

Different requests returning the exact same response #162

rdlauer opened this issue Feb 24, 2024 · 1 comment

Comments

@rdlauer
Copy link

rdlauer commented Feb 24, 2024

I just started developing an app around the SeatGeek API and I noticed that sending two different requests (one after the other) is returning the same response (the response from the first request). This feels like some strange throttling/caching issue, but really kind of makes app development impossible! Just wondering if this is a known issue? I literally starting using the API yesterday and have submitted no more than 100 requests total, so I can't imagine I've hit any rate limit.

Also to protect the client id/secret I would be issuing all requests from the same server (instead of directly from the client). Since the rate limit isn't documenting I'm kind of nervous about using this API in production.

@rdlauer
Copy link
Author

rdlauer commented Feb 27, 2024

FYI a couple days later this has not seemingly been an issue since 🤷

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