mautrix/signal

Signalbot user does not exist on fresh installation

Closed this issue · 1 comments

This is my first time setting up matrix and bots. I got the server working (Conduit), the postgres ready with the databases and the registration added to the homeserver. Everything as described in the docker setup guide. I still get the following error and I think it is a bug. I do not exclude the possibility of it being a wrongly configured config.yaml though.

I am using Podman and run everything in one Pod (so also the same network).

Log

INF Initializing bridge built_at="Mar  1 2024, 03:52:52" go_version=go1.22.0 name=mautrix-signal version=0.5.0+dev.100a81ab
DBG Initializing database connection
DBG Initializing state store
DBG Initializing Matrix event processor
DBG Initializing Matrix event handler
INF Initializing libsignal version:0.40.0 component=libsignal file=rust/bridge/ffi/src/logging.rs line=99 target=signal_ffi::logging
INF Bridge initialization complete, starting...
DBG Running database upgrades
INF Database is up to date current_version=20 db_section=main latest_known_version=20 oldest_compatible_version=17
INF Database is up to date current_version=5 db_section=matrix_state latest_known_version=5 oldest_compatible_version=5
DBG Starting application service HTTP server
DBG Checking connection to homeserver
INF Starting HTTP listener address=0.0.0.0:29328
DBG Request completed duration=1.236895 method=GET req_id=1 response_length=118 response_mime=application/json status_code=200 url=http://localhost:10099/_matrix/client/versions?user_id=%40signalbot%3Adomain.com
2024-03-05T23:17:59Z DBG Request completed duration=0.369557 method=GET req_id=2 response_length=69 response_mime=application/json status_code=403 url=http://localhost:10099/_matrix/client/v3/account/whoami?user_id=%40signalbot%3Adomain.com
2024-03-05T23:17:59Z FTL /whoami request failed with unknown error error="failed to GET /_matrix/client/v3/account/whoami: M_FORBIDDEN (HTTP 403): M_FORBIDDEN: User does not exist."

That's most likely a conduit bug