This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
[unix]: Permissions denied
error an a stack trace immediately after starting the extension #13
Open
Description
Most likely you forgot to use sudo
to run the extension. Sudo privileges are required for binding to network sockets on local machine.
🔨 Workaround
- Run the extension with
sudo
. If you still seeing the error after running the same command withsudo
, please create a Bug report.