Hi everyone, just trying out this project. I tried it a few month ago, and had the initial bot running and answering to messages, but had no time to continue, now I started again.
Set up the config.yaml and tried the dev-Docker way. The container builds just fine, but now I am stuck with a ClientConnectionError and cannot get a grasp at the problem.
The log states:
[WARNING] Cannot connect to host matrix.org:443 ssl:default [Try again][WARNING] Unable to connect to homeserver, retrying in 15s...
and that's just it (the first warning is the ClientConnectionError as e). He tries again forever. Does someone else got this problem, too?
I tried to add curl to the container and can connect to the url just fine - so it does not seem like a connection error. But neither a login error, as this would raise a different error. I even tried updating to >0.18 of matrix-neo like suggested in the issue with a newer synapse version. But no luck at all.
Any ideas on this, what am I missing. Any help or hints would be appreciated :).
Hi everyone, just trying out this project. I tried it a few month ago, and had the initial bot running and answering to messages, but had no time to continue, now I started again. Set up the config.yaml and tried the dev-Docker way. The container builds just fine, but now I am stuck with a ClientConnectionError and cannot get a grasp at the problem. The log states:
[WARNING] Cannot connect to host matrix.org:443 ssl:default [Try again]
[WARNING] Unable to connect to homeserver, retrying in 15s...
and that's just it (the first warning is the ClientConnectionError as e). He tries again forever. Does someone else got this problem, too? I tried to add curl to the container and can connect to the url just fine - so it does not seem like a connection error. But neither a login error, as this would raise a different error. I even tried updating to >0.18 of matrix-neo like suggested in the issue with a newer synapse version. But no luck at all. Any ideas on this, what am I missing. Any help or hints would be appreciated :).