BillPetti / baseballr

A package written for R focused on baseball analysis. Currently in development.
billpetti.github.io/baseballr
Other
367 stars 100 forks source link

scrape_statcast_savant #270

Closed rcarden71 closed 2 years ago

rcarden71 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

///Receive error message when trying to collect 7 days' worth of data: "Downloaded 10252 bytes...HTTP error 504.Error in value[3L] : No payload acquired"

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

///Syntax used ------------> refreshdata <- rbind(scrape_statcast_savant("2022-04-07", "2022-04-13"))

Expected behavior A clear and concise description of what you expected to happen.

///All statcast data from 4/7 - 4/13 for 2022 to be collected and placed in data frame 'refreshdata'

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

///Windows 11

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

BillPetti commented 2 years ago

This is a known issue with the Savant site, not baseballr. See here.