Droopy icon indicating copy to clipboard operation
Droopy copied to clipboard

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

Open krackout opened this issue 6 years ago • 0 comments

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

krackout avatar Oct 31 '19 14:10 krackout