You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Trying to use this project with just the basic hello responder, I ran into this error twice.
/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/Slackbot_worker.js:359
msg.channel = src.channel;
^
TypeError: Cannot set property 'channel' of undefined
at Object.bot.reply (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/Slackbot_worker.js:359:19)
at Object.<anonymous> (/Users/nblack/Dropbox/acronym-bot/bot.js:25:9)
at Object.<anonymous> (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/CoreBot.js:655:20)
at Object.Botkit.botkit.trigger (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/CoreBot.js:684:41)
at Object.<anonymous> (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/SlackBot.js:499:26)
at Object.Botkit.botkit.trigger (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/CoreBot.js:684:41)
at /Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/CoreBot.js:755:16
at Object.bot.findConversation (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/Slackbot_worker.js:391:5)
at Object.Botkit.botkit.receiveMessage (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/CoreBot.js:751:9)
at WebSocket.<anonymous> (/Users/nblack/Dropbox/acronym-bot/node_modules/botkit/lib/Slackbot_worker.js:101:19)
The severe lack of tests for this botkit worries me. $1.5M should get you a lot more than 5 tests.
The text was updated successfully, but these errors were encountered:
Trying to use this project with just the basic
hello
responder, I ran into this error twice.The severe lack of tests for this
botkit
worries me. $1.5M should get you a lot more than 5 tests.The text was updated successfully, but these errors were encountered: