-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request failed: 403 - M_FORBIDDEN - Appservice not in room #172
Comments
@NullIsNot0 The following docker image should fix it: |
Today I set up |
Thank you for reporting back! |
Mxisd version: id: appservice-mxisd
url: http://matrix-mxisd:8090
as_token: "<AS_TOKEN_REDUCTED>"
hs_token: "<HS_TOKEN_REDUCTED>"
sender_localpart: mxisd
namespaces:
aliases: []
rooms: []
users:
- {exclusive: false, regex: '@*'} Invites are working fine, but when I try to create new room, I get error in Riot, and mxisd logs say:
When I change id: appservice-mxisd
url: http://matrix-mxisd:8090
as_token: "<AS_TOKEN_REDUCTED>"
hs_token: "<HS_TOKEN_REDUCTED>"
sender_localpart: mxisd
namespaces:
aliases: []
rooms: []
users:
- {exclusive: true, regex: '@_mxisd_invite-expired:myserv.com'} then room creation works OK, but I get no more e-mails about invitations in rooms. |
@NullIsNot0 Could you open a new issue for this, to be sure we track the individual problems |
OK, just created #173 . |
Managed to set up new Mxisd AppSvc in version 1.4.2 (#171) to notify (by e-mail) corporate users about invitations to conversations. At first e-mail notifications worked well, but after about 2 hours they stopped working. I started to investigate and found out that there is a task with ID 39694 which fails to process. Found out first apperance of failing event in logs:
And from now on these lines frequently appear in mxisd log:
Is there a chance that I configured Mxisd's AppSvc incorrectly?
mxisd.yaml
:Sorry for lengthy post, but I tried to explain and provide logs as detailed as I could.
For now I'm back on
kamax/mxisd:1.3.1-1-gc636500
Docker image where e-mail notifications work well, but I would like to sort out this problem, so my mxisd's version can be kept up to date.The text was updated successfully, but these errors were encountered: