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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Exception in thread ptvsd.Client:
Traceback (most recent call last):
File "C:\USERS\KANADIG\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_DCFC3D47EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\3.0\debugger\ptvsd\ipcjson.py", line 280, in process_one_message
msg = self.__message.pop(0)
IndexError: pop from empty list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python34\lib\threading.py", line 920, in _bootstrap_inner
self.run()
File "C:\Python34\lib\threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
File "C:\USERS\KANADIG\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_DCFC3D47EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\3.0\debugger\ptvsd\ipcjson.py", line 274, in process_messages
if self.process_one_message():
File "C:\USERS\KANADIG\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_DCFC3D47EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\3.0\debugger\ptvsd\ipcjson.py", line 282, in process_one_message
self._wait_for_message()
File "C:\USERS\KANADIG\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_DCFC3D47EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\3.0\debugger\ptvsd\ipcjson.py", line 149, in _wait_for_message
line = self._buffered_read_line_as_ascii()
File "C:\USERS\KANADIG\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_DCFC3D47EXP\EXTENSIONS\MICROSOFT CORPORATION\PYTHON\3.0\debugger\ptvsd\ipcjson.py", line 108, in _buffered_read_line_as_ascii
temp = self.__socket.recv(1024)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: