-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start process with listen port 8000 error. #308
Comments
This issue should be resolved, maybe you are using an older version? It was initially reported here: #261 And later solved here: #262 Can you verify that you have these changes? /~https://github.com/ElectronNET/Electron.NET/pull/262/files |
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 |
#334 pull request for this suggestion |
The same issue is occuring for me with version 5.30.1 |
#308 - Start process with listen port 8000 error.
Fixed with Electron.NET Version 7.30.2 |
update, |
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 [#308?email_source=notifications&email_token=AAJLLPFIG2BGUKUEHKGEBDTQXXD3BA5CNFSM4IW2IMP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGHZX2A#issuecomment-563059688] , or unsubscribe [/~https://github.com/notifications/unsubscribe-auth/AAJLLPE4HNRZ6NMV74I5BJDQXXD3BANCNFSM4IW2IMPQ] .
|
Same issue happens on 23.6.1 |
How can I tell electron which port to use!? |
|
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)
The text was updated successfully, but these errors were encountered: