-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
When it's trying to set the workspace to the plugins dir it fails with only one usage of each socket address allowed.
Details
[IDACode] Listening on 127.0.0.1:7065
[INFO] 101 GET /ws (127.0.0.1) 15.00ms (web:log_request)
[IDACode] Client connected
[IDACode] Set workspace folder to .....\plugins
[ERROR] Uncaught exception GET /ws (127.0.0.1)
HTTPServerRequest(protocol='http', host='127.0.0.1:7065', method='GET', uri='/ws', version='HTTP/1.1', remote_ip='127.0.0.1') (web:log_exception)
Traceback (most recent call last):
File "C:\python27-x64\lib\site-packages\tornado\websocket.py", line 546, in _run_callback
result = callback(*args, **kwargs)
File "...../plugins\idacode_utils\socket_handler.py", line 36, in on_message
start_debug_server()
File "...../plugins\idacode_utils\socket_handler.py", line 21, in start_debug_server
debugpy.listen((settings.HOST, settings.DEBUG_PORT))
File "C:\python27-x64\lib\site-packages\debugpy\__init__.py", line 113, in listen
return api.listen(address)
File "C:\python27-x64\lib\site-packages\debugpy\server\api.py", line 143, in debug
log.reraise_exception("{0}() failed:", func.__name__, level="info")
File "C:\python27-x64\lib\site-packages\debugpy\server\api.py", line 141, in debug
return func(address, settrace_kwargs, **kwargs)
File "C:\python27-x64\lib\site-packages\debugpy\server\api.py", line 234, in listen
raise RuntimeError(str(endpoints["error"]))
RuntimeError: Can't listen for client connections: [Errno 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
[IDACode] Client disconnected
Metadata
Metadata
Assignees
Labels
No labels