Open NeroBlackstone opened 1 day ago
I know the reason, http://podcast.longnow.org/salt/redirect/salt-020031114-eno-podcast.mp3
will redirect to http://dts.podtrac.com/redirect.mp3/media.blubrry.com/longnow/podcast.longnow.org/salt/salt-020031114-eno-podcast.mp3
, and dts.podtrac.com
block in China.
Close issue, this is a network issue, I will config http proxy and try to solve this problem.
After config a proxy, I can curl salt-020031114-eno-podcast.mp3
and got a 200, but datalad get
still failed...
Do I need to set up a separate http proxy for git annex
?
PS C:\Users\TY\Documents\DataLad-101\recordings\longnow> curl http://podcast.longnow.org/salt/redirect/salt-020031114-eno-podcast.mp3
StatusCode : 200
StatusDescription : OK
Content : {73, 68, 51, 3...}
RawContent : HTTP/1.1 200 OK
Connection: close
Age: 1637
X-Amz-Cf-Id: SGLh7ddZSkdQ0n9XTiYBzx-eJQVGnRQEUVHXX4ovHhUjxlsboI17TA==
X-Amz-Cf-Pop: HKG54-P2
X-Cache: Hit from cloudfront
Content-Length: 37400577
Co...
Headers : {[Connection, close], [Age, 1637], [X-Amz-Cf-Id,
SGLh7ddZSkdQ0n9XTiYBzx-eJQVGnRQEUVHXX4ovHhUjxlsboI17TA==], [X-Amz-Cf-Pop, HKG54-P2]...}
RawContentLength : 37400577
PS C:\Users\TY\Documents\DataLad-101\recordings\longnow> datalad get Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3
get(error): Long_Now__Seminars_About_Long_term_Thinking\2003_11_15__Brian_Eno__The_Long_Now.mp3 (file) [http://podcast.longnow.org/salt/redirect/salt-020031114-eno-podcast.mp3 download failed: Network.Socket.recvBuf: invalid argument (Invalid argument)
downloading from all 1 known url(s) failed
http://podcast.longnow.org/salt/redirect/salt-020031114-eno-podcast.mp3 download failed: Network.Socket.recvBuf: invalid argument (Invalid argument)
downloading from all 1 known url(s) failed
http://podcast.longnow.org/salt/redirect/salt-020031114-eno-podcast.mp3 download failed: Network.Socket.recvBuf: invalid argument (Invalid argument)
downloading from all 1 known url(s) failed]
this is difficult for me to test, but you could - just to get datalad out of the equation - try running git annex get
instead of datalad get
, and if the issue is in git-annex, ask at https://git-annex.branchable.com/bugs for additional insight
Description
Hi, I tried to complete this part of the tutorial
I'm using Windows 11 and git bash, datalad v1.1.3, when I execute:
I got a error:
And if I ping
podcast.longnow.org
:I can access this mp3 via broswer:
But if I download through
git annex
, it also download faild:I don't know what happened, but I think ·Network.Socket.recvBuf: invalid argument (Invalid argument)· is the key to the problem.