Skip to content
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

HTTP Error 404 when trying to load data from private repo #10

Open
rmnldwg opened this issue Oct 31, 2024 · 0 comments
Open

HTTP Error 404 when trying to load data from private repo #10

rmnldwg opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rmnldwg
Copy link
Owner

rmnldwg commented Oct 31, 2024

If I try to load data from the private repository, it fails because the package naively assembles a raw.githubusercontent.com URL string from the dataset description and passes that to pandas. This will obviously fail for a private repo.

For private repos, it needs to attempt loading via the API/PyGithub package. This might also be a safer way for the public case...

@rmnldwg rmnldwg added the bug Something isn't working label Oct 31, 2024
@rmnldwg rmnldwg self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant