How do I fix an invalid JSON error?

+2 votes

I am trying to run python -m Mce.abe --config chain1.conf --commit-bytes 100000 --no-serve to run the explorer.

But Im getting an error regarding an invalid /escape character. I bypassed that issue by replacing the " with a '.

But now Im getting an invalid JSON error. IS this related or am I running into a new issue.

 

Im running on Windows and Im also restricted to windows. 

asked Apr 11, 2018 by Silox

1 Answer

0 votes
I'm afraid we haven't tested the MultiChain Explorer running on Windows. You might want to consider using a virtual machine such as VirtualBox to run Linux on top of Windows.
answered Apr 11, 2018 by MultiChain
Found the answer, I manage to bypass the issue by double quoting the path.
E.g. "C:\\Users\\exampleUser\\randomFolder\\randomFile"
Great - thanks for the update.
...