sckott / cchecksapi

CRAN checks API (DEFUNCT)
https://github.com/r-hub/cchecksbadges
MIT License
33 stars 1 forks source link

Scraping maintainers frozen at 3 April 2019? #43

Closed zkamvar closed 5 years ago

zkamvar commented 5 years ago

Hello,

I've noticed something a bit odd, it seems that maintainer scraping has been frozen at 2019-04-03.

$ curl https://cranchecks.info/maintainers/maelle.salmon_at_yahoo.se | jq '.data.date_updated'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1779  100  1779    0     0   2691      0 --:--:-- --:--:-- --:--:--  2691
"2019-04-03T12:01:43.725Z"

$ curl https://cranchecks.info/maintainers/zkamvar_at_gmail.com | jq '.data.date_updated'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1242  100  1242    0     0   1040      0  0:00:01  0:00:01 --:--:--  1040
"2019-04-03T12:01:43.744Z"

$ curl https://cranchecks.info/maintainers/hadley_at_rstudio.com | jq '.data.date_updated'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9913  100  9913    0     0  13981      0 --:--:-- --:--:-- --:--:-- 13981
"2019-04-03T12:01:43.806Z"

$ curl https://cranchecks.info/maintainers/edd_at_debian.org | jq '.data.date_updated'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 14573  100 14573    0     0  14301      0  0:00:01  0:00:01 --:--:-- 14301
"2019-04-03T12:01:43.793Z"

Is there something I'm doing wrong on my side?

sckott commented 5 years ago

thanks @zkamvar for this. It is stuck at that date. Something must be wrong with the script that gathers that data.

sckott commented 5 years ago
zkamvar commented 5 years ago

This appears to work on my end. Thanks you!

$ curl https://cranchecks.info/maintainers/maelle.salmon_at_yahoo.se | jq '.data.date_updated'                                                                                                
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1816  100  1816    0     0   1474      0  0:00:01  0:00:01 --:--:--  1475
"2019-06-25T04:00:34.420Z"
$ curl https://cranchecks.info/maintainers/zkamvar_at_gmail.com | jq '.data.date_updated'                                                                                                     
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1242  100  1242    0     0   1013      0  0:00:01  0:00:01 --:--:--  1013
"2019-06-25T08:00:34.467Z"
$ curl https://cranchecks.info/maintainers/hadley_at_rstudio.com | jq '.data.date_updated'                                                                                                    
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9565  100  9565    0     0   8640      0  0:00:01  0:00:01 --:--:--  8640
"2019-06-25T08:00:34.490Z"
$ curl https://cranchecks.info/maintainers/edd_at_debian.org | jq '.data.date_updated'                                                                                                        
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 14618  100 14618    0     0  17805      0 --:--:-- --:--:-- --:--:-- 17783
"2019-06-25T08:00:34.485Z"
sckott commented 5 years ago

great, glad it works now