html5-qrcode icon indicating copy to clipboard operation
html5-qrcode copied to clipboard

open QR code parse error, error = D: No MultiFormat Readers were able to detect the code.

Open ks1990cn opened this issue 2 years ago • 4 comments

I am writting following code: https://openjavascript.info/2022/12/10/qr-code-scanner-with-html5-qrcode-js/

But getting an error: open QR code parse error, error = D: No MultiFormat Readers were able to detect the code.

Gone through https://github.com/mebjas/html5-qrcode/issues/202 but when I put some changes, it stops giving me this error instead it stops decoding it completely.

I am facing same issue with Demo site, its not scanning anything.

I am doing this on desktop google crome.

ks1990cn avatar Aug 27 '23 16:08 ks1990cn

+1

Facing the same issue

KaviHarjani avatar Aug 28 '23 21:08 KaviHarjani

I experience a similar one, the qr code could be detected with all other scanners I have tried:

Bildschirmfoto 2023-09-07 um 05 48 04

m42e avatar Sep 07 '23 03:09 m42e

I experience a similar one, the qr code could be detected with all other scanners I have tried: Bildschirmfoto 2023-09-07 um 05 48 04

I have the similar problem, the scanner does not work if I use file upload with some specific qrcode. And I found a workaround. For some reason. If I rotate the code slightly (1 degree or something) with canvas. Then it works as expected.

Not sure if it is the same with your case

mmis1000 avatar Sep 14 '23 14:09 mmis1000

I'm seeing the same error even though the code is detected and decoded. I removed the console.warn() from the onScanFailure callback for now.

RaneWallin avatar Oct 02 '23 22:10 RaneWallin