Skip to content

Exception in debugger_thread #1

Description

@drewcrawford

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?

@dunkelstern

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions