mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

failed to connect to physionet

Open isolde1982 opened this issue 7 years ago • 2 comments

Prerequisites

  • [ ] Put an X between the brackets on this line if you have done all of the following:
    • Checked the online documentation: https://mimic.physionet.org/about/mimic/
    • Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=

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

  • what you have tried
  • references to similar issues
  • queries demonstrating your question (if applicable)

isolde1982 avatar Oct 03 '18 01:10 isolde1982

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.

alistairewj avatar Oct 31 '18 14:10 alistairewj

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]

vinay-hebb avatar Jan 08 '24 11:01 vinay-hebb