-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
get: throwing 2 network errors #6709
Comments
I'm able to reproduce with the latest dev version. It appears to have been introduced in #6565. Here's the full output:
|
Hm, the original report is coming from osxpkg 2.7.4, but I can't reproduce this on master. @dberenbaum Could you show your |
It seems like this was due to asyncio-retry not providing a private method that fsspec sometimes uses (this is why sometimes it is not reproducable) (when there is a timeout). I already sent a PR against fsspec, and will be resolved with the new release (hopefully today) fsspec/filesystem_spec#779 |
@isidentical Thank you! 🙏 |
Thanks @isidentical for taking of this promptly 🙏 Good stuff. |
Fixed by #6727 |
Bug Report
Description
I'm randomly getting two different errors when I try to use
dvc get
to download thecats-dogs
example dataset. They seem to be network issues.Sometimes the terminal gets spammed with the following:
And sometimes I get the following:
This is happening in the latest release and the development version.
Reproduce
To re-run, I just
rm -rf cats-dogs
and then do it again.Expected
I expect the command to finish with no errors and data to be in the
cats-dogs
folder.Environment information
This was happening for me on macOS BigSur 11.6 with the brew installed version and a version installed in an Anaconda environment.
Output of
dvc doctor
:The text was updated successfully, but these errors were encountered: