-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gdcRNADownload error with GDC-client #11
Comments
Following the suggestion of Dr. Li, This problem was solved by using update R to 3.6.1 . Thank you for your help. |
Hi. |
Hi. |
Hi @mahsa-moony were you able to fix your problem? I was in the same situation as you but following @BioLiu's suggestion it solved it. |
When using the follwing code:
ERROR: An unexpected error has occurred during normal operation of the client. Please report the following exception to GDC support [email protected].
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
The text was updated successfully, but these errors were encountered: