Unable to Register Application Service User @linebot:example.com #46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Content:
Problem Description:
I encountered an issue while trying to bridge Matrix with LINE. After configuring
config.yaml
and successfully generating the application service registration fileregistration.yaml
, I copied this file to the Synapse directory and registered it inhomeserver.yaml
. While most services bridged successfully, bridging LINE resulted in an error:mautrix.errors.request.MForbidden: Application service has not registered this user (@linebot:example.com)
.Steps to Reproduce:
config.yaml
according to the documentation formatrix-puppeteer-line
.python -m matrix_puppeteer_line -g
to generateregistration.yaml
.registration.yaml
file to the Synapse directory and rename it.line-registration.yaml
inhomeserver.yaml
.Expected Behavior:
The application service should successfully register the user
@linebot:example.com
and start the bridging service without issues.Actual Behavior:
The application service fails to start, reporting the error:
Environment:
Configuration:
Relevant part of
homeserver.yaml
:Contents of
line-registration.yaml
: