Florian Treml
Florian Treml
Discord will be supported somtimes in the future.
we are still in hope that someone from the community will take care for this topic, as we have no knowledge on discord development in the core team
Please see the Troubleshooting guide in the Botium Wiki: https://github.com/codeforequity-at/botium-core/wiki/Troubleshooting
Did you have a look on the Botium CLI ? https://github.com/codeforequity-at/botium-core/wiki/The-Botium-CLI Maybe this is more suitable for you. You don't need extra Node installation, everything is precompiled (for Windows, Linux,...
Did you try the Botium-CLI ? Should work on Mac as well.
Your setup seems strange - when using Botium in "docker" mode, then ngrok is not required - Botium embeds your bot into a sandbox Docker network. As you are using...
1. update to 1.4.9 2. set environment variable DEBUG=botium* 3. run again 4. post result
I would say that your STARCMD capability ("node server.js") is missing an "npm install" - I think you should change it to "npm install && node server.js"
In the botiumwork-subfolder there should be a logfile with the output from the docker containers (set CLEANUPTEMPDIR capability to false). Please post the content of this file, maybe there are...
Nothing looks wrong, except that the docker container holding the chatbot doesn't come up - in the log you can see that for the first few seconds, the container is...