Closed mwinterstorm closed 1 year ago
If the access token for the bot was retrieved with something like Element, it will need a new one generated from the login API manually.
Cheers. That will be it. Thanks for the quick response!
Confirmed working - thanks for the help! My issue was I had disabled password login (as using SSO), re enabling password login and using the login here to login and get access token works.
Describe the bug I have set up a simple bot following example here for encryption for bots, however the bot cannot decrypt any messages sent to it. Giving an error that it cannot find the room key. Using v0.6.6 of matrix-bot-sdk. Bot code below... Works fine for messages in unencrypted room. Please let me know if you need any further info. Thanks!
To Reproduce Steps to reproduce the behavior:
Expected behavior Should decrypt message
Log snippet
Additional context Here is bot code. Only minimally changed from example.