Error while running Multichain Explorer : {"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

+1 vote

Hi,

 

We are working on Multichain Explorer. we reached to the point where we load existing blockchain data into the explorer, shown below.

C:\Users\------\Documents\multichain-explorer-master>python -m Mce.abe --config chain1.conf
block_tx 93 94
commit
block_tx 94 95
commit
Abe initialized.
Listening on http://localhost:6732
Launched background thread to catch up tx every 60.0 seconds

 

Now, when we visit http://localhost:6732 using IE or Chrome, we get error as below:

{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

 

Why is this happening? Are we missing anything? Could you please help us resolving this issue?

asked Nov 5, 2018 by AmitKhurana

2 Answers

0 votes
The MultiChain Explorer is currently only compatible with MultiChain 1.0.x – what version of MultiChain are you using it with?
answered Nov 8, 2018 by MultiChain
We are using 1.0.6 version, shown below....

#
# MultiChain version 1.0.6 release
#
# Copyright (c) Coin Sciences Ltd - www.multichain.com
#
0 votes
Apologies that we didn't notice before. It looks like you are running the Explorer on Windows, but it is compatible with Linux versions only. Sorry about that.
answered Nov 12, 2018 by MultiChain
...