wetfish / fishy-bot

One fishy IRC bot
GNU General Public License v2.0
4 stars 13 forks source link

GitHub module crash #50

Open itsrachelfish opened 6 years ago

itsrachelfish commented 6 years ago
_!_ Post request recieved
/home/fishy/fishy-bot/modules/github.js:136
        hash = hash.split('=');

TypeError: Cannot read property 'split' of undefined
    at Object.verify (/home/fishy/fishy-bot/modules/github.js:136:20)

Not sure what happened, but fishy crashed as a result of some github activity.

itsrachelfish commented 6 years ago

I added a try / catch to the github module which should hopefully prevent this in the future. We'll see.