hubot-twitter
hubot-twitter copied to clipboard
SyntaxError
[SyntaxError: Unexpected token E]
When twitter send string with content 'Exceeded connection limit for user' or other twitter response, that error are shown. in src/twitter.coffee:120 I change code to this
try
callback JSON.parse(json), null
catch err
console.log err, "While parse json: ", json
In that case I understand why I got those messages