How to debug a failing connection to a server?

I want to connect to my local listen server via the console command “open 127.0.0.1” but that doesn’t do anything. It also doesn’t give me any error message.

How can I see what went wrong?

Have you tried connecting to the local IPv4 address instead of the local listen server? If that works, the local listen server may be hosted on another IP.