GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.35k stars 2.54k forks source link

listen EACCES: permission denied 0.0.0.0:3000 #1091

Closed ourfor-pp closed 3 years ago

ourfor-pp commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

image

(Write your report here. Screenshots and step-by-step instructions can help a lot!)

wrac4242 commented 3 years ago

could you make sure you are running it as administrator if it asks, if that doesnt work, could you try running from source?

GitSquared commented 3 years ago

also check that you have nothing running on local :3000

Spinestars commented 3 years ago

also check that you have nothing running on local :3000

I checked the port occupancy list, port 3000 is not occupied, and I used the super administrator to execute it. But in the end, it still reports a permission denial error

Spinestars commented 3 years ago

It is indeed a port problem. When I modified the configuration file %APPDATA%\eDEX -ui\settings.json and changed the port in the configuration file to 30000, the software started normally.