-
Notifications
You must be signed in to change notification settings - Fork 1
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
Downloading datasets from public servers fails after some time #409
Comments
@ChristianGeng any idea how we could track down what is wrong with the settings of the public Artifactory server, or if we need to change how we connect to it in order to avoid the error? In general, it seems to me that we should try to get another solution for hosting public datasets. |
When re-running the same code, but using |
Could it be an async thingy - with |
I have no clue, the only thing I can report is that those problems do not happen with our internal Artifactory server. So it must be a mixture of the changes introduced to |
This was first reported in #389 (comment)
When downloading a dataset with anonymous access to Artifactory, the download fails after some time:
When running the same download using my credentials for authentication with Artifactory the download fails after the same time, but with a different error message:
When downloading the same or a larger dataset from our internal Artifactory server, the download does not fail.
When restarting a failed download it will pick up, where it left and will finish the download, also using several workers will work in that case.
The text was updated successfully, but these errors were encountered: