-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"assignment to entry in nil map" #193
Comments
This is on master, trying to reply to a thread, right? I'll have a look. |
It's on master, and it's not actually on reply, It "randomly" fails so I would assume that it's when a reply on a thread is received and tries to find the parent to show the message. But I can not reproduce it with clarity sorry :(. I see why it fails in code and those are my assumptions, what I can say is that there was no action taken by me :). |
Cool thanks for the context! |
Just to give ideas, could be related that a thread is fetch on the history but not the parent message? as it's out of the "page history"? |
Yeah I also expect this to be the case |
The last commit should help with getting the fatal error. When a parent id isn't present in the chat view it will just add the message. This is for now a workaround, because it doesn't relay that it is a reply to a thread, which might get confusing. |
Also, this would potentially be fixed also with the |
Closing this for now to clean up issues. Reopen when it continues to be a problem |
Some times I get this error:
It's somewhat declarative hehe
The text was updated successfully, but these errors were encountered: