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

the server does not respond when unicode characters are used in directory path or message #28

Open
krackout opened this issue Oct 31, 2019 · 0 comments

Comments

@krackout
Copy link

When droopy is started using unicode characters in directory path or message, it fails. The server stays up, but in terminal I get error, "UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 18: ordinal not in range(128)". (Position differs of course). On the browser "Unable to connect" message, telnet localhost 8888 connects.

I've tested it on Debian Buster Linux.
Both of them fail (using greek characters in the example):
droopy -d /home/user -m "Το μήνυμα - unicode" 8888
droopy -d /home/κάποιοςUnicode -m "message" 8888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant