hubot-twitter icon indicating copy to clipboard operation
hubot-twitter copied to clipboard

SyntaxError

Open tomfun opened this issue 9 years ago • 0 comments

[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

tomfun avatar Jan 23 '16 22:01 tomfun