mautrix / whatsapp

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

Unable to login via login-matrix and access token #588

Closed mikedolx closed 1 year ago

mikedolx commented 1 year ago

Hey i have an issue logging in to matrix using login-matrix. I get this error message:

Failed to enable double puppeting: failed to unmarshal response body: invalid character '<' looking for beginning of value

Any idea what could be wrong? Running the bridge version v0.80 from docker.

tulir commented 1 year ago

The easiest way to do that is probably misconfiguring double_puppet_server_map, but there are other ways like misconfiguring the client .well-known file or public_baseurl in the synapse config.

Also, the place to debug setup issues is the Matrix room, not GitHub issues