Skip to content
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

run downloads.sh downloading failed #10

Open
xy-whu opened this issue Jan 3, 2022 · 3 comments
Open

run downloads.sh downloading failed #10

xy-whu opened this issue Jan 3, 2022 · 3 comments

Comments

@xy-whu
Copy link

xy-whu commented Jan 3, 2022

Resolving sourceforge.net (sourceforge.net)... 204.68.111.105
Connecting to sourceforge.net (sourceforge.net)|204.68.111.105|:443... connected.
WARNING: cannot verify sourceforge.net's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
Issued certificate has expired.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/ [following]
--2022-01-02 18:05:12-- https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/download [following]
--2022-01-02 18:05:13-- https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/download
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar?ts=gAAAAABh0lnZBK6yJ7v3c1h96htUrclgTEtIJd47qfNF1aF8OYSsUfxlzmRs-jY63-vsW5tgMgAp55fL2L1Z7XVoxXPQ9i6r6A%3D%3D&use_mirror=deac-riga&r= [following]
--2022-01-02 18:05:13-- https://downloads.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar?ts=gAAAAABh0lnZBK6yJ7v3c1h96htUrclgTEtIJd47qfNF1aF8OYSsUfxlzmRs-jY63-vsW5tgMgAp55fL2L1Z7XVoxXPQ9i6r6A%3D%3D&use_mirror=deac-riga&r=
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
WARNING: cannot verify downloads.sourceforge.net's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
Issued certificate has expired.
HTTP request sent, awaiting response... 302 Found
......

how to get around it?
what is more, even copy the url "https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar" to the browser, It still failed..

@sgalal
Copy link

sgalal commented Jan 3, 2022

Could you try that again? It works here.

@exatoa
Copy link
Owner

exatoa commented Jan 3, 2022

I also tried the download in both ways, using wget and Chrome browser. They worked well.
Would you please check your environment. I can see some certificate issue on the above messages.
It might cause the failure to download.

The redirections are the normal procedure. See my result below:

~$ wget -O CAMEL.tar "https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar"
--2022-01-02 22:17:37--  https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar
Resolving sourceforge.net (sourceforge.net)... 204.68.111.105
Connecting to sourceforge.net (sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/ [following]
--2022-01-02 22:17:37--  https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/download [following]
--2022-01-02 22:17:38--  https://sourceforge.net/projects/irblsensitivity/files/Apache/CAMEL.tar/download
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar?ts=gAAAAABh0mrSCvo0tfpnPB7x_yBM_LesFadiy3PBW8AOTiD80cXuIjolYtS6EIOwGWUkQSWzk1grzsptC75HO6Axyp6jilhp8g%3D%3D&use_mirror=cfhcable&r= [following]
--2022-01-02 22:17:38--  https://downloads.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar?ts=gAAAAABh0mrSCvo0tfpnPB7x_yBM_LesFadiy3PBW8AOTiD80cXuIjolYtS6EIOwGWUkQSWzk1grzsptC75HO6Axyp6jilhp8g%3D%3D&use_mirror=cfhcable&r=
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cfhcable.dl.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar [following]
--2022-01-02 22:17:38--  https://cfhcable.dl.sourceforge.net/project/irblsensitivity/Apache/CAMEL.tar
Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6
Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 336814080 (321M) [application/octet-stream]
Saving to: ‘CAMEL.tar’

CAMEL.tar                             100%[=======================>] 321.21M  1.16MB/s    in 7m 4s

2022-01-02 22:24:43 (775 KB/s) - ‘CAMEL.tar’ saved [336814080/336814080] 

~$ 

P.S: I apologize to you for not being updated this repository. There are some issues on the source code related to python scripts and Locus. Regarding the issues, please refer to the forked repository: https://github.com/sgalal/Bench4BL

@zqudm
Copy link

zqudm commented May 3, 2022

when i used the script downloads.sh, it worked well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants