Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-ascii chars in PC hostname #288

Merged
merged 3 commits into from
May 20, 2024
Merged

Fix non-ascii chars in PC hostname #288

merged 3 commits into from
May 20, 2024

Conversation

dadodasyra
Copy link
Collaborator

@dadodasyra dadodasyra commented May 20, 2024

Users with non ascii chars such as french accents were not able to detect the server since Rust wasn't able to fetch the local ip used, resulting in no network interfaces detected.
The solution found was to use punycode format.
Tested with both ascii hostname and non ascii hostname
Closes #283

Special thanks to @maeleuhhhh (on discord) that helped reporting and debugging this issue.

@zelytra zelytra self-requested a review May 20, 2024 16:35
@zelytra zelytra added bug Something isn't working webapp client-backend labels May 20, 2024
@zelytra zelytra added this to the 0.2.3-beta milestone May 20, 2024
@zelytra zelytra merged commit dbe35ed into master May 20, 2024
6 checks passed
@zelytra zelytra deleted the fix/non-ascii-hostname branch May 20, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client-backend webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error getting IP addresses: Unknow host. (os error 11001)
2 participants