-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hello,
I'm trying to start explorer for coin BIT (https://github.com/bitcf/bitcf/releases), but get such error:
explorer@1.6.1 start /srv/explorer
node --stack-size=10000 ./bin/clusterStarting cluster with pid: 1948
GET / 304 390ms
GET /stylesheets/style.css 304 2ms
GET /themes/Spacelab/bootstrap.min.css 304 5ms
GET /vendor/jqplot/jquery.jqplot.css 304 4ms
GET /vendor/jqplot/jquery.jqplot.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.dateAxisRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.ohlcRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.highlighter.min.js 304 0ms
GET /vendor/jqplot/plugins/jqplot.pieRenderer.min.js 304 1ms
GET /vendor/jqplot/plugins/jqplot.barRenderer.min.js 304 0ms
GET /vendor/jqplot/plugins/jqplot.categoryAxisRenderer.min.js 304 1ms
GET /javascripts/chart.js 304 0ms
GET /images/logo.png 304 1ms
GET /ext/getlasttxs/0.00000001?_=1512585207986 200 4ms - 11b
{ [Error: Parse error] code: -32700 }
GET /api/getdifficulty 200 291ms - 39b
{ [Error: Parse error] code: -32700 }
GET /api/getnetworkhashps 200 280ms - 39b
{ [Error: Parse error] code: -32700 }
GET /api/getconnectioncount 200 261ms - 39b
{ [Error: Parse error] code: -32700 }
GET /api/getblockcount 200 279ms - 39b
GET /ext/summary 304 1129ms
What does this code mean 32700? Where I can find list of error codes?