About Uncaught Exception: 3033 listen EACCES: permission denied #156
sangyuxiaowu
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
There is a problem in giving the user the ability to change the port on which the application runs, because on the same port also work and extensions for VS Code, Raycast & Alfred. I would like to provide a custom protocol, like |
Beta Was this translation helpful? Give feedback.
4 replies
-
@sangyuxiaowu Yes, it looks like so - opening an application window through the browser with the transfer of something. This is how authorization works in Figma, for example. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the Windows platform starts the software, a prompt will pop up, and the software cannot be used normally.
This problem is because windows reserves some ports, it may be because of VMware, WSL, Sandbox or other system software, not necessarily the ports are occupied.
Use the command below to see some ports reserved by windows.
Therefore, it is recommended that the user can change the port settings monitored by the software, or check whether the port is available when the monitor is started, and try +1 to the unavailable port number one by one.
As a temporary solution, you can use the administrator command line to execute the following command.
windows平台启动软件的时候会弹出提示,软件无法正常使用。
这个问题是因为 windows 保留了一些端口,可能是因为 VMware,WSL,Sandbox 或其他系统软件干的,并不一定是被占用。
使用下面的命令可以看到 windows 保留的一些端口。
所以建议用户可以更改软件监听的端口设置,或者在启动监听时检测端口是否可用,不可用端口号逐次+1尝试。
临时的解决办法是,可以使用管理员命令行执行下面的命令
Beta Was this translation helpful? Give feedback.
All reactions