You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main bot user (botConfig) seems to flood joins on connect, leading to the the server killing us. Joins for other users seem to get globally throttled.
The initial log messages from the bridge are:
(node:209258) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Client]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
2024-10-20 18:56:41 ERROR:client-connection *redacted*@irc.libera.chat: {"args":["Closing Link: matrix.archlinux.org (Excess Flood)"],"commandType":"normal","command":"ERROR","rawCommand":"ERROR"}
The text was updated successfully, but these errors were encountered:
The main bot user (
botConfig
) seems to flood joins on connect, leading to the the server killing us. Joins for other users seem to get globally throttled.The initial log messages from the bridge are:
The text was updated successfully, but these errors were encountered: