MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.51k stars 1.5k forks source link

failed to connect to physionet #478

Open isolde1982 opened 5 years ago

isolde1982 commented 5 years ago

Prerequisites

Description

Description of the issue, including:

I have tried to download the MIMIC III Matched Subset waveform followed the instruction on the website. I used the below comments on WFDB: rsync -Cavz physionet.org::mimic3wdb-matched /usr/database/mimic3wdb/matched and I got the below error: rsync: failed to connect to physionet.org (128.30.30.88): Connection timed out (116) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2]

I would be appreciated if you can address my issue. Thanks

alistairewj commented 5 years ago

The command rsync -Cavz physionet.org::mimic3wdb-matched /usr/database/mimic3wdb/matched works fine as I just tried it. This sounds like a temporary server outage.

vinay-hebb commented 8 months ago

I am still seeing this error, any resolution?

$ rsync -CaLvz physionet.org::mimic3wdb-matched/p00 /tmp/ rsync: failed to connect to physionet.org (18.18.42.54): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.3]

$ rsync -CaLvz physionet.org::mitdb /tmp/ rsync: failed to connect to physionet.org (18.18.42.54): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.3]