imaginerio / omeka-s-docker

Omeka-S with IIIF modules
https://images.imaginerio.org
2 stars 0 forks source link

Tiler Error: Unable to open [object Object] HTTP0 attempting to load TileSource #10

Closed davidheyman closed 4 years ago

davidheyman commented 4 years ago

Now that the files directory is writeable and I've fixed an nginx memory issue, we can successfully upload images. However, I can't get the images to appear in Tiler. Can you check to make sure that Tiler is configured correctly? Also, do you happen to know where the Tiler files are stored? I'll need to make sure that is writeable as well.

buccalon commented 4 years ago

The folder for images is files/tile/ and the folder for the tiler script is /var/www/html/modules/ImageServer

Screenshot from 2020-08-11 10-38-47

This error is caused by missing the .dzi file generated by the tiler (deepzoom)

martimpassos commented 4 years ago
Screen Shot 2020-08-11 at 11 48 52

The tiler appears to be working correctly, looks like a problem with the .dzi file over https. This item for instance has been succesfully tiled.

davidheyman commented 4 years ago

Can you escalate this to Daniel?

buccalon commented 4 years ago

The sample item is working on Universal Viewer (in the same page): Screenshot from 2020-08-11 13-30-55

But it breaks on Mirador (from the official page): Screenshot from 2020-08-11 13-32-14

There is an update of OpenSeaDragon to be released in the next version of Omeka-S: https://github.com/omeka/omeka-s/commit/4f7244de87f428e51a50a494918630bc19bd07b5

Omeka-S forum threads regarding HTTPS:

Please @Daniel-KM let us know if you have any inputs.