New messages in matrix channel fail to post to pnut.io #64
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#64
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?
New messages posted to matrix rooms are failing to post to the bridged pnut.io channel. The only indication in the logs oddly enough is
pnut-matrix_1 | werkzeug - INFO - *.*.*.* - - [30/Apr/2023 14:17:56] "PUT /_matrix/app/v1/transactions/1?access_token=<redacted> HTTP/1.1" 404 -
.assigned to @thrrgilag
The release notes for Synapse 1.81 indicate a change in what synapse uses for appservice calls.
https://github.com/matrix-org/synapse/releases/tag/v1.81.0
It's likely the cause of the 404 in the logs and why it's failing to post to pnut.io.