Skip to content
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

Uncaught (in promise) Camera not found. #244

Open
RamyMakram opened this issue Sep 26, 2023 · 6 comments
Open

Uncaught (in promise) Camera not found. #244

RamyMakram opened this issue Sep 26, 2023 · 6 comments

Comments

@RamyMakram
Copy link

image
this error appear to me when use start()
and it displayed in online example too

@dantaya
Copy link

dantaya commented Sep 27, 2023

im only seeing this same issue in chrome, safari seems to still work

@dantaya
Copy link

dantaya commented Sep 29, 2023

This appears to have been system related? It started working again.

@CScheffers
Copy link

I think the problem is caused by a recent bug in Chrome:
https://bugs.chromium.org/p/chromium/issues/detail?id=1486017

@laszlo1337
Copy link

I think the problem is caused by a recent bug in Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=1486017

Seems like this isn't the case. Posts on the bugtracker claim this was fixed in v117, my chrome is v119 and the camera is still crashing. Opera which relies on chromium engine is crashing too. Brave is crashing as well. Opera mobile works fine, Chrome mobile works, Firefox desktop & mobile works.

@vladyio
Copy link

vladyio commented May 27, 2024

Can confirm on macOS 14.5: Firefox, Chrome and Safari show this error when access to camera is not allowed

@udav154
Copy link

udav154 commented Sep 12, 2024

Can confirm on macOS 14.5: Firefox, Chrome and Safari show this error when access to camera is not allowed

if this error occurs when you start and the browser requests access but you deny it. handle the catch error in the start method

     qrScanner.start().catch((err)=>{
        console.log('err', err)
      })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants