We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JSON value provided for the default parameter is invalid.
gas-benchmarks/setup_node.py
Lines 44 to 45 in 744c638
This causes the script to break when decoding the JSON.
Using provided image: default for geth image Bulk: {"nethermind": "default", "besu": "default", "geth": "default", "reth": "default"}, "erigon": "default"} Traceback (most recent call last): File "gas-benchmarks/setup_node.py", line 86, in <module> main() File "gas-benchmarks/setup_node.py", line 67, in main images_json = json.loads(images_bulk) ^^^^^^^^^^^^^^^^^^^^^^^ File <path>3.11.4/lib/python3.11/json/__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
🐞 fix: NethermindEth#12
3c27483
Successfully merging a pull request may close this issue.
The JSON value provided for the default parameter is invalid.
gas-benchmarks/setup_node.py
Lines 44 to 45 in 744c638
This causes the script to break when decoding the JSON.
The text was updated successfully, but these errors were encountered: