mautrix / discord

A Matrix-Discord puppeting bridge
https://go.mau.fi/mautrix-discord
GNU Affero General Public License v3.0
253 stars 21 forks source link

double puppeting: failed to GET /_matrix/client/v3/account/whoami 404 Not Found" #75

Closed Bala0909 closed 1 year ago

Bala0909 commented 1 year ago

Hi.. When I try to do login-matrix in whatsapp-bot .....I got a response reply "Failed to enable double puppeting: failed to GET /_matrix/client/v3/account/whoami: 404 Not Found"

I run this on whatsapp-bot "login-matrix [access token]":

I am getting 404 Not Found response. I am not sure were the exact problem is and i don't find any error log found when I trace.

tulir commented 1 year ago

That usually means you misconfigured double_puppet_server_map (or alternatively public_baseurl in the synapse config or the client .well-known file). Also note that GitHub issues are meant for actual bugs and feature requests, not setup issues. The Matrix room (linked in the readme of each bridge) is the right place to debug setup issues.

Bala0909 commented 1 year ago

noted @tulir ... thank you