mautrix / signal

A Matrix-Signal puppeting bridge
GNU Affero General Public License v3.0
499 stars 75 forks source link

Cannot send new Signal messages after migration to the new Signal Bridge: Profile key not found #427

Closed bstaeheli closed 8 months ago

bstaeheli commented 8 months ago

After the system moved to the new go-based mautrix-signal bridge we are not able to send messages. Retreiving works, but after sending a message an error occurs: ⚠ Your message may not have been bridged: too many retries

A delete-session and a new login does not help.

The log shows an warning "Profile key not found"

Does someone have a similar problem?

Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 WRN Profile key not found action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid room_id=>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 WRN Got rate limited action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid response_id=1>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 WRN Got rate limited action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid response_id=1>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 WRN Got rate limited action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid response_id=1>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 WRN Got rate limited action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid response_id=1>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR sendContent too many retries action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=some-guid r>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR 2nd try sendMessage error error="too many retries" action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=recipientID>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR 2nd try sendMessage error error="too many retries" action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=recipientID>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR 2nd try sendMessage error error="too many retries" action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=recipientID>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR 2nd try sendMessage error error="too many retries" action="send content" chat_id=some-guid event_id=some-eventid event_type=m.room.message portal_chat_id=some-guid recipient=recipientID>
Jan 23 12:03:21 matrix.some.domain matrix-mautrix-signal[2032]: Jan 23, 2024 11:03:21 ERR Sending message metrics for event error="too many retries" chat_id=some-guid event_id=some-eventid event_type=m.room.message handling_step="Error sending" room_id=!sjJYyiRWTgFNOSIxOb:some.domain sender=@name:some.domain
bstaeheli commented 8 months ago

now, it seems to work without anything done from my side.