errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

Can't get flows to run #1391

Open JanPatrickReibner opened 4 years ago

JanPatrickReibner commented 4 years ago

In order to let us help you better, please fill out the following fields as best you can:

I am...

I am running...

Issue description

I am trying to develop a errbot plugin for which I want to use flows. I have a simple flow programmed (files here), which is near the example of the documentation. Individually the !first, !second and !third commands are running, but the flow won't start. !flows start example returns "Computer says nooo. See logs for details: Flow example doesn't exist"

Steps to reproduce

Create an errbot in a virtual enviroment, save the attached files under /plugins/err-example, start the bot and try the command "!flows start example"

Additional info

The errbot is connected to a zulip instance and runs with the zulip-connector. My email-adress is in the BOT_ADMINS list.

fernand0 commented 4 years ago

Related: https://github.com/errbotio/err-guess-a-number/issues/1