Closed 23nd closed 7 years ago
This unhandled case during failure to reconnect caused the bot to shutdown unexpectedly.
Raspbian mail reported that the cause was using error.message when error is undefined in the onError event handler in line 1031 of bot.js
error.message
error
bot.js
Would also be nice to have timestamps with these logs
Should probably use momentJS for timestamps, but current implementation works. Closing this issue.
This unhandled case during failure to reconnect caused the bot to shutdown unexpectedly.
Raspbian mail reported that the cause was using
error.message
whenerror
is undefined in the onError event handler in line 1031 ofbot.js