-
Notifications
You must be signed in to change notification settings - Fork 54
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
Reference manifests in fixture collection produce error when making iiif service calls. #619
Comments
Works for me? Can you try again? |
Still WFM. Propose Close Invalid. |
@aeschylus can you put up a Gist w/ your AJAX code? |
The Ajax request is the one sent by OpenSeadragon. So https://github.com/openseadragon/openseadragon/blob/master/src/tilesource.js#L446-L506 It seems to work now, but I was getting Python error pages. |
I suppose that means this can be closed, but it would be good to consult the logs for the iiif service to see what happened. |
This happened again today. Attempting to retrieve
|
Ahha, got it. It's a race condition with /other/ code using the same VM and changing the working directory out of where the image server is looking for the cache. :( |
Excellente! Jon: https://github.com/openseadragon/openseadragon/blob/master/src/tilesource.js#L446-L506 is what openSeadragon was using. But this was happening when I just clicked the link. Also, unrelated, but I saw some interesting things during my 2 hours wandering around Amsterdam before my flight: |
👍 |
Closing on iiif.io after making issue on the server implementation. |
In http://iiif.io/api/presentation/2.0/example/fixtures/collection.json, manifests that have IIIF services return a server error page (500) when attempting to retrieve tiles.
For example: http://iiif.io/api/image/2.0/example/reference/page1-full/info.json in http://iiif.io/api/presentation/2.0/example/fixtures/29/manifest.json returns an error page or a 500 when requested with Ajax.
We're currently validating a JS API we're building for rendering multi-image objects (choice, detail, etc.) in OSD, and would like to use these in our testing. Is there a IIIF service that will respond to requests for tiles?
The text was updated successfully, but these errors were encountered: