felixfbecker / svg-screenshots

📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
826 stars 31 forks source link

An error happened while capturing the page: <image> element must have ID #53

Closed Mattwmaster58 closed 3 years ago

Mattwmaster58 commented 3 years ago

It's unclear why this occurs, unfortunately the only page I can recreate this with is behind some auth (and requires a costly subscription!). I tried to find img:not([id]), but that only yielded one result. I deleted the element, and issue persisted. image

felixfbecker commented 3 years ago

Thanks for the bug report, but it's hard to debug without a repro. As a workaround, disabling "Inline resources" would likely work, because the error comes from within the resource-inlining logic.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 0.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: