cordova-httpd icon indicating copy to clipboard operation
cordova-httpd copied to clipboard

Exception: bind failed: EACCES (Permission denied)

Open hoisel opened this issue 7 years ago • 6 comments

I keep getting this error when trying to call CorHttpd.startServer: Error in Error callbackId: CorHttpd1894191633 : IO Exception: bind failed: EACCES (Permission denied) index.html:1 Uncaught (in promise) IO Exception: bind failed: EACCES (Permission denied)

hoisel avatar Oct 06 '16 22:10 hoisel

I am experiencing the exact same issue in ionic 2. What is the solution to this?

MorleyMinde avatar Nov 22 '16 17:11 MorleyMinde

Any solution?

samarthagarwal avatar May 31 '17 17:05 samarthagarwal

Something new on this?

danielehrhardt avatar Sep 11 '17 16:09 danielehrhardt

On Linux-based systems, ports below 1024 can only be opened by apps with superuser privileges. Please choose a higher port.

danielehrhardt avatar Sep 11 '17 17:09 danielehrhardt

Thanks @danielehrhardt Port 80 gives Code=13 "Permission denied" but 8080 works for me.

action-script avatar Nov 14 '17 11:11 action-script

It's working fine for me don't give port like 80 change it to 8055 or something, it will work

kennedymca avatar Mar 29 '18 07:03 kennedymca