I connected to my QR deployment on AWS from a local python instance. Following the example on the usage guide and doing ping() works just fine. I am also able to download the master file for specific universes. However, when I try to query price data I get the error.
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/history.us-futures-1d.16000.1560210008.2844748.csv'
My code is just px = get_historical_prices('us-futures-1d', fields = ['Close'])
and it doesn't work for any of my historical price DBs.