igrigorik / gharchive.org

GH Archive is a project to record the public GitHub timeline, archive it, and make it easily accessible for further analysis.

Home Page:https://www.gharchive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No data after 2021-10-25 23:00:00

lukaszgryglicki opened this issue · comments

  • This works: wget https://data.gharchive.org/2021-10-25-23.json.gz and this wget https://data.gharchive.org/2021-10-25-0.json.gz

Any newer data is missing, for example:

  • wget https://data.gharchive.org/2021-10-26-0.json.gz.

I've created a try.sh script:

#!/bin/bash
> log.log
> log.err
for d in 25 26 27 28
do
  echo "Day $d"
  for h in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  do
    wget "https://data.gharchive.org/2021-10-${d}-${h}.json.gz" 1>>log.log 2>>log.err
    res=$?
    echo "Hour $h: $res"
  done
done

and this is what it says:
8 - data is missing.
0 - data is OK (only 2 hours were OK since 2021-10-25 00:00:00).

Day 25
Hour 0: 0
Hour 1: 8
Hour 2: 8
Hour 3: 8
Hour 4: 8
Hour 5: 8
Hour 6: 8
Hour 7: 8
Hour 8: 8
Hour 9: 8
Hour 10: 8
Hour 11: 8
Hour 12: 8
Hour 13: 8
Hour 14: 8
Hour 15: 8
Hour 16: 8
Hour 17: 8
Hour 18: 8
Hour 19: 8
Hour 20: 8
Hour 21: 8
Hour 22: 8
Hour 23: 0
Day 26
Hour 0: 8
Hour 1: 8
Hour 2: 8
Hour 3: 8
Hour 4: 8
Hour 5: 8
Hour 6: 8
Hour 7: 8
Hour 8: 8
Hour 9: 8
Hour 10: 8
Hour 11: 8
Hour 12: 8
Hour 13: 8
Hour 14: 8
Hour 15: 8
Hour 16: 8
Hour 17: 8
Hour 18: 8
Hour 19: 8
Hour 20: 8
Hour 21: 8
Hour 22: 8
Hour 23: 8
Day 27
Hour 0: 8
Hour 1: 8
Hour 2: 8
Hour 3: 8
Hour 4: 8
Hour 5: 8
Hour 6: 8
Hour 7: 8
Hour 8: 8
Hour 9: 8
Hour 10: 8
Hour 11: 8
Hour 12: 8
Hour 13: 8
Hour 14: 8
Hour 15: 8
Hour 16: 8
Hour 17: 8
Hour 18: 8
Hour 19: 8
Hour 20: 8
Hour 21: 8
Hour 22: 8
Hour 23: 8
Day 28
Hour 0: 8
Hour 1: 8
Hour 2: 8
Hour 3: 8
Hour 4: 8
Hour 5: 8
Hour 6: 8
Hour 7: 8
Hour 8: 8
Hour 9: 8
Hour 10: 8
Hour 11: 8
Hour 12: 8
Hour 13: 8
Hour 14: 8
Hour 15: 8
Hour 16: 8
Hour 17: 8
Hour 18: 8
Hour 19: 8
Hour 20: 8
Hour 21: 8
Hour 22: 8
Hour 23: 8

Detailed logs:

root@darkstar:~/dev/cncf/devstatscode# cat log.err 
--2021-10-28 06:18:57--  https://data.gharchive.org/2021-10-25-0.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26655392 (25M) [application/gzip]
Saving to: ‘2021-10-25-0.json.gz’

     0K .......... .......... .......... .......... ..........  0% 6.27M 4s
    50K .......... .......... .......... .......... ..........  0% 6.74M 4s
   100K .......... .......... .......... .......... ..........  0% 16.3M 3s
(...)
 25900K .......... .......... .......... .......... .......... 99%  314M 0s
 25950K .......... .......... .......... .......... .......... 99%  380M 0s
 26000K .......... .......... ..........                      100%  370M=0.1s

2021-10-28 06:18:57 (181 MB/s) - ‘2021-10-25-0.json.gz’ saved [26655392/26655392]

--2021-10-28 06:18:57--  https://data.gharchive.org/2021-10-25-1.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:57 ERROR 404: Not Found.

--2021-10-28 06:18:57--  https://data.gharchive.org/2021-10-25-2.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:58 ERROR 404: Not Found.

--2021-10-28 06:18:58--  https://data.gharchive.org/2021-10-25-3.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:58 ERROR 404: Not Found.

--2021-10-28 06:18:58--  https://data.gharchive.org/2021-10-25-4.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:58 ERROR 404: Not Found.

--2021-10-28 06:18:58--  https://data.gharchive.org/2021-10-25-5.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:58 ERROR 404: Not Found.

--2021-10-28 06:18:58--  https://data.gharchive.org/2021-10-25-6.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:58 ERROR 404: Not Found.

--2021-10-28 06:18:58--  https://data.gharchive.org/2021-10-25-7.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-8.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-9.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-10.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-11.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-12.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:18:59 ERROR 404: Not Found.

--2021-10-28 06:18:59--  https://data.gharchive.org/2021-10-25-13.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:00 ERROR 404: Not Found.

--2021-10-28 06:19:00--  https://data.gharchive.org/2021-10-25-14.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:00 ERROR 404: Not Found.

--2021-10-28 06:19:00--  https://data.gharchive.org/2021-10-25-15.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:00 ERROR 404: Not Found.

--2021-10-28 06:19:00--  https://data.gharchive.org/2021-10-25-16.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:00 ERROR 404: Not Found.

--2021-10-28 06:19:00--  https://data.gharchive.org/2021-10-25-17.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:00 ERROR 404: Not Found.

--2021-10-28 06:19:00--  https://data.gharchive.org/2021-10-25-18.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:01 ERROR 404: Not Found.

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-25-19.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:01 ERROR 404: Not Found.

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-25-20.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:01 ERROR 404: Not Found.

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-25-21.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:01 ERROR 404: Not Found.

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-25-22.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:01 ERROR 404: Not Found.

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-25-23.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1196006 (1.1M) [application/gzip]
Saving to: ‘2021-10-25-23.json.gz’

     0K .......... .......... .......... .......... ..........  4% 6.31M 0s
    50K .......... .......... .......... .......... ..........  8% 6.35M 0s
   100K .......... .......... .......... .......... .......... 12% 15.5M 0s
   150K .......... .......... .......... .......... .......... 17% 10.1M 0s
   200K .......... .......... .......... .......... .......... 21% 20.3M 0s
   250K .......... .......... .......... .......... .......... 25% 25.1M 0s
   300K .......... .......... .......... .......... .......... 29% 20.9M 0s
   350K .......... .......... .......... .......... .......... 34% 44.8M 0s
   400K .......... .......... .......... .......... .......... 38% 35.6M 0s
   450K .......... .......... .......... .......... .......... 42% 37.8M 0s
   500K .......... .......... .......... .......... .......... 47% 51.0M 0s
   550K .......... .......... .......... .......... .......... 51% 67.2M 0s
   600K .......... .......... .......... .......... .......... 55% 40.8M 0s
   650K .......... .......... .......... .......... .......... 59% 46.0M 0s
   700K .......... .......... .......... .......... .......... 64% 46.2M 0s
   750K .......... .......... .......... .......... .......... 68%  123M 0s
   800K .......... .......... .......... .......... .......... 72% 17.6M 0s
   850K .......... .......... .......... .......... .......... 77%  116M 0s
   900K .......... .......... .......... .......... .......... 81%  122M 0s
   950K .......... .......... .......... .......... .......... 85%  104M 0s
  1000K .......... .......... .......... .......... .......... 89%  111M 0s
  1050K .......... .......... .......... .......... .......... 94%  128M 0s
  1100K .......... .......... .......... .......... .......... 98% 85.0M 0s
  1150K .......... .......                                    100%  127M=0.04s

