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
658 stars 71 forks source link

error - Uncaught TypeError: Cannot read property 'importKey' of undefined #300

Closed janko216 closed 5 years ago

janko216 commented 5 years ago

I run dezoomify on my own page.., but I always get this error:

"Uncaught TypeError: Cannot read property 'importKey' of undefined (http://xyz.cz/zoom/dezoomers/google-arts-culture-crypto.js:11) "

I managed to download an image from google-arts, but after first success it has changed and now I'm not able to run it anymore... Do you have any ideas, please? Thank you in advance! It's a really usefull library.

lovasoa commented 5 years ago

The google arts and culture dezoomer uses the browser's cryptographic APIs, which are available only to https pages in chrome. You have to serve dezoomify in HTTPS if you want to use the google arts and culture dezoomer in google chrome.

janko216 commented 5 years ago

I works :-) Thank you!