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

signed url + http range give a 500 #2201

Open
olivierchatry opened this issue Jan 11, 2025 · 0 comments
Open

signed url + http range give a 500 #2201

olivierchatry opened this issue Jan 11, 2025 · 0 comments

Comments

@olivierchatry
Copy link

olivierchatry commented Jan 11, 2025

I'm not to sure what is wrong, as there is not error message execpte internal error. I'm trying to use POTREE-core library to display point clouds data ( changed a bit the code so that it can handle signed URL ), but whenever it does a HTTP range query to load some data, the server fails with a 500.

I'm using the latest released version ( 3.12 ), using a docker image + helm chart, running on minikube.
I enabled debug, and here the output log :

2025-01-11T13:43:32.097Z DEBUG 1 --- [tp1643565953-56] o.s.web.servlet.DispatcherServlet : GET "/minikube-futureon-bucket/pointclouds/0f85f40f0b72-rev02.las/hierarchy.bin?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=s3mock%2F20250111%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250111T134052Z&X-Amz-Expires=599940&X-Amz-Signature=5f051f80874cb0fdb822853e5bfa6c42b19bed16debf2d4718b40449dc2c756b&X-Amz-SignedHeaders=host&x-id=GetObject", parameters={multipart}
2025-01-11T13:43:32.098Z DEBUG 1 --- [tp1643565953-56] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Found 'Content-Type:application/xml' in response
2025-01-11T13:43:32.098Z DEBUG 1 --- [tp1643565953-56] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [ErrorResponse[code=InternalError, message=We encountered an internal error. Please try again., resou (truncated)...]
2025-01-11T13:43:32.098Z DEBUG 1 --- [tp1643565953-56] o.s.web.servlet.DispatcherServlet : Completed 500 INTERNAL_SERVER_ERROR

Any idea on how to fix that ?

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