IPFS download links rarely work #40

Open
opened 2023-09-08 03:16:07 +00:00 by CJ_Clippy · 1 comment
Owner

This is one of the more common problem reports. People can't download a vod using the download links. I can't, either. Here's an example using curl

# curl --output 20221217.mp4 https://ipfs.io/ipfs/bafybeihclt3wzmtvhhsyo2ime5htxx327vvjtbsls2hwlqb7es5vscp4oy?filename=projektmelody_chaturbate_20221217T221420Z_240p.mp4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  4 1220M    4 53.0M    0     0   688k      0  0:30:14  0:01:18  0:28:56  222k
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

And an example with aria2c

 *** Download Progress Summary as of Fri Sep  8 03:28:26 2023 ***                                                    
=====================================================================================================================
[#9411dc 54MiB/1.1GiB(4%) CN:1 DL:0B]
FILE: /root/projektmelody_chaturbate_20221217T221420Z_240p.mp4
---------------------------------------------------------------------------------------------------------------------

[#9411dc 54MiB/1.1GiB(4%) CN:1 DL:0B]                                                                                
09/08 03:28:36 [ERROR] CUID#7 - Download aborted. URI=https://ipfs.io/ipfs/bafybeihclt3wzmtvhhsyo2ime5htxx327vvjtbsls2hwlqb7es5vscp4oy?filename=projektmelody_chaturbate_20221217T221420Z_240p.mp4
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.

09/08 03:28:36 [NOTICE] Download GID#9411dcd022c02f2c not complete: /root/projektmelody_chaturbate_20221217T221420Z_240p.mp4

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
9411dc|ERR |   128KiB/s|/root/projektmelody_chaturbate_20221217T221420Z_240p.mp4

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
This is one of the more common problem reports. People can't download a vod using the download links. I can't, either. Here's an example using curl ``` # curl --output 20221217.mp4 https://ipfs.io/ipfs/bafybeihclt3wzmtvhhsyo2ime5htxx327vvjtbsls2hwlqb7es5vscp4oy?filename=projektmelody_chaturbate_20221217T221420Z_240p.mp4 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 4 1220M 4 53.0M 0 0 688k 0 0:30:14 0:01:18 0:28:56 222k curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) ``` And an example with aria2c ``` *** Download Progress Summary as of Fri Sep 8 03:28:26 2023 *** ===================================================================================================================== [#9411dc 54MiB/1.1GiB(4%) CN:1 DL:0B] FILE: /root/projektmelody_chaturbate_20221217T221420Z_240p.mp4 --------------------------------------------------------------------------------------------------------------------- [#9411dc 54MiB/1.1GiB(4%) CN:1 DL:0B] 09/08 03:28:36 [ERROR] CUID#7 - Download aborted. URI=https://ipfs.io/ipfs/bafybeihclt3wzmtvhhsyo2ime5htxx327vvjtbsls2hwlqb7es5vscp4oy?filename=projektmelody_chaturbate_20221217T221420Z_240p.mp4 Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server. 09/08 03:28:36 [NOTICE] Download GID#9411dcd022c02f2c not complete: /root/projektmelody_chaturbate_20221217T221420Z_240p.mp4 Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 9411dc|ERR | 128KiB/s|/root/projektmelody_chaturbate_20221217T221420Z_240p.mp4 Status Legend: (ERR):error occurred. aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See '-l' option in help/man page for details. ```
CJ_Clippy added the
bug
label 2023-09-08 03:16:12 +00:00
Author
Owner

Adding more context. The issue is downloading via public gateway. Downloading the file via kubo works fine.

Adding more context. The issue is downloading via public gateway. Downloading the file via kubo works fine.
Sign in to join this conversation.
No description provided.