Skip to content

/server breaks with weirdly named servers #3

Description

@Xavyrr

Using / server with a server that has a name with some symbols causes discline to throw an error.

/server filTask exception was never retrieved
future: <Task finished coro=<draw_screen() done, defined at /home/xavyrr/Discline/ui/ui.py:264> exception=error('wmove() returned ERR',)>
Traceback (most recent call last):
File "/home/xavyrr/Discline/ui/ui.py", line 277, in draw_screen
await draw_left_bar()
File "/home/xavyrr/Discline/ui/ui.py", line 378, in draw_left_bar
leftBar.move(idx,0)
_curses.error: wmove() returned ERR

The server name I'm trying to switch to is called FILTEЯ.exe
I'm guessing the backwards R is causing the the issue when discline tries to match my /s command argument.

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