ReinventCommunity icon indicating copy to clipboard operation
ReinventCommunity copied to clipboard

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Open yipy0005 opened this issue 2 years ago • 1 comments

I tried running of the notebooks (REINVENT_Use-Case-DRD2_demo). When I was trying to execute python input.py DRD2_config.json, it gave the error: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

What could have gone wrong? The generated json file is okay when I tried to read its contents with:

with open(file_path, 'r') as j: contents = json.loads(j.read()) print(contents)

yipy0005 avatar Nov 16 '21 15:11 yipy0005

To me it still appears like an issue with the JSON. Would you be able to share it here?

patronov avatar Nov 17 '21 12:11 patronov