You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the example render command given in the readme that passes in Var1 on the command line, but all attempts to run the render command with a JSON file as input result in the following error message:
Unexpected character encountered while parsing number: \. Path '', line 1, position 1.
I have tried an empty JSON file, a JSON file with only an empty object ({ }), and a JSON file with valid JSON in it. All attempts result in the same error message.
The text was updated successfully, but these errors were encountered:
I can run the example
render
command given in the readme that passes in Var1 on the command line, but all attempts to run therender
command with a JSON file as input result in the following error message:I have tried an empty JSON file, a JSON file with only an empty object (
{ }
), and a JSON file with valid JSON in it. All attempts result in the same error message.The text was updated successfully, but these errors were encountered: