-
Notifications
You must be signed in to change notification settings - Fork 65
Only single message could be delivered #413
Comments
Thanks for the very detailed bug report! This seems like the lmdb is full and it can't receive the next sync response. It will need a way to automatically remove old saved messages which I assume occupy most space. |
@mujx 256MiB is the limit?
I'm not surprised since I have more than 150 rooms. |
@mujx Please initiate fresh nightly release so I could test it. |
@mujx On current nightly release of 9f43ff8 I still have this issue, but error message is different:
|
On nightly release 183975b now I can send regular unencrypted messages but I can send only single message to an E2EE room, this particular bug with E2EE room have been appeared even before this issue. |
@unclechu Do you see any errors/warnings related to one-time keys in the logs? I suspect there might be some bad one time keys uploaded in the server. |
@mujx I sent whole part of the log since I created new room. Do you mean if I see something above? |
Yes, you could grep for |
I just restart nheko and here what I see:
|
After I sent a message to E2EE room and tried to send another (without success):
|
I meant to search in the
|
@mujx Nothing found by: cat nheko*.log | grep -i 'failed to upload one time keys' |
#422 is blocker to check if this bug disappears after login to new session. |
@mujx After new sync everything is okay, I'm also able to see my own messages after restart. |
System:
0.5.3
Actual behavior
Second message doesn't even get a sending icon. After that chat is dead, I also won't receive any next message.
Expected behavior
Second message is delivered
Steps to reproduce
Logs
The text was updated successfully, but these errors were encountered: