robjhyndman / cricketdata

International cricket data for men and women, Tests, ODIs and T20s
http://pkg.robjhyndman.com/cricketdata/
79 stars 21 forks source link

Fetching Data not working #13

Closed ald0405 closed 3 years ago

ald0405 commented 4 years ago

`menODII <- fetch_cricinfo( "ODI", "Men", "Batting", type = "innings")

> `Warning message:                                                                                                          
> closing unused connection 3 (http://stats.espncricinfo.com/ci/engine/stats/index.html?class=2;page=219;template=results;type=bowling;view=innings;size=200;wrappertype=print) 
Sayani07 commented 3 years ago

It worked for me and didn't throw any warning. It took 50 minutes since it is extracting a lot of data. So make sure you have a stable internet connection. These messages might occur if an earlier run during the same R session was interrupted.

complexgenome commented 3 years ago

i received the same warning. I'd assume it is due to connection and securities at your organization.