-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
[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
nikukyugamer
Metadata
Metadata
Assignees
Labels
No labels