This is what’s causing the issue. Another application is using port 30033. You can use netstat -tulpen
to get a human readable list of open ports on your system.
2 Likes
This is what’s causing the issue. Another application is using port 30033. You can use netstat -tulpen
to get a human readable list of open ports on your system.