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

limit query param can crash endpoint #325

Open
stefanprobst opened this issue May 8, 2022 · 1 comment
Open

limit query param can crash endpoint #325

stefanprobst opened this issue May 8, 2022 · 1 comment
Assignees
Labels

Comments

@stefanprobst
Copy link

the following returns 500:

curl "https://pmb.acdh.oeaw.ac.at/apis/api/relations/placeevent/?format=json%2Bnet&limit=51"

while this seems to work:

curl "https://pmb.acdh.oeaw.ac.at/apis/api/relations/placeevent/?format=json%2Bnet&limit=50"

note the difference in ?limit=

@gregorpirgie
Copy link
Contributor

seems to be related to sentry issue APIS-PMB-M and github issue #333

I am looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants