dynastyprocess / data

An open-data fantasy football repository, maintained by DynastyProcess.com
https://dynastyprocess.com
GNU General Public License v3.0
73 stars 19 forks source link

[Data Bug] db_playerids.csv 503 error #49

Closed kingla6 closed 1 year ago

kingla6 commented 1 year ago

Describe the data bug This code chunk:

ffscrapr::dp_playerids()

Returns the following:

Request failed [503]. Retrying in 1.3 seconds...
Request failed [503]. Retrying in 1.7 seconds...
Error: GitHub request failed with error: <503> 

while calling <https://github.com/DynastyProcess/data/raw/master/files/db_playerids.csv>

Which file is having trouble? Which file? db_playerids.csv

Expected data What should this look like? This should return the csv as a dataframe.

kingla6 commented 1 year ago

This is also an issue when trying to access the file via the GitHub UI

db_playerids.csv

tanho63 commented 1 year ago

Hmm. HTTP 500-series errors tend to indicate a server side issue. Try it again in a little while, perhaps?

kingla6 commented 1 year ago

Yep, it works now! Any idea what the server issue may have been?

tanho63 commented 1 year ago

Absolutely not a clue 😅 it would be a GitHub-wide problem