ShayBox / Mon2Cam

Workaround for multi-monitor Discord screensharing
MIT License
337 stars 33 forks source link

Permissions Error #67

Open AeronFA opened 3 years ago

AeronFA commented 3 years ago

Hello, my name is aeron i have tried to use you're application but when installing i seem to find a error, i am on a administrator ubuntu (20.04), and i have all the latest dependencies which were needed, but when i run mon2cam i get a permissions error (error: Uncaught PermissionDenied: Permission denied (os error 13)), Any reason why?

ashtton commented 3 years ago

Running into the same problem.

AntoninJcb commented 3 years ago

Same issue. Here is the stack trace:

✗(908ms) antonin:/tmp$ mon2cam
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
error: Uncaught PermissionDenied: Permission denied (os error 13)
at processResponse (core.js:226:13)
at Object.jsonOpSync (core.js:250:12)
at opRun (deno:cli/rt/40_process.js:19:17)
at Object.run (deno:cli/rt/40_process.js:103:17)
at exec (exec.ts:60:15)
at mod.ts:22:20
at async mod.ts:15:1

Looks like an issue with deno. I've installed it via snap.

ShayBox commented 3 years ago

Don't use the snap

AntoninJcb commented 3 years ago

Don't use the snap

Indeed, this solved the issue for me. I've reinstalled deno through the command stated on the README link.

ashtton commented 3 years ago

Don't use the snap

Fixed my issue.