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

Doesnt work on MacOS Catalina #14

Closed
alersenkevich opened this issue Jun 14, 2020 · 3 comments
Closed

Doesnt work on MacOS Catalina #14

alersenkevich opened this issue Jun 14, 2020 · 3 comments
Labels
needs-info This bug cannot be triaged without more information

Comments

@alersenkevich
Copy link

So, i just trying to use ask for camera access

askForCameraAccess().then((status) => { console.log(Access to Camera is ${status}); });

but i get nodejs crash, so what should i do?

Снимок экрана 2020-06-14 в 14 30 51

@codebytere
Copy link
Owner

@alersenkevich i'm going to need more information in order to triage this - that screenshot for example shows me a crash in an app being monitored with nodemon, but it could be a crash anywhere - not necessarily related to my module. If my module crashed, there will be a stacktrace with native code in it - is there? if not, this is likely not the fault of node-mac-permissions

@codebytere codebytere added the needs-info This bug cannot be triaged without more information label Jun 14, 2020
@alersenkevich
Copy link
Author

yeah it is, the problem was in vs code terminal which hasnt ability to request access to media as child process of vs code, i've solved this issue, sorry for issue here, it can be closed

thank you for answer

@codebytere
Copy link
Owner

No worries! glad it's solved :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info This bug cannot be triaged without more information
Projects
None yet
Development

No branches or pull requests

2 participants