node-coinmarketcap icon indicating copy to clipboard operation
node-coinmarketcap copied to clipboard

Syntax Errors

Open rdmay20 opened this issue 8 years ago • 1 comments

Randomly get different Syntax errors, here are 4 for example:

`undefined:17439``

    "percent_chang
     ^

 SyntaxError: Unexpected token p in JSON at position `552520'

 undefined:994
    "price_btc": "0.00012152


 SyntaxError: Unexpected end of JSON input

 undefined:16426
    "name": "Cr


 SyntaxError: Unexpected end of JSON input

 undefined:12862
    "market_c
     ^

 SyntaxError: Unexpected token m in JSON at position 408253

rdmay20 avatar Jan 08 '18 13:01 rdmay20

What nodejs version are you using and what method is giving you that error?

Aex12 avatar Jan 22 '18 10:01 Aex12