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?