We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found several requests obtaining 500 status codes with the error message "Index 0 out of bounds for length 0"
Please include the following general information about the issue and list any additional steps needed to reproduce the bug.
1.5.0
1.6.1
https://api.ohsome.org/v1
/groupBy/boundary/groupBy/tag
https://api.ohsome.org/v1/elements/length/groupBy/boundary/groupBy/tag?filter=destination%3D*%20or%20id%3A%281%20..%209999%29&groupByKey=highway&format=geojson&showMetadata=yes&time=2008-05-30&timeout=32&bcircles=8.71322%2C49.424%2C1
A 500 status code (Internal Server Error) should not be returned. There is probably some uncaught exception in the code.
A test report revealing this issue is available at the following URL (it might take some time to load):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
I found several requests obtaining 500 status codes with the error message "Index 0 out of bounds for length 0"
General Information
Please include the following general information about the issue and list any additional steps needed to reproduce the bug.
1.5.0
]1.6.1
https://api.ohsome.org/v1
, local instance with an h2 file or connected to the cluster, etc.]https://api.ohsome.org/v1
/groupBy/boundary/groupBy/tag
seem to be affectedhttps://api.ohsome.org/v1/elements/length/groupBy/boundary/groupBy/tag?filter=destination%3D*%20or%20id%3A%281%20..%209999%29&groupByKey=highway&format=geojson&showMetadata=yes&time=2008-05-30&timeout=32&bcircles=8.71322%2C49.424%2C1
Expected Behaviour
A 500 status code (Internal Server Error) should not be returned. There is probably some uncaught exception in the code.
Further Information
Additional Information
A test report revealing this issue is available at the following URL (it might take some time to load):
The text was updated successfully, but these errors were encountered: