When I run this command in the crontab or in the notebook:
quantrocket master isopen 'IDEALPRO'
I get the following the error:
Traceback (most recent call last):
File "/opt/conda/bin/quantrocket", line 8, in <module>
sys.exit(main())
File "/opt/conda/lib/python3.9/site-packages/quantrocket/_cli/commands.py", line 97, in main
result, exit_code = func(**args)
File "/opt/conda/lib/python3.9/site-packages/quantrocket/master.py", line 1596, in _cli_isopen
statuses = list_calendar_statuses(exchanges, sec_type=sec_type, in_=in_, ago=ago, outside_rth=outside_rth)
File "/opt/conda/lib/python3.9/site-packages/quantrocket/master.py", line 1527, in list_calendar_statuses
houston.raise_for_status_with_json(response)
File "/opt/conda/lib/python3.9/site-packages/quantrocket/houston.py", line 225, in raise_for_status_with_json
raise e
File "/opt/conda/lib/python3.9/site-packages/quantrocket/houston.py", line 217, in raise_for_status_with_json
response.raise_for_status()
File "/opt/conda/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: ('400 Client Error: BAD REQUEST for url: http://houston/master/calendar?exchanges=IDEALPRO', {'status': 'error', 'msg': 'no trading hours available for IDEALPRO before requested datetime'})
Please help!