1 Jun 2019 |
Maximus | Glad it's working! | 18:36:39 |
Maximus | Let me know if you run into any more issue, and thank you for testing the new features | 18:36:52 |
Maximus | nimogit: if there are things you feel are lacking for your use case for the register/invite limitation features, let me know. We try to improve support for servers with limited registration/invites | 18:37:40 |
nimogit | thank you for your help and impressive work, congrats | 18:40:08 |
Maximus | \o/ thanks! | 18:40:17 |
2 Jun 2019 |
| juanluastro joined the room. | 09:27:13 |
| @kird:matrix.org left the room. | 13:12:13 |
@aaron:raim.ist | Maximus: is an error message like "An internal server error occured. If this error persists, please contact support with reference #1559491381456" something that might come from mxisd? | 16:07:20 |
Maximus | yep, and you need to check the surrounding logs to know what is going on. Also, that would be from an older mxisd version I think due to the wording | 16:08:25 |
@aaron:raim.ist | cc perflyst ^ | 16:08:41 |
perflyst | ok | 16:09:00 |
Maximus | what would be the issue? | 16:10:50 |
perflyst | old version, let me upgrade | 16:11:17 |
Maximus | ok :) | 16:11:24 |
perflyst | i am now on 1.4.4
but the log is empty | 16:16:26 |
perflyst | no error in it | 16:16:30 |
perflyst | it just displays what i see in the front end | 16:16:51 |
perflyst | Jun 2 16:16:01 mxisd mxisd[26733]: [XNIO-1 task-3] INFO io.kamax.mxisd.directory.DirectoryManager - Performing search for 'user:'
Jun 2 16:16:01 mxisd mxisd[26733]: [XNIO-1 task-3] INFO io.kamax.mxisd.directory.DirectoryManager - Original request URL: http://172.16.1.78:8090/_matrix/client/r0/user_directory/search
Jun 2 16:16:01 mxisd mxisd[26733]: [XNIO-1 task-3] ERROR io.kamax.mxisd.http.undertow.handler.SaneHandler - Transaction #1559492161429 - No DNS client override for 172.16.1.78
Jun 2 16:16:01 mxisd mxisd[26733]: [XNIO-1 task-3] INFO io.kamax.mxisd.http.undertow.handler.BasicHttpHandler - Request POST http://172.16.1.78:8090/_matrix/client/r0/user_directory/search - Error M_UNKNOWN: An internal server error occurred. Contact your administrator with reference Transaction #1559492161429
| 16:17:01 |
Atreatis | Try: journalctl -u mxisd -f | 16:17:01 |
Atreatis | What's your nginx config? | 16:17:42 |
Maximus | Jun 2 16:16:01 mxisd mxisd[26733]: [XNIO-1 task-3] ERROR io.kamax.mxisd.http.undertow.handler.SaneHandler - Transaction #1559492161429 - No DNS client override for 172.16.1.78
| 16:18:04 |
perflyst | location /_matrix/client/r0/user_directory {
proxy_pass http://172.16.1.78:8090/_matrix/client/r0/user_directory;
proxy_read_timeout 60s;
}
location /_matrix/identity {
proxy_pass http://172.16.1.78:8090/_matrix/identity;
proxy_read_timeout 60s;
}
| 16:18:16 |
Maximus | you just need to read the logs :) it's all there | 16:18:16 |
Atreatis | Ah DNS hate my phone :( | 16:18:31 |
perflyst | but what does it mean?
DNS for an IP address? eh | 16:18:52 |
Maximus | It means you didn't read the docs :p | 16:19:07 |
Atreatis | Just make an A and a AAA record | 16:19:18 |
Maximus | no | 16:19:25 |
Maximus | Atreatis: that's not that | 16:19:32 |
Maximus | https://github.com/kamax-matrix/mxisd/blob/master/docs/features/directory.md | 16:19:33 |