EnyoYoen / Fast-Discord

A new Discord client made in C++ and Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QIODevice::write (QSslSocket): device not open

txtsd opened this issue · comments

commented

After compiling and trying to run Fast-Discord, this is the only output. The main window appears after the account selector, possibly because I configured in the past, but it's empty.

λ ./Fast-Discord
QIODevice::write (QSslSocket): device not open

EDIT:
OS: Archlinux
Equivalent packages of the ones mentioned in the readme are installed.

commented

This should be fixed in this commit. This was happening because Fast-Discord could not load the informations, probably because your authentication token changed, so I added a way to change it

commented

I'll test in the morning and report back.