-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Docker st2chatops will not start rocketchat adapter #167
Comments
It looks like this is not a Docker specific problem; I installed Stackstorm on a clean ubuntu 20.04.2 LTS vm using the quick install script. using the same configuration in
A tail on
|
Thanks for the report @MrDiba. Try to verify installing previous stackstorm version and see if error persist. You can try installing an older st2 v3.4.1 from scratch on a clean VM:
Let us know if the error persist in the previous st2chatops version or it's really a new regression. |
Hi @armab, thank you for your response. I have checked the nodejs version on the After installing a clean Ubuntu 18.04LTS and installing st2 v3.4.1 the rocketchat adapter will start and load. But I'm running into an issue that it can not connect to my rocket chat instance and time-outs. I do not think this is an problem related to the above issue and will try to get it working.
I also tried to use the v3.4.1 docker release but it looks like that one has no st2chatops included with it? |
Can confirm that the time-out problem is not related to to the original issue. The reason it could not connect is because it tried to connect without SSL when the rocketchat server requires a SSL connection. |
Thanks @MrDiba for the contribution, I've merged your Pull Request. So looks like st2chatops v3.4.1 works properly with RocketChat,
|
That is correct @armab |
Thanks for confirming! In a meantime, you can use the Just pin the |
I'm trying to use StackStorm latest version (3.6) with rocketchat and chatops 3.4.1. It connects, responds to commands but chatops.post_message, although it says it's successful, doesn't post anything back to rocketchat. Is there a different version of stackstorm I should use? I tried with both docker and VM install with same results. |
When I try to use the st2chatops docker container configured for using Rocket Chat the container will give an error that it can't find
ddp.js
and exits.st2chatops log:
.env
configuration:docker-compose.yml
from https://github.com/stackstorm/st2-dockerHow can I solve this issue?
The text was updated successfully, but these errors were encountered: