-
Notifications
You must be signed in to change notification settings - Fork 10
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
Traceback: ValueError: Invalid Homeserver #18
Comments
I've encountered this issue as well, I had to bump the service startup timeout in the ansible playbooks up to 60 seconds to get it working. |
I have a similar issue with heisenbridge, fixed by using a timeout of 30 seconds; also heisenbridge's devel said it's an easy fix, but I'm not sure is the same exact issue. |
So IIUC the problem is that when using matrix-docker-ansible-deploy and use |
yep! |
So I guess what happens is:
|
Kind of an old issue, but I'd like to add: your guess @moan0s seems to be right. I'm also using the bot with matrix-docker-ansible-deploy. At first, it threw a few times the same error as happened to @roughnecks, but after a while (probably depending on the speed of the server) - meaning several restarts / retries - it's up, running and functioning. |
For matrix-docker-ansible-deploy, the problem is likely that the installation instructions for the service were a bit inaccurate, telling people to run the However, this is not enough. Without the I've updated the installation instructions here. Running I believe with this, the bot's account will be prepared before the playbook tries to start the service.. and it would be able to then start successfully. |
It works after the error, so this is happening only when restarting the Ansible playbook.
The text was updated successfully, but these errors were encountered: