danny0838 / webscrapbook

A browser extension that captures web pages to local device or backend server for future retrieval, organization, annotation, and edit. This project inherits from legacy Firefox add-on ScrapBook X.
Mozilla Public License 2.0
908 stars 121 forks source link

Fatal error: elemOrig is undefined #330

Closed vsc55 closed 1 year ago

vsc55 commented 1 year ago

Hi, When trying to download any of the following two pages, the error "Fatal error: elemOrig is undefined" appears. https://www.virtualizationhowto.com/2017/06/installing-avago-lsi-storcli-vmware-esxi/ https://www.virtualizationhowto.com/2017/06/update-avago-lsi-smis-provider-vmware-esxi/

imagen

Firefox: 109.0 (x64) Webscrapbook: 1.7.0

Webscrapbook is configured to store the captured pages on a backend server.

A greeting.

danny0838 commented 1 year ago

Should be fixed in 1.7.1

vsc55 commented 1 year ago

Hi @danny0838, Now the error no longer appears, but the images from the URL's that I have put above are not downloaded. With other web's it works without problem.

danny0838 commented 1 year ago

Images in the website seem to load dynamically. You have to scroll down the screen to get them loaded before performing a capture, or do some research and write an appropriate capture helper to do it automatically.