mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Start process with listen port 8000 error. #384
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MiyamuraMiyako on GitHub (Sep 15, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
5.22.14
.Net Core3.0 Preview9
amd64/windows10
Just simple init project, start it will be throw exception.
Uncaught Exception:
Error: listen EACCES: permission denied 127.0.0.1:8000
at Server.setupListenHandle [as _listen2] (net.js:1216:19)
at listenInCluster (net.js:1281:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1420:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:63:10)
@netpoetica commented on GitHub (Oct 8, 2019):
This issue should be resolved, maybe you are using an older version? It was initially reported here: https://github.com/ElectronNET/Electron.NET/issues/261
And later solved here: https://github.com/ElectronNET/Electron.NET/pull/262
Can you verify that you have these changes? https://github.com/ElectronNET/Electron.NET/pull/262/files
@thecodejedi commented on GitHub (Nov 2, 2019):
I also have this problem but also using 5.22.14 already. I would propose to go for a different solution by limiting the port range
@thecodejedi commented on GitHub (Nov 2, 2019):
#334 pull request for this suggestion
@Pichl0r commented on GitHub (Nov 7, 2019):
The same issue is occuring for me with version 5.30.1
@GregorBiswanger commented on GitHub (Nov 27, 2019):
Fixed with Electron.NET Version 7.30.2
@azraelrabbit commented on GitHub (Dec 8, 2019):
i'm useing ElectronNET.CLI 7.30.2 , but the same error still exist.
@azraelrabbit commented on GitHub (Dec 9, 2019):
update,
i found that my problem just on debugging use visual studio 2019 16.4.0 ,
when i typed
electronize startin cmd.exe without visual studio ,that works fine.@thecodejedi commented on GitHub (Dec 9, 2019):
Maybe cmdine install version is different than the one referenced by the project?
On Mon, Dec 09, 2019 at 5:40am, 大桥 < notifications@github.com [notifications@github.com] > wrote:
update,
i found that my problem just on debugging use visual studio 2019 16.4.0 ,
when i typed electronize start in cmd.exe without visual studio ,that works fine.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [https://github.com/ElectronNET/Electron.NET/issues/308?email_source=notifications&email_token=AAJLLPFIG2BGUKUEHKGEBDTQXXD3BA5CNFSM4IW2IMP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGHZX2A#issuecomment-563059688] , or unsubscribe [https://github.com/notifications/unsubscribe-auth/AAJLLPE4HNRZ6NMV74I5BJDQXXD3BANCNFSM4IW2IMPQ] .
@nazar322 commented on GitHub (Apr 16, 2024):
Same issue happens on 23.6.1
https://i.imgur.com/JmGPKOu.png
https://i.imgur.com/e3ATeQS.png
@nazar322 commented on GitHub (Apr 16, 2024):
How can I tell electron which port to use!?
@nazar322 commented on GitHub (Apr 16, 2024):
"electronPort": 7777Electron.NET needs a wiki on
electron.manifest.json