-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When I attempt to start the debugger, I get the following error:
Exception in thread debugger_thread:
Traceback (most recent call last):
File "./threading.py", line 901, in _bootstrap_inner
File "./threading.py", line 858, in run
File "/Users/drew/Library/Application Support/Sublime Text 3/Packages/SublimeAnarchyDebug/debug.py", line 111, in debugger_thread
project_settings.get('working_dir', project_path).replace('${project_path}', project_path)
File "./xmlrpc/client.py", line 1090, in __call__
File "./xmlrpc/client.py", line 1419, in __request
File "./xmlrpc/client.py", line 1132, in request
File "./xmlrpc/client.py", line 1143, in single_request
File "./xmlrpc/client.py", line 1255, in send_request
File "./xmlrpc/client.py", line 1285, in send_content
File "./http/client.py", line 1061, in endheaders
File "./http/client.py", line 906, in _send_output
File "./http/client.py", line 844, in send
File "./http/client.py", line 822, in connect
File "./socket.py", line 435, in create_connection
File "./socket.py", line 426, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
what have I done wrong?