-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unable to get it working #168
Comments
I guess we need to increase verbosity. But that is not trivial enough, I'll open a PR to deal with this. |
when i run it with docker compose it hangs at "attaching to matrix-whook" and then nothing. (so i assume its working) I thought this bot would respond to invites, join the room, and then i could have outside services send messages to that room through the webhook, but maybe i am mistaken? |
You can impersonate the bot in a real matrix client, and check if the bot can join those room manually |
now #169 is merged, if you pull the new docker image, you can add |
thanks, let me try that :) In element, i can join the invited rooms normally. |
that results in:
|
Better. Those |
i did that for all the variables, now i'm back to "it hangs at attaching to matrix-whook" |
should i download the whole directory and build it using the Dockerfile? or is the image working itself? |
Hello,
I have created a docker-compose.yml file like so:
This seems to spin up normally, but after that nothing happens. I can see its running when i do docker ps. But i cant invite the bot to any rooms, and when i try to use the curl command as per documentation, it just hangs.. nothing happens?
I am unsure what i am doing wrong here? matrix-lan is the network the matrix server is also on, MATRIX_URL is the fqdn of the server which works normally. the account for the bot is created as well.
The text was updated successfully, but these errors were encountered: