Closed akuehner closed 5 years ago
Thanks for the report @akuehner. I'll try to repro on my end.
Hey @devblackops - find anything and/or anything else I can do to assist in this?
@akuehner Do you have some logs you can share?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
Fresh install of PoshBot, brand new config using guides in the repo. After running
$bot.Start()
bot should start and keep running while commands are sent from Slack.Current Behavior
Bot stops whenever any text is sent to Slack channel - doesn't even attempt to run the command. I then tried this fix:
Bot no longer crashes on any text being sent in Slack, but the bot will stop after any 1 successful command is sent. For example; I can say "hi" in Slack, and the Bot sees it and continues on, but if I send "!help" it'll process that command, output the results, then stop. Before running the above "fix" it didn't even get that for. It stopped for everything without processing any results.
Steps to Reproduce (for bugs)
Your Environment
I have tried this on multiple systems now though