Skip to content

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

@krackout

Description

@krackout

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions