-
Notifications
You must be signed in to change notification settings - Fork 87
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
SimpleHTTPResolver to public S3 bucket #537
Comments
what version of loris are you using? Is there any output in the loris log? |
The docker image currently uses an old Loris version, 2.0.1 With source_prefix:
With uri_resolvable:
|
ok, please try it with the latest (v3.2.1) and see what output you get. We are using loris with the SimpleHttpResolver (although not with S3) - we're using a source prefix and source suffix. |
Just to let you know I have a similar configuration, and the correct file is being retrieved by my S3 server (local MINio server). Meanwhile, I have a problem and a question:
|
Meanwhile noticed I was using a non standard webapp.py file. I am using the proper one from this repository. But while I have a simpleHTTPResolver in the config file, logs still say:
curious, as that source prefix is exactly in the line after the resolver impl option :-O |
do you have multiple resolvers listed in your config? I would suggest commenting out all lines in your config that you're not using. |
@bcail I think so: https://paste.debian.net/1200300/ |
try restarting everything, and see if there's any error in the log when you try the http resolver. |
Full startup log here: https://paste.debian.net/1200306/
The curious thing is that with the web app from here: https://github.com/bodleian/loris-grok-docker |
that's good you got it working |
I did not explain myself clearly. I had it working before. But given the code that was running was 5 years old, I decided to use the webapp from this repository. And it's with this new version that I am getting these problems on SimpleHTTPResolver. I will keep debugging it and let you know my findings. |
Hi,
I'm trying to set up a simpleHTTPResolver running on docker with loris-grok-docker image to an s3 public bucket that I can access from the browser, without luck. Here's what I tried (one at a time):
SimpleFSResolver
then fetching works fine and I get the image
SimpleHTTPResolver
then fetching gives an error 404
then fetching gives an error 404
Maybe I'm misunderstanding how it works and would appreciate any help.
Thanks!
The text was updated successfully, but these errors were encountered: