For a few days I get errors like this on 2.6, docker on mac, 64GB:
2021-12-14 07:08:44 quantrocket.blotter: ERROR Traceback (most recent call last):
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "sym://qrocket_log_py", line 34, in wrapped
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "sym://qrocket_spooler_py", line 75, in spooler_start_order_monitor
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "sym://qrocket_blotter_ibkr_sid_py", line 66, in refresh_cache
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "/opt/conda/lib/python3.8/site-packages/quantrocket/master.py", line 545, in download_master_file
2021-12-14 07:08:44 quantrocket.blotter: ERROR houston.raise_for_status_with_json(response)
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "/opt/conda/lib/python3.8/site-packages/quantrocket/houston.py", line 206, in raise_for_status_with_json
2021-12-14 07:08:44 quantrocket.blotter: ERROR raise e
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "/opt/conda/lib/python3.8/site-packages/quantrocket/houston.py", line 198, in raise_for_status_with_json
2021-12-14 07:08:44 quantrocket.blotter: ERROR response.raise_for_status()
2021-12-14 07:08:44 quantrocket.blotter: ERROR File "/opt/conda/lib/python3.8/site-packages/requests/models.py", line 943, in raise_for_status
2021-12-14 07:08:44 quantrocket.blotter: ERROR raise HTTPError(http_error_msg, response=self)
2021-12-14 07:08:44 quantrocket.blotter: ERROR requests.exceptions.HTTPError: ('403 Client Error: FORBIDDEN for url: http://houston/master/securities.csv?vendors=ibkr&fields=ibkr_ConId', {'status': 'error', 'error': 'A license key is required (view li
If I force a refresh of the licence it works for a bit and then it starts again to spit these errors. My backtests are sometimes running for 24hrs+ and they start to crash now because of this error. Did something change? Is there an issue with the licence server? How can I improve this unworkable situation?
cheers, P