-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
matrix-registration does not start #1463
Comments
Oracle instance likely means On Unless you've redefined It seems like its Dockerfile fixes some Python / Alpine versions, so what you've built should be similar to what they built and pushed to Docker Hub. Unless |
that's all I have in my vars file in regard to the registration bits... |
i believe this is due to new versions of flask-limiter having deprecated get_ipaddr, although that should result in matrix-registration crashing on all platforms, not just arm64 |
It probably results in it breaking on all platforms if you self-build it. For |
I'm getting the same issue installing it with |
To resolve this issue I created https://github.com/vinogradovnet/matrix-registration In this repo original matrix-registration v0.7.2 with only one change in setup.py
and than you need to change in your matrix-docker-ansible-deploy/roles/matrix-registration/defaults matrix_registration_container_image_self_build_repo: "https://github.com/vinogradovnet/matrix-registration.git" this way I resolve my problem with installation on Oracle cloud |
even with that, still the same:
|
Do you have in yours |
yep. |
...there is no v0.7.2 branch... |
I had the same problem You need to set in the file matrix-docker-ansible-deploy/roles/matrix-registration/defaults/main.yml as the repo @vinogradovnet setup has no version other than the master |
that worked. thanks a million! |
Thank you! Fixed the problem :) |
well it fixed the problem only once it seems, now it is not starting again.
|
After adding |
Fixed in 8ea7cd7. The playbook now applies some of these patches (to pin the version of |
Can't you just submit a PR to upstream? It's not that everyone wants to or needs to use your playbook. |
Because I actually wanted us to keep it up to date, but they broke their Docker image while chasing some hipster |
It seems you're right, I found more issues and tried to contribute to their bug report githup page and only got locked out. Apparently, it should be forked and taken over by somewhone who has interest in developing the project. I'm not that person, will simply use some of the alternatives. |
I'm deploying on an oracle cloud free instance, and the matrix-registration service isn't starting.
journalctl -ex shows python errors:
The text was updated successfully, but these errors were encountered: