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
In transport.py accept function(line number 1197) always getting serever_accepts list as empty. I have checked the server_accepts list in _queue_incoming_channel function (line numebr 1959) , there was one entry but still it is giving error as INFO:sshutil.server:SSHServerSocket(client: ('::ffff:127.0.0.1', 40784, 0, 0)): Got channel as None not active so exiting .
Could you please provide any way of solving the issue ?
The text was updated successfully, but these errors were encountered:
SahilRajpal-hub
changed the title
Session closed while waiting for reply
Got channel as None not active so exiting
Jun 17, 2021
In transport.py accept function(line number 1197) always getting serever_accepts list as empty. I have checked the server_accepts list in _queue_incoming_channel function (line numebr 1959) , there was one entry but still it is giving error as
INFO:sshutil.server:SSHServerSocket(client: ('::ffff:127.0.0.1', 40784, 0, 0)): Got channel as None not active so exiting
.Could you please provide any way of solving the issue ?
The text was updated successfully, but these errors were encountered: