Since the update to mautrix-whatsapp version 0.8.3 i cannot use the login-matrix command anymore.
It fails everytime with the following error message:
Failed to enable double puppeting: failed to GET /_matrix/client/v3/account/whoami: M_UNKNOWN_TOKEN (HTTP 401): Unknown token
When i use the same command (with the same access token) for other bridges (telegram / signal) it works without problems.
Since the update to mautrix-whatsapp version 0.8.3 i cannot use the
login-matrix
command anymore. It fails everytime with the following error message:Failed to enable double puppeting: failed to GET /_matrix/client/v3/account/whoami: M_UNKNOWN_TOKEN (HTTP 401): Unknown token
When i use the same command (with the same access token) for other bridges (telegram / signal) it works without problems.
I checked the changes between 0.8.2 and 0.8.3 and this commit could be related: https://github.com/mautrix/whatsapp/commit/1b31a36e602bc543419d54dc1af71c99607100a5
I can find this in the logs:
I also tried to execute the GET request manually in postman with my access token as Bearer in the Authorization header and this works also.
I am using Dendrite 0.12.0 as homeserver.