Skip to content

Connection refused #63

@n-khatiwada

Description

@n-khatiwada

I am running Wayland on Arch. I can run hints. It gives me up to "yellow links". Now, none of those links work. They give me the following error.

Traceback (most recent call last):
  File "/home/nkhatiwada/.local/bin/hints", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/home/nkhatiwada/.local/share/pipx/venvs/hints/lib/python3.13/site-packages/hints/hints.py", line 361, in main
    hint_mode(config, window_system)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/nkhatiwada/.local/share/pipx/venvs/hints/lib/python3.13/site-packages/hints/hints.py", line 215, in hint_mode
    click(
    ~~~~~^
        mouse_action["x"] + mouse_x_offset,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
        mouse_action["repeat"],
        ^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/nkhatiwada/.local/share/pipx/venvs/hints/lib/python3.13/site-packages/hints/mouse.py", line 95, in click
    send_message(
    ~~~~~~~~~~~~^
        "click",
        ^^^^^^^^
    ...<5 lines>...
        absolute=absolute,
        ^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/nkhatiwada/.local/share/pipx/venvs/hints/lib/python3.13/site-packages/hints/mouse.py", line 41, in send_message
    client.connect(UNIX_DOMAIN_SOCKET_FILE)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionRefusedError: [Errno 111] Connection refused

I have setup udev correctly as instructed and the user (myself) is added in input group (I checked with getent group | grep $username ) as suggested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions