cricketdata icon indicating copy to clipboard operation
cricketdata copied to clipboard

Error in fetch_cricinfo()

Open manohar8 opened this issue 2 years ago • 2 comments

Post downloading the cricketdata package get the follwing error while fetching data with fetch_cricinfo()

Error in cli::cli_progress_update() :
Cannot find current progress bar for <environment: 0x000001ea910c70a8>

Thanks MD

manohar8 avatar Jan 30 '24 15:01 manohar8

Update to the current dev version. This is probably the error that was fixed in https://github.com/robjhyndman/cricketdata/commit/dedb9d26a05accda745415935263d0f57c141a2b.

robjhyndman avatar Jan 30 '24 21:01 robjhyndman

Installed the dev version and it worked.

install.packages(c("devtools"))
library(devtools)
devtools::install_github("robjhyndman/cricketdata")
library(tidyverse)

achinthaeyepax avatar Feb 23 '24 13:02 achinthaeyepax