tmiklas / WWW-CexIo-API

Trading API helper module for Cex.io
0 stars 1 forks source link

, or ] expected while parsing array, at character offset 256256 (before "(end of string)") at WWW_CexIo_API.pm line 436. #3

Closed crazygeekone closed 9 years ago

crazygeekone commented 9 years ago

Hi All is in the title : , or ] expected while parsing array, at character offset 256256 (before "(end of string)") at WWW_CexIo_API.pm line 436. Can you have a look ? Thanks.

crazygeekone commented 9 years ago

Up The error is stil there i cannot correct it i m not very good in perl :( Can you have a look

tmiklas commented 9 years ago

Sorry it took so long - life took over.

The issue is caused by malformed JSON blob sent from CEX - the only thing I can do at this point is to fail in a more graceful way, that is without aborting script execution.

I've already pushed the update - let me know if there are any further issues.