Replies: 20 comments
-
Same problem (04/10/2021):
|
Beta Was this translation helpful? Give feedback.
-
Similar problem |
Beta Was this translation helpful? Give feedback.
-
I've also been having the same issue for a week: ERROR: Download from NCBI failed: ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))) |
Beta Was this translation helpful? Give feedback.
-
Hm, it looks like NCBI might have introduced some kind of connection limit. I'm not aware of any documentation on this from the NCBI side of things, and unlike with the Entrez API, there's not really a way to provide e.g. an API key to get a less strict rate limit. I'll try if I can reproduce and debug this a bit further. |
Beta Was this translation helpful? Give feedback.
-
Ok, looks like I'm getting the |
Beta Was this translation helpful? Give feedback.
-
Now I got the |
Beta Was this translation helpful? Give feedback.
-
I met the same bug, and I am looking forward to your solution. ERROR: Download from NCBI failed: ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)),) |
Beta Was this translation helpful? Give feedback.
-
Nope, still happens, even at just 1 request per second, it just takes longer to get there. |
Beta Was this translation helpful? Give feedback.
-
Having said that, I hear from a couple of colleagues that also other connections to the NCBI FTP servers die with the same issues, regardless of if the HTTPS protocol is being used (like for |
Beta Was this translation helpful? Give feedback.
-
Thank you for looking into the issue! Let's hope it's only a temporary NCBI connection problem. |
Beta Was this translation helpful? Give feedback.
-
I can attest to even pure FTP downloads getting cut off more or less randomly, regardless of the protocol used, going into June 9th 2021. It looks like NCBI introduced some sort of arbitrary cutoff for shutting down connections. One would wonder if they can't just communicate with the research community directly on what's needed... |
Beta Was this translation helpful? Give feedback.
-
Hi, still an issue today |
Beta Was this translation helpful? Give feedback.
-
This is on the NCBI side of things, though. Not much we can do about this on the client side. |
Beta Was this translation helpful? Give feedback.
-
Same problem - Then thinking that it would be nice with a resume command - not sure if when we relaunch everything starts from scratch then, but the ability to resume would be perfect then. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hitting this today |
Beta Was this translation helpful? Give feedback.
-
NLM had a bunch of website issues a couple of days ago maybe also something going on with the FTP |
Beta Was this translation helpful? Give feedback.
-
Again, this is an issue on the NCBI side, nothing |
Beta Was this translation helpful? Give feedback.
-
I had this issue when I tried to download a large txt file of taxonomy ids (>9000), but found that I was able to fix it by splitting it into smaller txt files and downloading them one at a time. |
Beta Was this translation helpful? Give feedback.
-
I also met the same problem, but I can fix it by remove some unnecessary argument like. But when using --genera, they continue crashed. Then, I have to make a loop through each of the accession number of the genera, and can down it all, of course with longer time |
Beta Was this translation helpful? Give feedback.
-
Hi,
When I try to download data for a relatively large number of genomes, e.g.:
ncbi-genome-download bacteria -t 562 -l complete -F assembly-report
I get the following error message:
ERROR: Download from NCBI failed: ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
I don't get this issue when downloading only one or a few genomes.
Looking at similar issues it seems that a Connection Error is usually due to the connection of users themselves, and not an error caused by ncbi-genome-download. However because the connection is closed by the remote end, I'm not sure.
If anyone could help me out that'd be greatly appreciated!
Best,
Lisa
Beta Was this translation helpful? Give feedback.
All reactions