mautrix / whatsapp

A Matrix-WhatsApp puppeting bridge
https://maunium.net/go/mautrix-whatsapp
GNU Affero General Public License v3.0
1.21k stars 170 forks source link

Bridge no longer working after update #698

Closed DAMO238 closed 1 month ago

DAMO238 commented 1 month ago

I updated the bridge on my server from 0.8.5 to 0.10.7. After restarting the bridge, I found that the homeserver and bridge are no longer correctly communicating. I have tried regenerating the registration file and restarting the homeserver. I am running synapse 1.78.0 on Debian. Grepping for transactions in the homeserver log as suggested in the documentation shows multiple lines:

2024-05-21 17:45:11,338 - synapse.http.client - 463 - INFO - as-recoverer-whatsapp-7 - Received response to PUT http://localhost:29318/transactions/44428?access_token=<redacted>: 404
2024-05-21 17:45:11,339 - synapse.appservice.api - 359 - WARNING - as-recoverer-whatsapp-7 - push_bulk to http://localhost:29318/transactions/44428 received code=404 msg=Not Found

These are repeated many times (~once per 10 minutes). The mautrix log does not indicate any failure.

DAMO238 commented 1 month ago

As I am sure you have noticed, this was a case of problem in chair, not in computer. My synapse was horribly out of date due to a misconfiguration of apt. I have since fixed this and the problem is solved...