2021-10-28 06:19:01 (25.4 MB/s) - ‘2021-10-25-23.json.gz’ saved [1196006/1196006]

--2021-10-28 06:19:01--  https://data.gharchive.org/2021-10-26-0.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:02 ERROR 404: Not Found.

--2021-10-28 06:19:02--  https://data.gharchive.org/2021-10-26-1.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:02 ERROR 404: Not Found.

--2021-10-28 06:19:02--  https://data.gharchive.org/2021-10-26-2.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:02 ERROR 404: Not Found.

--2021-10-28 06:19:02--  https://data.gharchive.org/2021-10-26-3.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:02 ERROR 404: Not Found.

--2021-10-28 06:19:02--  https://data.gharchive.org/2021-10-26-4.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:02 ERROR 404: Not Found.

--2021-10-28 06:19:02--  https://data.gharchive.org/2021-10-26-5.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-6.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-7.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-8.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-9.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-10.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:03 ERROR 404: Not Found.

--2021-10-28 06:19:03--  https://data.gharchive.org/2021-10-26-11.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:04 ERROR 404: Not Found.

--2021-10-28 06:19:04--  https://data.gharchive.org/2021-10-26-12.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:04 ERROR 404: Not Found.

--2021-10-28 06:19:04--  https://data.gharchive.org/2021-10-26-13.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:04 ERROR 404: Not Found.

--2021-10-28 06:19:04--  https://data.gharchive.org/2021-10-26-14.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:04 ERROR 404: Not Found.

--2021-10-28 06:19:04--  https://data.gharchive.org/2021-10-26-15.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:04 ERROR 404: Not Found.

--2021-10-28 06:19:04--  https://data.gharchive.org/2021-10-26-16.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-17.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-18.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-19.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-20.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-21.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:05 ERROR 404: Not Found.

--2021-10-28 06:19:05--  https://data.gharchive.org/2021-10-26-22.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:06 ERROR 404: Not Found.

--2021-10-28 06:19:06--  https://data.gharchive.org/2021-10-26-23.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:06 ERROR 404: Not Found.

--2021-10-28 06:19:06--  https://data.gharchive.org/2021-10-27-0.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:06 ERROR 404: Not Found.

--2021-10-28 06:19:06--  https://data.gharchive.org/2021-10-27-1.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:06 ERROR 404: Not Found.

--2021-10-28 06:19:06--  https://data.gharchive.org/2021-10-27-2.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:06 ERROR 404: Not Found.

--2021-10-28 06:19:06--  https://data.gharchive.org/2021-10-27-3.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:07 ERROR 404: Not Found.

--2021-10-28 06:19:07--  https://data.gharchive.org/2021-10-27-4.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:07 ERROR 404: Not Found.

--2021-10-28 06:19:07--  https://data.gharchive.org/2021-10-27-5.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:07 ERROR 404: Not Found.

--2021-10-28 06:19:07--  https://data.gharchive.org/2021-10-27-6.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:07 ERROR 404: Not Found.

--2021-10-28 06:19:07--  https://data.gharchive.org/2021-10-27-7.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:07 ERROR 404: Not Found.

--2021-10-28 06:19:07--  https://data.gharchive.org/2021-10-27-8.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-9.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-10.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-11.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-12.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-13.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:08 ERROR 404: Not Found.

--2021-10-28 06:19:08--  https://data.gharchive.org/2021-10-27-14.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:09 ERROR 404: Not Found.

--2021-10-28 06:19:09--  https://data.gharchive.org/2021-10-27-15.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:09 ERROR 404: Not Found.

--2021-10-28 06:19:09--  https://data.gharchive.org/2021-10-27-16.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:09 ERROR 404: Not Found.

--2021-10-28 06:19:09--  https://data.gharchive.org/2021-10-27-17.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:09 ERROR 404: Not Found.

