uploading and downloading file errors #241
-
Disclaimer! this is not a question about childproject... We've set up a datalad repo that holds 60k clips annotated in zooniverse, that will be analyzed acoustically on https://gin.g-node.org/LAAC-LSCP/zoo-clips. When uploading, although largely the clips uploaded (and they can be downloaded from the web interface), we saw a range of errors:
a little later (without relaunching the command):
We relaunched the command, and got:
And this happens when we relaunch it, though of course this may be a connection problem on my end. On the other end, when we tried to download the clips (with datalad get .), permission errors emerge. @ninohdasilva can you please add an example? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
This sure looks like network errors. you can also try |
Beta Was this translation helpful? Give feedback.
-
Hello, I did: $ datalad install [email protected]:/LAAC-LSCP/zoo-clips.git
Clone attempt: 0%| | 0.00/1.00 [00:00<?, ? Candidate locations/s]
Enumerating: 0.00 Objects [00:00, ? Objects/s]
[INFO ] Scanning for unlocked files (this may take some time)
$ cd zoo-clips
$ datalad get . -J 8
get(ok): recordings/raw/batch1_2020_batch_19/0047415554.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0054249077.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0004414454.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0045905491.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0020688591.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0191605195.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0209558836.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0115853089.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0153655961.wav (file) [from origin...]
get(ok): recordings/raw/batch1_2020_batch_19/0189845676.wav (file) [from origin...]
[48 similar messages have been suppressed]
action summary:
get (ok: 58) And it worked just fine. Well, except I only got the files into |
Beta Was this translation helpful? Give feedback.
Hello,
I did: