79513944

Date: 2025-03-17 08:09:23
Score: 0.5
Natty:
Report link

I had this error only in Firefox and I tracked it down by looking in the call stack in the Firefox debugger, making sure it broke on caught exceptions. Then by walking up the Call Stack I could see it was trying to parse and audio element

enter image description here

Turned out the Firefox and html2canvas do not like the controls part of the audio element. Perhaps the browser generates some kind of non-standard CSS for the controls?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Matthew Lock