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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
All is correct, usually such ports require access rights.
Change the port, for example, to 8081
or write this command using the administration rights (in case no other program uses this port).
Ubuntu:
allow data transfer:
ufw allow 1010:1020/tcp
run as administrator:
sudo php artisan socket:serve
Such actions will solve your problem.
But I strongly do not recommend using such ports.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
php artisan socket:serve
In TcpServer.php line 164:
Failed to listen on "tcp://127.0.0.1:1010": Permission denied
The text was updated successfully, but these errors were encountered: