[GH-ISSUE #168] Could not resolve host #75

Closed
opened 2026-05-05 22:08:12 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @serdonke on GitHub (Aug 6, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/168

Using the GUI to connect my laptop (hostname donkler) and I get this message

[2024-08-06T01:19:28Z WARN  lan_mouse::dns] could not resolve host 'donkler': no record found for Query { name: Name("donkler."), query_type: AAAA, query_class: IN }

And when I try to move my mouse across

[2024-08-06T01:22:30Z WARN  lan_mouse::server::ping_task] client not responding, releasing pointer!

Same thing happens from my laptop

Both of these systems are running
Arch
KDE Plasma Wayland (plasma-desktop)

Originally created by @serdonke on GitHub (Aug 6, 2024). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/168 Using the GUI to connect my laptop (hostname donkler) and I get this message ```zsh [2024-08-06T01:19:28Z WARN lan_mouse::dns] could not resolve host 'donkler': no record found for Query { name: Name("donkler."), query_type: AAAA, query_class: IN } ``` And when I try to move my mouse across ```zsh [2024-08-06T01:22:30Z WARN lan_mouse::server::ping_task] client not responding, releasing pointer! ``` Same thing happens from my laptop Both of these systems are running Arch KDE Plasma Wayland (plasma-desktop)
Author
Owner

@feschber commented on GitHub (Aug 6, 2024):

This is a DNS issue.
Can you check what

nslookup donkler

is giving you?

You could work around it by configuring the ips manually via the config file

<!-- gh-comment-id:2270554265 --> @feschber commented on GitHub (Aug 6, 2024): This is a DNS issue. Can you check what ```sh nslookup donkler ``` is giving you? You could work around it by configuring the ips manually via the config file
Author
Owner

@serdonke commented on GitHub (Aug 6, 2024):

@feschber Fixed it by configuring the ips via the config file. This is great stuff, thanks a lot.

<!-- gh-comment-id:2271118296 --> @serdonke commented on GitHub (Aug 6, 2024): @feschber Fixed it by configuring the ips via the config file. This is great stuff, thanks a lot.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#75
No description provided.