lovasoa / dezoomify

Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
https://dezoomify.ophir.dev
GNU General Public License v2.0
675 stars 75 forks source link

TypeError: response is null #173

Open ar-jan opened 7 years ago

ar-jan commented 7 years ago

I'm having trouble with a particular image, although it seems to be a supported format.

Error: Unable to find a proper dezoomer for: https://www.swaen.com/zoomV2.php?id=7465

And using https://www.swaen.com/os/zoom/11556/ImageProperties.xml?t1504790628435n0 it recognizes Seadragon, but the response is TypeError: response is null (http://ophir.alwaysdata.net/dezoomify/zoommanager.js:360).

Any ideas?

dancorpse commented 7 years ago

I cannot explain why the image path cannot work, maybe you try the Generic dezoomer?https://www.swaen.com/os/zoom/11556/TileGroup0/4-{{X}}-{{Y}}.jpg, it works.

ar-jan commented 7 years ago

Thanks, that worked.

Not sure if it's a bug that the automatic selection doesn't work here, so I'll leave it open in case it can be fixed.