-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download_lahman() failing #391
Comments
Similar issues - code will need update to handle new Chadwick register location and file structure (the people table has been split into multiple files). |
This is a separate issue from the Chadwick register (which I believe has been handled in PR #309 ). The issue looks like the chadwickbureau/baseballdatabank repository no longer exists, at least not publicly. |
Has this issue been fixed? Dug into the code and came to the same conclusion that finally got me to this page but I don't see any follow up/fix. I've pulled the code pretty recently so I was wondering if anyone had fixed or come up with the work around. |
Sean Lahman just posted an updated version of the database files at his own site, so this could presumably be fixed by pointing the code at those files instead. |
Linking to the files on his site looks fragile to me, since it's relying on naming convention in his personal Dropbox. The file is currently called lahman_1871-2023.csv, so one assumes this is not a static file name/path. |
I see the same error. And looks like the file location changed as @JSCjr mentioned. |
I'm also seeing this error. If this isn't an important functionality or a priority to maintain, might be a good idea to just remove it instead of keeping a broken function around |
note that there is a proposed fix here #435 |
Would love to see this fixed in the main repo. |
Hi All,
I'm running pybaseball 2.2.7
I'm trying to run pybaseball.people() and getting the following stack trace:
I dug around and saw that the data is attempt to be retrieved from here :
https://github.com/chadwickbureau/baseballdatabank/archive/master.zip
That is leading to a dead link. Perhaps there was a change upstream.
The text was updated successfully, but these errors were encountered: