You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to set up mautrix telegram to talk to my Matrix Synapse homeserver.
I followed the Docker setup manual to achieve this. Unfortunately, my container is unable to connect to my homeserver on the same machine.
This is my container log:
[2020-06-06 17:12:23,536] [[email protected]] Initializing mautrix-telegram 0.8.0+dev.72a45d7d,
[2020-06-06 17:12:23,613] [[email protected]] Initialization complete in 0.65 seconds,
[2020-06-06 17:12:23,613] [[email protected]] Running startup actions...,
[2020-06-06 17:12:23,614] [[email protected]] Starting appservice...,
[2020-06-06 17:12:23,614] [[email protected]] Starting appservice web server on 0.0.0.0:29317,
[2020-06-06 17:12:23,616] [[email protected]] Ensuring connectivity to homeserver,
[2020-06-06 17:12:23,725] [[email protected]] Unexpected error in main event loop,
Traceback (most recent call last):,
File "/usr/lib/python3.8/site-packages/mautrix/util/program.py", line 170, in _run,
self.loop.run_until_complete(self.start()),
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete,
return future.result(),
File "/usr/lib/python3.8/site-packages/mautrix/bridge/bridge.py", line 125, in start,
await self.matrix.wait_for_connection(),
File "/usr/lib/python3.8/site-packages/mautrix/bridge/matrix.py", line 74, in wait_for_connection,
await self.az.intent.whoami(),
File "/usr/lib/python3.8/site-packages/mautrix/client/api/authentication.py", line 32, in whoami,
resp = await self.api.request(Method.GET, Path.account.whoami),
File "/usr/lib/python3.8/site-packages/mautrix/api/http.py", line 203, in request,
return await self._send(method, endpoint, content, query_params, headers or {}),
File "/usr/lib/python3.8/site-packages/mautrix/api/http.py", line 143, in _send,
raise make_request_error(http_status=response.status,,
mautrix.errors.request.MForbidden: Application service has not registered this user,
It looks like there is something wrong with registration. I redid the manual several times and still, I run into the same issue again. What's wrong here? What have I missed?
Do you need any further info on that issue? Is there a proper way to debug this issue? e.g. How do I figure out if Synapse fails to properly set up my service?
The text was updated successfully, but these errors were encountered:
I try to set up mautrix telegram to talk to my Matrix Synapse homeserver.
I followed the Docker setup manual to achieve this. Unfortunately, my container is unable to connect to my homeserver on the same machine.
This is my container log:
And this is what I see in my homeserver log:
It looks like there is something wrong with registration. I redid the manual several times and still, I run into the same issue again. What's wrong here? What have I missed?
Do you need any further info on that issue? Is there a proper way to debug this issue? e.g. How do I figure out if Synapse fails to properly set up my service?
The text was updated successfully, but these errors were encountered: