QuantRocket Free Historical 1 Minute Data

I am trying to download QuantRocket's free historical 1 minute data for all securities and am running into this problem:

First, I create the bundle with the code below in the Terminal. This works perfectly fine.

$ quantrocket zipline create-usstock-bundle 'free-usstock-1min' --free

Next, I look to ingest the data. I also do this in the Terminal,

$ quantrocket zipline ingest 'usstock-1min'

This returns the following error:
msg: bundle usstock-1min does not exist
status: error

Please tell me what to do to download the historical 1 minute data.

You named the bundle 'free-usstock-1min' but then referenced 'usstock-1min' in the ingest command. Those names should match.

understood. below is a snippet of the output in the log. Is this correct?
quantrocket_houston_1|172.18.0.6 - - [13/Jul/2020:22:17:50 +0000] "GET /account/balances.csv?latest=True&fields=Account&fields=Broker&fields=Paper HTTP/1.1" 400 77 "-" "-"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 2305/4608] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:17:50 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:17:54 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.6 - - [13/Jul/2020:22:17:54 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:18:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 8|app: 0|req: 2305/4610] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:18:07 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.3 - - [13/Jul/2020:22:18:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 2306/4611] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:18:54 2020] GET /ibg1/gateway => generated 180 bytes in 4014 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:18:59 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.6 - - [13/Jul/2020:22:18:59 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_houston_1|172.18.0.21 - - [13/Jul/2020:22:19:07 +0000] "POST /ibgrouter/registration/ibg1 HTTP/1.1" 200 5 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 8|app: 0|req: 2306/4612] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:19:07 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:19:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.3 - - [13/Jul/2020:22:19:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_account_1|can't yet collect ECB exchange rates because no base currencies found in quantrocket.v2.account.balance.sqlite
quantrocket_ibg1_1|[pid: 8|app: 0|req: 2307/4613] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:19:59 2020] GET /ibg1/gateway => generated 180 bytes in 4013 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:20:03 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.6 - - [13/Jul/2020:22:20:03 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_license-service_1|fetching license profile for YXV0a........3ZjI4
quantrocket_houston_1|172.18.0.22 - - [13/Jul/2020:22:20:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 2308/4615] 172.18.0.22 () {38 vars in 461 bytes} [Mon Jul 13 22:20:07 2020] GET /ibg1/gateway => generated 180 bytes in 4016 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.3 - - [13/Jul/2020:22:20:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_account_1|can't yet collect ECB exchange rates because no base currencies found in quantrocket.v2.account.balance.sqlite

Additionally, after this data is ingest, what must I do next? My end goal with this data is to run a Moonshot backtest on all 8000 securities you provide.

Hello @Brian

The code has been running for 21 hours and I am getting the following output. Please tell me what I am doing wrong and how to resolve this.

    quantrocket_blotter_1|recycling spooler after 90 tasks
    quantrocket_blotter_1|OOOPS the spooler is no more...trying respawn...
    quantrocket_blotter_1|spawned the uWSGI spooler on dir /var/tmp/uwsgi/spool with pid 1642
    quantrocket_houston_1|172.18.0.6 - - [14/Jul/2020:21:03:21 +0000] "GET /account/balances.csv?latest=True&fields=Account&fields=Broker&fields=Paper HTTP/1.1" 400 77 "-" "-"
    quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:03:25 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
       quantrocket_ibg1_1|[pid: 7|app: 0|req: 4018/8033] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:03:21 2020] GET /ibg1/gateway => generated 180 bytes in 4010 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)
    quantrocket_houston_1|172.18.0.6 - - [14/Jul/2020:21:03:25 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
    quantrocket_houston_1|172.18.0.21 - - [14/Jul/2020:21:04:07 +0000] "POST /ibgrouter/registration/ibg1 HTTP/1.1" 200 5 "-" "python-requests/2.22.0"
    quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:04:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
       quantrocket_ibg1_1|[pid: 8|app: 0|req: 4016/8035] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:04:07 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
    quantrocket_houston_1|172.18.0.3 - - [14/Jul/2020:21:04:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
    quantrocket_account_1|can't yet collect ECB exchange rates because no base currencies found in quantrocket.v2.account.balance.sqlite
    quantrocket_account_1|recycling mule after 30 tasks
    quantrocket_account_1|OOOPS mule 1 (pid: 1172) crippled...trying respawn...
    quantrocket_account_1|spawned uWSGI mule 1 (pid: 1179)
    quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:04:29 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
    quantrocket_houston_1|172.18.0.6 - - [14/Jul/2020:21:04:29 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
       quantrocket_ibg1_1|[pid: 7|app: 0|req: 4020/8036] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:04:25 2020] GET /ibg1/gateway => generated 180 bytes in 4010 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)

quantrocket_license-service_1|fetching license profile for YXV0a........3ZjI4
quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:05:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 4021/8037] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:05:07 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.3 - - [14/Jul/2020:21:05:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:05:34 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 8|app: 0|req: 4017/8038] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:05:30 2020] GET /ibg1/gateway => generated 180 bytes in 4013 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)
quantrocket_houston_1|172.18.0.6 - - [14/Jul/2020:21:05:34 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_account_1|can't yet collect ECB exchange rates because no base currencies found in quantrocket.v2.account.balance.sqlite
quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:06:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 4022/8040] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:06:07 2020] GET /ibg1/gateway => generated 180 bytes in 4014 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 0)
quantrocket_houston_1|172.18.0.3 - - [14/Jul/2020:21:06:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_ibg1_1|[pid: 7|app: 0|req: 4023/8041] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:06:34 2020] GET /ibg1/gateway => generated 180 bytes in 4015 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:06:38 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.6 - - [14/Jul/2020:21:06:38 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_houston_1|172.18.0.21 - - [14/Jul/2020:21:07:07 +0000] "POST /ibgrouter/registration/ibg1 HTTP/1.1" 200 5 "-" "python-requests/2.22.0"
quantrocket_houston_1|172.18.0.22 - - [14/Jul/2020:21:07:11 +0000] "GET /ibg1/gateway HTTP/1.1" 500 180 "-" "python-requests/2.22.0"
quantrocket_ibg1_1|[pid: 8|app: 0|req: 4019/8042] 172.18.0.22 () {38 vars in 461 bytes} [Tue Jul 14 21:07:07 2020] GET /ibg1/gateway => generated 180 bytes in 4011 msecs (HTTP/1.1 500) 2 headers in 91 bytes (1 switches on core 1)
quantrocket_houston_1|172.18.0.3 - - [14/Jul/2020:21:07:11 +0000] "GET /ibgrouter/gateways?status=running HTTP/1.1" 200 3 "-" "-"
quantrocket_account_1|can't yet collect ECB exchange rates because no base currencies found in quantrocket.v2.account.balance.sqlite

@Brian I notice you've taken a look and replied to quite a few support questions. Please take a look at my above issue and let me know what I should do next.

I don't see a specific question here. You seem to be struggling with the very basics and this forum is not intended as a solution for that. Most QuantRocket users have strong technical backgrounds and use this forum to report bugs or ask for occasional pointers that go beyond the documentation (and they are paying customers). If you are interested in paid support, reach out privately and I can help in whatever way you like, but your needs go beyond what I can offer on this forum.

You also seem to be confused about the product offering. The full 1-minute dataset is only available to paying customers.