Topic: Expected property name or '}' in JSON at position
Hello Popov, Thanks for the update. I have a script that I created to fit my needs, and it was working perfectly until this update. Can you please check what the error is?
Script:
set symbol=%1
set period=%2
IF "%symbol%" == "" EXIT
IF "%period%" == "" EXIT
TITLE OOS Workflow %symbol% %period%
REM Fetch forex data
node .\bin\fetch.js ^
--fx-rates true ^
--symbol %symbol% ^
--period %period% ^
--max-data-bars 200000 ^
--time-zone 0
...
Error:
""""Expected property name or '}' in JSON at position 1 (line 1 column 2)"""""