Open emooney06 opened 1 month ago
Hey @emooney06, thanks for reporting. The last line in the error you posted is this
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 127.0.0.1:55983 ssl:default [The remote computer refused the network connection]
So, the problem seems to be that you have strict firewall rules in your computer that don't allow to open random ports in it. And Spyder needs to open those ports to communicate with the different channels used by remote kernels.
This means that you need to either turn off your firewall or allow it to open any port in your computer for Spyder to create a console for you.
Let us know if that's helpful to solve your problem.
@hlouzada, this will be solved when you implement de-multiplexing of the pyzmq kernel channels, right?
@ccordoba12 I'm not quite sure if this is a firewall issue. Either way the de-multiplexing won't fix because I still need to communicate with the server, and that's what's falling. It can be a problem with the server not listening, but I need mor info. Can you send the full log? @emooney06
Description
What steps will reproduce the problem?
when I connect to a remote server, the connection is successful, but the error is encountered when trying to open a new console in the remote server.
Traceback
Versions
Dependencies