--2021-10-28 06:19:09--  https://data.gharchive.org/2021-10-27-18.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:09 ERROR 404: Not Found.

--2021-10-28 06:19:09--  https://data.gharchive.org/2021-10-27-19.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:10 ERROR 404: Not Found.

--2021-10-28 06:19:10--  https://data.gharchive.org/2021-10-27-20.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:10 ERROR 404: Not Found.

--2021-10-28 06:19:10--  https://data.gharchive.org/2021-10-27-21.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:10 ERROR 404: Not Found.

--2021-10-28 06:19:10--  https://data.gharchive.org/2021-10-27-22.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:10 ERROR 404: Not Found.

--2021-10-28 06:19:10--  https://data.gharchive.org/2021-10-27-23.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:10 ERROR 404: Not Found.

--2021-10-28 06:19:10--  https://data.gharchive.org/2021-10-28-0.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:11 ERROR 404: Not Found.

--2021-10-28 06:19:11--  https://data.gharchive.org/2021-10-28-1.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:11 ERROR 404: Not Found.

--2021-10-28 06:19:11--  https://data.gharchive.org/2021-10-28-2.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:11 ERROR 404: Not Found.

--2021-10-28 06:19:11--  https://data.gharchive.org/2021-10-28-3.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:11 ERROR 404: Not Found.

--2021-10-28 06:19:11--  https://data.gharchive.org/2021-10-28-4.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:11 ERROR 404: Not Found.

--2021-10-28 06:19:11--  https://data.gharchive.org/2021-10-28-5.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:12 ERROR 404: Not Found.

--2021-10-28 06:19:12--  https://data.gharchive.org/2021-10-28-6.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:12 ERROR 404: Not Found.

--2021-10-28 06:19:12--  https://data.gharchive.org/2021-10-28-7.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:12 ERROR 404: Not Found.

--2021-10-28 06:19:12--  https://data.gharchive.org/2021-10-28-8.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:12 ERROR 404: Not Found.

--2021-10-28 06:19:12--  https://data.gharchive.org/2021-10-28-9.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:12 ERROR 404: Not Found.

--2021-10-28 06:19:12--  https://data.gharchive.org/2021-10-28-10.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-11.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-12.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-13.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-14.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-15.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:13 ERROR 404: Not Found.

--2021-10-28 06:19:13--  https://data.gharchive.org/2021-10-28-16.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-17.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-18.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-19.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-20.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-21.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:14 ERROR 404: Not Found.

--2021-10-28 06:19:14--  https://data.gharchive.org/2021-10-28-22.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3035::ac43:a8ce, 2606:4700:3037::6815:2eaf, 172.67.168.206, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3035::ac43:a8ce|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:15 ERROR 404: Not Found.

--2021-10-28 06:19:15--  https://data.gharchive.org/2021-10-28-23.json.gz
Resolving data.gharchive.org (data.gharchive.org)... 2606:4700:3037::6815:2eaf, 2606:4700:3035::ac43:a8ce, 104.21.46.175, ...
Connecting to data.gharchive.org (data.gharchive.org)|2606:4700:3037::6815:2eaf|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-28 06:19:15 ERROR 404: Not Found.

cc @igrigorik - this is kinda critical :-(
cc @caniszczyk @imjasonh

If I could have access to deploymen/server where it runs - I could help with fixing/maintaining this... also cc @idvoretskyi

@igrigorik fixed an issue in one of the VMs so it started collecting data again, however it looks like a permissions issue has occurred so the data isn't getting loaded to GCS or BQ.

I've made a change to the service account, so hopefully it'll work on the next sync and then I'll to see what the process if for uploading the older data, because it looks like the cron jobs in the VM only operates on local data from the past hour.

The VM image that was recreated had no access to bigquery or cloud storage.

OK a VM restart with permission changes and it seems to uploading again.

Little un-nerving that I can't upload files from the command when logged, but the cron jobs are at least able to push to storage and BQ.

Thanks everybody here! Really, THANKS!