YunoHost-Apps / conduit_ynh

Conduit packaged for YunoHost
https://conduit.rs/
Apache License 2.0
3 stars 5 forks source link

Failed to make_join via any server #15

Closed Thatoo closed 1 week ago

Thatoo commented 7 months ago

Describe the bug

the invited friend still get an error after accepting the invitation : MatrixError: [502] Failed to make_join via any server

Context

Steps to reproduce

Be able to inivte user from other server and be invited from user from other servers.

Thatoo commented 7 months ago

I then tried to reboot my yunohost server. Now conduit can't remain started, it automatically restart with the following logs :

12345678910111213Dec 14 10:46:36 systemd[1]: Started Conduit: Matrix server.
Dec 14 10:46:39 conduit[77224]: 2023-12-14T10:46:39.232458Z  WARN conduit: Not found: /_matrix/client/v3/thirdparty/user/im.vector.protocol.sip_virtual?native_mxid=%40USERNAMEOFMYFRIEND%3DOMAINNAMEOFMYFRIEND.com
Dec 14 10:46:39 conduit[77224]: 2023-12-14T10:46:39.673044Z  WARN conduit::api::server_server: https://matrix.DOMAINNAMEOFMYFRIEND.COM/_matrix/federation/v1/backfill/!t0GzHE4xP4KdgfVLJ1:conduit.MYDOMAINNAME.com?v=%24c7CRB-WShN2rE8_cW79yNY9XF_Zk7EXb3DC4wRpZE18&limit=100 403 Forbidden: {"errcode":"M_FORBIDDEN","error":"Host not in room."}
Dec 14 10:46:39 conduit[77224]: 2023-12-14T10:46:39.673236Z  WARN conduit::service::rooms::timeline: DOMAINNAMEOFMYFRIEND.com could not provide backfill: DOMAINNAMEOFMYFRIEND.com
Dec 14 10:46:40 systemd[1]: conduit.service: Main process exited, code=killed, status=11/SEGV
Dec 14 10:46:40 systemd[1]: conduit.service: Failed with result 'signal'.
Dec 14 10:46:40 systemd[1]: conduit.service: Scheduled restart job, restart counter is at 10.
Dec 14 10:46:40 systemd[1]: Stopped Conduit: Matrix server.
Dec 14 10:46:40 systemd[1]: Started Conduit: Matrix server.
Dec 14 10:46:44 systemd[1]: conduit.service: Main process exited, code=killed, status=11/SEGV
Dec 14 10:46:44 systemd[1]: conduit.service: Failed with result 'signal'.
Dec 14 10:46:44 systemd[1]: conduit.service: Scheduled restart job, restart counter is at 11.
Dec 14 10:46:44 systemd[1]: Stopped Conduit: Matrix server.

Any idea what I should do?

Thatoo commented 7 months ago

I guess the problem comes from install time. The first time I install it, when it asked Who should have access to this app ? (This can be modified later) I selected All yunohost users

The second time I install, I let it on the default choice which is Visitors and then It worked this time.