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

Pictures are not synced with matrix/synapse and an error message is shown #663

Closed Letgamer closed 8 months ago

Letgamer commented 8 months ago

After setting up the latest version of element, synapse and the whatsapp-bridge via docker-compose no Pictures are synced and cannot be recieved. Instead following message is shown:

Failed to bridge media: failed to upload media: failed to POST /_matrix/media/v1/create: M_UNRECOGNIZED (HTTP 404): Unrecognized request

It seems to be that the whatsapp-bridge is utilizing the new matrix client-server-api from matrix 1.7, which is not yet supported by synapse and therefore a error error is returned, because the endpoint doesn't exist.

See also: https://github.com/matrix-org/synapse/issues/15661

tulir commented 8 months ago

That's a config option https://github.com/mautrix/whatsapp/blob/master/example-config.yaml#L17-L18

Letgamer commented 8 months ago

Thank, I appreciate your answer very much, I hope you have a nice day :)