-
Notifications
You must be signed in to change notification settings - Fork 39
Description
When using the follwing code:
####### Download mature miRNA data #######
gdcRNADownload(project.id = 'TCGA-BRCA',
data.type = 'miRNAs',
write.manifest = FALSE,
method = 'gdc-client',
directory = mirdir)
- I got the following error, that haven't been solved.*
ERROR: An unexpected error has occurred during normal operation of the client. Please report the following exception to GDC support support@nci-gdc.datacommons.io.
ERROR: 'NoneType' object has no attribute 'status_code'
Traceback (most recent call last):
File "gdc-client", line 99, in
File "build\bdist.win-amd64\egg\gdc_client\download\parser.py", line 111, in download
File "build\bdist.win-amd64\egg\gdc_client\download\client.py", line 234, in download_small_groups
File "build\bdist.win-amd64\egg\gdc_client\download\client.py", line 171, in download_tarfile
AttributeError: 'NoneType' object has no attribute 'status_code'
ERROR: Exiting
Traceback (most recent call last):
File "logging_init.py", line 861, in emit
File "logging_init_.py", line 734, in format
File "build\bdist.win-amd64\egg\gdc_client\log\log.py", line 36, in format
File "logging_init_.py", line 465, in format
File "logging_init_.py", line 325, in getMessage
TypeError: str returned non-string (type SysCallError)
Logged from file client.py, line 150