Skip to content

SyntaxError #28

@tomfun

Description

@tomfun
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions