Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError #28

Open
tomfun opened this issue Jan 23, 2016 · 0 comments
Open

SyntaxError #28

tomfun opened this issue Jan 23, 2016 · 0 comments

Comments

@tomfun
Copy link

tomfun commented Jan 23, 2016

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant