You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting the following when attempting to download all the gff and cds-fasta files for Pantoea from NCBI:
"ERROR: Download from NCBI failed: ConnectionError(MaxRetryError('HTTPSConnectionPool(host='ftp.ncbi.nih.gov', port=443): Max retries exceeded with url: /genomes/genbank/bacteria/assembly_summary.txt (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fd4c69fcfe0>: Failed to resolve 'ftp.ncbi.nih.gov' ([Errno -3] Temporary failure in name resolution)"))'))"
I keep getting the following when attempting to download all the gff and cds-fasta files for Pantoea from NCBI:
"ERROR: Download from NCBI failed: ConnectionError(MaxRetryError('HTTPSConnectionPool(host='ftp.ncbi.nih.gov', port=443): Max retries exceeded with url: /genomes/genbank/bacteria/assembly_summary.txt (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fd4c69fcfe0>: Failed to resolve 'ftp.ncbi.nih.gov' ([Errno -3] Temporary failure in name resolution)"))'))"
Take note of the "host='ftp.ncbi.nih.gov'"
Code to recreate error:
I've tried the following to find the issue by pinging the host site as seen below
And this outputs "ping: ftp.ncbi.nih.gov: Temporary failure in name resolution"
When I try to paste ftp.ncbi.nih.gov into my web browser, it doesn't work. It works only when I add .nlm after .ncbi (ftp.ncbi.nlm.nih.gov)
Could it be that the program has the wrong link set as host?
The text was updated successfully, but these errors were encountered: