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
I keep getting some error after adding the bot to any group:
Sat, 13 Jan 2024 19:59:37 GMT [INFO] [burn-bot starting up ...]
Sat, 13 Jan 2024 19:59:38 GMT [INFO] [There are 0 entries in the store. If this number is high there might be something wrong.]
Sat, 13 Jan 2024 19:59:38 GMT [INFO] [MatrixClientLite] End-to-end encryption enabled
Sat, 13 Jan 2024 20:00:01 GMT [ERROR] [MatrixHttpClient] (REQ-14) { errcode: 'M_NOT_FOUND', error: 'Room account data not found' }
Sat, 13 Jan 2024 20:00:01 GMT [ERROR] [MatrixHttpClient] (REQ-13) { errcode: 'M_NOT_FOUND', error: 'Event not found.' }
Sat, 13 Jan 2024 20:00:01 GMT [ERROR] [MatrixHttpClient] (REQ-15) { errcode: 'M_NOT_FOUND', error: 'Event not found.' }
Sat, 13 Jan 2024 20:00:01 GMT [ERROR] [MatrixHttpClient] (REQ-17) { errcode: 'M_NOT_FOUND', error: 'Event not found.' }
I tried to delete all session and recreate one with: npm run login https://matrix.your-homeserver.url @your-bot-name:your-homeserver.url **secret** and after that inviting the bot to a new
I also get this king of error sometimes:
Sat, 13 Jan 2024 20:06:56 GMT [ERROR] [MatrixClientLite] Decryption error on !FQEzICEjhJYxsMpOfp:acab.love $rh8n_w4CoRkaGKaixFADvu5BfFJg6Rui880dDd6KS3E [Error: Can't find the room key to decrypt the event] {
code: 'GenericFailure'
}
Maybe Matrix Bot Sdk isn't updated anymore?
The text was updated successfully, but these errors were encountered:
I keep getting some error after adding the bot to any group:
I tried to delete all session and recreate one with:
npm run login https://matrix.your-homeserver.url @your-bot-name:your-homeserver.url **secret**
and after that inviting the bot to a newI also get this king of error sometimes:
Maybe Matrix Bot Sdk isn't updated anymore?
The text was updated successfully, but these errors were encountered: