hoehermann / purple-signald

Pidgin libpurple bridge to signald.
GNU General Public License v3.0
153 stars 19 forks source link

Initiating a conversation produces unexpected_error #45

Closed hoehermann closed 2 years ago

hoehermann commented 3 years ago

at efb0d47 with signald 0.13.1:

Sending: {"type":"send","username":"[REDACTED]","recipientGroupId":"[REDACTED]","attachments":[],"messageBody":"2"}
…
got newline delimited message: {"type":"unexpected_error","data":{"msg_number":0,"error":true,"request":{"type":"send","username":"[REDACTED]","messageBody":"2","recipientGroupId":"[REDACTED]","attachments":[],"expiresInSeconds":0,"when":0,"version":"v0"}}}
received type: unexpected_error

Message is sent to server and received by participants in spite of the error.

Happens to direct messages and group messages. Replying to a direct message works fine.

hoehermann commented 2 years ago

This seems to have been resolved.