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.
Using
/ serverwith a server that has a name with some symbols causes discline to throw an error.The server name I'm trying to switch to is called
FILTEЯ.exeI'm guessing the backwards R is causing the the issue when discline tries to match my /s command argument.