lovasoa / dezoomify-extension

A browser extension to detect zoomable images in web pages and downloading them with dezoomify
https://lovasoa.github.io/dezoomify-extension/
GNU General Public License v3.0
49 stars 2 forks source link

Uncaught Error: Unable to load the meta-information file #36

Open ssenegas opened 2 years ago

ssenegas commented 2 years ago

There is an issue when trying to read the meta-information file.

Here is the link where the superZoom painting is : https://www.christies.com/lot/lot-edward-hopper-richs-house-6134497/?lid=1&from=relatedlot&intobjectid=6134497

Here is the URL used : https://bob.bigobjectbase.com/api/files/ad92565f-4586-4af3-b566-aaf33b46c010/superzoom_files/0/0_0.jpg

The error reported is :

Uncaught Error: Unable to load the meta-information file: 
- https://bob.bigobjectbase.com/api/files/ad92565f-4586-4af3-b566-aaf33b46c010/superzoom.dzi: Invalid XML:
https://bob.bigobjectbase.com/api/files/ad92565f-4586-4af3-b566-aaf33b46c010/superzoom.dzi
- https://bob.bigobjectbase.com/api/files/ad92565f-4586-4af3-b566-aaf33b46c010/superzoom.xml: Invalid XML:
https://bob.bigobjectbase.com/api/files/ad92565f-4586-4af3-b566-aaf33b46c010/superzoom.xml

(https://dezoomify.ophir.dev/zoommanager.js:217)

The meta-information file seems not to be anymore XML but JSON instead : {"Image":{"xmlns":"http://schemas.microsoft.com/deepzoom/2008","Format":"jpg","Overlap":"0","TileSize":"256","Size":{"Height":"16384","Width":"16384"}}}