Closed mcemerden closed 4 years ago
Have you replicated the error with a smaller time frame? This is a large data pull; you may be running out of space. Try to pull fewer years at a time!
Yes I tried it with only a single season but got the same error. The i/js don't even go through a single iteration
The week iteration is an unnecessary step, so this is probably a code error, not a package error. Can you try to run it with data2 being defined as:
data2 <- cfb_pbp_data(year = j, season_type = "both", week = NULL, epa_wpa = FALSE)
I realized some instability with my connection and trying my hotspot worked for now. I'll trying again when my connection is fixed and will close
I'm using this code to get pbp data.
However I'm getting this error:
Error in readBin(3L, raw(0), 32768L) : transfer closed with 10396534 bytes remaining to read
I had no problem getting the data previously and have re-installed the package to no avail. Thanks R Version 3.6.2