Open isolde1982 opened 6 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.
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]
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