-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Varying Results for new Html5Qrcode( ) based code #952
Comments
I copied the code from "https://media-play-promise.glitch.me/" and have no trouble playing the video. My button still fails after video plays. |
I noticed another difference:
Setting "data.debug" to true adds TRACE() messages to the log (notive no "NotAllowedError" etc):
In Chrome back to grey, I assume the edge changed something but I can't reproduce it... Edge still "workish" apart from "D: No MultiFormat Readers were able to detect the code". |
If I ignore the error "QR code parse error, error = D: No MultiFormat Readers were able to detect the code" then:
So these are the bugs?:
|
On Windows 11, I have a page that doesn't have a problem (except it has extreme issues scanning barcodes with HQ W11 webcam and on Android Smartphone) at "bungalookbursery.com.au". To help diagnose the issue I moved the relevant code to another page, where it doesn't work at all in chrome, the console log shows:
I am interacting with the page by clicking "a" and "button" tags with "onclick" handler. It has camera permissions (and the original page on same site & protocol works). Note that I don't use pause() anywhere.
In chrome the error happens every time I try to start it, if I use MS Edge, then it fails every second start attempt and works every other time.
A similar error (logs same 2 messages) occurs at "https://blog.minhazav.dev/research/html5-qrcode" when I load the page and it auto starts. But it doesn't detect the error so doesn't automatically stop.
The text was updated successfully, but these errors were encountered: