Artem Savkov
Artem Savkov
The password/login won't be used when you have the token set. Are you sure you are using the right token? I think all of the chromium-based browsers should have 'developer...
Started seeing those ratelimit errors for pinned messages myself lately but haven't looked into it yet. As a workaround you can disable fetching pinned messages on connect. Just set fetch_pinned...
This is sorta fixed in 24601035a1ebb5cf79295cdf25366307820f8692. The fix is not ideal: it handles rate limiting but i'd rather not run into it at all, not sure atm how to do...
This sounds a lot like #47. Are you in any huge discord servers?
Huge user-wise. Adding multiple thousands of users is not something bitlbee does good currently, so it is very likely that this issue is a duplicate of #47
To be honest I don't think nonce situation has anything to do with it. Discords eula does allow them to disable account on a whim, including for using a third-party...
I see them occasionally, but not like 20 in a row. There isn't much to debug though. These errors mean that bitlbee-discord failed to get data from websocket connection, so...
I have an idea on where do occasional disconnects come from. There is a not yet implemented in bitlbee-discord feature when discord politely asks the client to do a silent(not...
While the cause of this error popping up so often for some people is still unknown I've added soft-reconnect support that greatly reduces the annoyance of these reconnects (it will...
Couldn't test it out myself since both irssi and xchat seem to split messages on \n, but 2d27e5e should fix you problem. Could you please confirm that for me?