yandeu / five-server-vscode

⚡ VSCode Extension for Five Server.
https://marketplace.visualstudio.com/items?itemName=yandeu.five-server
Other
121 stars 9 forks source link

ERROR: Error: listen EACCES: permission denied 0.0.0.0 #43

Closed shagariboy closed 1 year ago

shagariboy commented 1 year ago

Describe the bug Version: 1.79.2 (user setup) Commit: https://github.com/microsoft/vscode/commit/695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:57:04.379Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Windows_NT x64 10.0.22621 VS Code version: Code 1.79.2 (https://github.com/microsoft/vscode/commit/695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:57:04.379Z) OS version: Windows_NT x64 10.0.22621

Step 1: open vscode Step 2: click :"go live" Step 3: error on terminal : ERROR: Error: listen EACCES: permission denied 0.0.0.0

each time I click "go live", I get this error on the terminal:ERROR: Error: listen EACCES: permission denied 0.0.0.0

Screenshot 2023-07-01 085922 Screenshot 2023-07-01 231901

Have a question? Join the discussions instead.

yandeu commented 1 year ago

Looks like you can't run the server on 0.0.0.0, which is the default. Find the host setting for five-server and set it to localhost.

Or try to adjust your Windows firewall setting.

shagariboy commented 1 year ago

changing to localhost worked. Thank you very much

yandeu commented 1 year ago

You're welcome :)