pnut-bridge user fails to respond to new chat #16
Labels
No labels
Doing
To Do
bug
confirmed
critical
discussion
documentation
enhancement
future
suggestion
support
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: spacenerdmo/pnut-matrix#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
created by: cmdrmonkey
Created by
@thrrgilag:monkeystew.net
the bridge bot throws a keyerror in on_message
created by: thrrgilag
Example from a test
By Morgan McMillian on 2018-07-04T02:59:41 (imported from GitLab project)
created by: thrrgilag
Subsequent to the KeyError the appservice maybe responding with 500 causing the server to back-off of requests thereby breaking the bridge until the bridge is restarted.
By Morgan McMillian on 2018-07-04T02:59:42 (imported from GitLab project)
created by: thrrgilag
The error occurs because the invite and leave events are being processed by the appservice directly, where as the on message event is being passed to the bot which isn't aware of the room changes.
By Morgan McMillian on 2018-07-04T02:59:43 (imported from GitLab project)
created by: thrrgilag
handle invite for direct chat through the bot...
By Morgan McMillian on 2018-07-04T02:59:43 (imported from GitLab project)
created by: thrrgilag
By Morgan McMillian on 2018-07-04T02:59:44 (imported from GitLab project)
closed
By Morgan McMillian on 2018-07-04T02:59:44 (imported from GitLab project)
unlocked this issue
By Morgan McMillian on 2018-07-04T02:59:46 (imported from GitLab project)