Closed danielfomin96 closed 4 years ago
[ERROR] Failed to connect to homeserver: failed to GET /_matrix/client/r0/account/whoami: M_FORBIDDEN (HTTP 403): Application service has not registered this user. Retrying in 10 seconds...
Yup, I have exactly the same issue.....
Setup issues should go to #whatsapp:maunium.net, github is for bug reports/feature requests (I really need to make some issue templates at some point)
Having also run into this, I missed that there appears to be relevant state in the database. You need to make sure that your config.yaml
, registration.yaml
and bridge database are all aligned. Practically speaking, this means if you change your config.yaml
, delete your registration.yaml
and bridge database (e.g. mautrix-whatsapp.db
) then redo it all.
I am getting the following error when connecting using docker:
Could you please guide to where the problem might be? Should I maybe take care of some settings in synapse?
Only modifications of homeserver.yaml:
config.yaml:
The logs for synapse also show that the application is registered:
'example.com' is used everywhere instead of my real domain name.
Thank you very much for this great project.