You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in live-preview mode connecting to an already used port or a port
which is reserved for elevated users, fleck now logs the resulting error
from 'http.ListenAndServe' via the 'logger.LError' utility.
Fleck's output while trying to serve at port 80 without elevated
privileges:
$ fleck --port=80 --live-preview README.md
2023/04/24 09:57:44 info: starting live preview
2023/04/24 09:57:44 info: listening on http://localhost:80/README.html
2023/04/24 09:57:44 error: listen tcp :80: bind: permission denied
exit status 1
0 commit comments