Describe the bug
The automation .github scripts used to automatically generate the Daily/Hourly/Minutely15 Options objects fail.
To Reproduce
Steps to reproduce the behaviour:
- Open a console in the root folder
- Try running
models="" endpoint=Forecast .github/scripts/options.sh
- See error
Expected behaviour
Expected console output of all Options objects, ready to get parse in all endpoints.
Library
Additional context
Didn't update the path after code refactoring to migrate to IntelliJ IDEA with commit 972961e5 + overall failure to parse the HTML data.
Describe the bug
The automation
.githubscripts used to automatically generate the Daily/Hourly/Minutely15 Options objects fail.To Reproduce
Steps to reproduce the behaviour:
models="" endpoint=Forecast .github/scripts/options.shExpected behaviour
Expected console output of all
Optionsobjects, ready to get parse in all endpoints.Library
Additional context
Didn't update the path after code refactoring to migrate to IntelliJ IDEA with commit 972961e5 + overall failure to parse the HTML data.