Closed mansi-aggarwal-2504 closed 1 year ago
Please. It is working on my side. Do you still have the issue ? It could be either that GDC was down for maintenance or a firewall might be blocking the access.
It was quite strange as https://api.gdc.cancer.gov/status said that the status was OK. It surprisingly worked the next morning.
Thanks!
Hi, I think this issue should be reopened. I consistently get "SSL"-related errors. For example, just now:
... {targets} related output ...
... btw I also get errors without {targets} ...
URL 'https://api.gdc.cancer.gov/cases/?pretty=true&expand=samples,project,diagnoses,diagnoses.treatments,annotations,family_histories,demographic,exposures&size=10&filters=%7B%22op%22:%22or%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.submitter_id%22,%22value%22:["TCGA-5L-AAT0-01A","TCGA-A2-A04U-01A","TCGA-AN-A04A-01A","TCGA-A7-A13D-01A","TCGA-BH-A201-01A","TCGA-BH-A0H6-01A","TCGA-A2-A0YL-01A","TCGA-A2-A04R-01A","TCGA-AN-A03X-01A","TCGA-AC-A3EH-01A%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22submitter_sample_ids%22,%22value%22:["TCGA-5L-AAT0-01A","TCGA-A2-A04U-01A","TCGA-AN-A04A-01A","TCGA-A7-A13D-01A","TCGA-BH-A201-01A","TCGA-BH-A0H6-01A","TCGA-A2-A0YL-01A","TCGA-A2-A04R-01A","TCGA-AN-A03X-01A","TCGA-AC-A3EH-01A%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22submitter_aliquot_ids%22,%22value%22:["TCGA-5L-AAT0-01A","TCGA-A2-A04U-01A","TCGA-AN-A04A-01A","TCGA-A7-A13D-01A","TCGA-BH-A201-01A","TCGA-BH-A0H6-01A","TCGA-A2-A0 [... truncated]
3: URL 'https://api.gdc.cancer.gov/status': status was 'SSL connect error'
... {targets} related output ...
A project I was working on used to work fine. then I started getting "SSL" errors. I didn't report it for a long time because I assumed that a system upgrade also upgraded OpenSSL which broke linking somehow, and I couldn't imagine the GDC server could be down so often. However recently I reproduced these kinds of errors in a docker container, which I assume downloads its own system libraries. So I can only guess it's from a firewall, the GDC Server, or TCGAbiolinks itself.
Anyway I think that regardless of the cause, One thing that could be improved is GDCprepare
logs that help users diagnose the problem.
I will try to look onto this and share anything interesting.
Hi,
I have been unable to connect to the GDC server for a few hours now.
My query:
Errors that I have been getting:
My session info:
I have tried reloading the package again as suggested here: https://www.biostars.org/p/321591/ and increasing R session timeout as suggested here: https://www.biostars.org/p/9542366/
Also, the data has already been downloaded on my local machine and I want to read it in the desired format using GDCprepare. Is there any other way to do that without connecting to API again?
Thanks, Mansi