Create a new remote connection and corresponding console.
Run open file
Traceback
Accept failed on a socket
socket: <asyncio.TransportSocket fd=1808, family=2, type=1, proto=0, laddr=('127.0.0.1', 54873)>
Traceback (most recent call last):
File "C:\Users\mbarry\AppData\Local\spyder-6-proc\envs\spyder-runtime\Lib\asyncio\proactor_events.py", line 843, in loop
conn, addr = f.result()
^^^^^^^^^^
File "C:\Users\mbarry\AppData\Local\spyder-6-proc\envs\spyder-runtime\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mbarry\AppData\Local\spyder-6-proc\envs\spyder-runtime\Lib\asyncio\windows_events.py", line 597, in finish_accept
ov.getresult()
OSError: [WinError 995] The I/O operation has been aborted because of either a thread exit or an application request
Task exception was never retrieved
future: <Task finished name='Task-800' coro=<IocpProactor.accept.<locals>.accept_coro() done, defined at C:\Users\mbarry\AppData\Local\spyder-6-proc\envs\spyder-runtime\Lib\asyncio\windows_events.py:605> exception=OSError(22, 'The I/O operation has been aborted because of either a thread exit or an application request', None, 995, None)>
Traceback (most recent call last):
File "C:\Users\mbarry\AppData\Local\spyder-6-proc\envs\spyder-runtime\Lib\asyncio\windows_events.py", line 608, in accept_coro
await future
OSError: [WinError 995] The I/O operation has been aborted because of either a thread exit or an application request
Description
What steps will reproduce the problem?
Create a new remote connection and corresponding console. Run open file
Traceback
Versions
Dependencies