[GH-ISSUE #413] proto error: Label contains invalid characters #214

Open
opened 2026-05-05 22:14:16 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @clankill3r on GitHub (Apr 8, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/413

[2026-04-08T12:07:13Z WARN lan_mouse::dns] could not resolve host 'NASA_25L': proto error: Label contains invalid characters: Err(Errors { invalid_mapping, disallowed_by_std3_ascii_rules })

I don't know if underscores are not allowed?

Also none of the images load on windows.

Originally created by @clankill3r on GitHub (Apr 8, 2026). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/413 > [2026-04-08T12:07:13Z WARN lan_mouse::dns] could not resolve host 'NASA_25L': proto error: Label contains invalid characters: Err(Errors { invalid_mapping, disallowed_by_std3_ascii_rules }) I don't know if underscores are not allowed? Also none of the images load on windows.
Author
Owner

@feschber commented on GitHub (Apr 8, 2026):

Host names are not allowed to contain underscores, thus the error.

The images loading are a separate issue, did you use the zipped release?

<!-- gh-comment-id:4206213544 --> @feschber commented on GitHub (Apr 8, 2026): Host names are not allowed to contain underscores, thus the error. The images loading are a separate issue, did you use the zipped release?
Author
Owner

@clankill3r commented on GitHub (Apr 8, 2026):

This is such a annoyance. E.g. mac give the name Doekes-MacBook-Air.local for me.
For me it makes zero sense to not allow those characters apart from over engineering for the reason of over engineering.
So I hope I'm wrong and that there is some technical reason.
And yeah it was a zipped release.

<!-- gh-comment-id:4206245198 --> @clankill3r commented on GitHub (Apr 8, 2026): This is such a annoyance. E.g. mac give the name `Doekes-MacBook-Air.local` for me. For me it makes zero sense to not allow those characters apart from over engineering for the reason of over engineering. So I hope I'm wrong and that there is some technical reason. And yeah it was a zipped release.
Author
Owner

@feschber commented on GitHub (Apr 8, 2026):

those are not underscores though. So this should work.
.local domain resolving is a separate issue: #261

<!-- gh-comment-id:4206254662 --> @feschber commented on GitHub (Apr 8, 2026): those are not underscores though. So this should work. .local domain resolving is a separate issue: #261
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#214
No description provided.