-
Notifications
You must be signed in to change notification settings - Fork 174
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Connection Error, RemoteDisconnected #144
Comments
Same problem (04/10/2021):
|
Similar problem |
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'))) |
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. |
Ok, looks like I'm getting the |
Now I got the |
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',)),) |
Nope, still happens, even at just 1 request per second, it just takes longer to get there. |
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 |
Thank you for looking into the issue! Let's hope it's only a temporary NCBI connection problem. |
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... |
Hi, still an issue today |
This is on the NCBI side of things, though. Not much we can do about this on the client side. |
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. |
|
Hitting this today |
NLM had a bunch of website issues a couple of days ago maybe also something going on with the FTP |
Again, this is an issue on the NCBI side, nothing |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
The text was updated successfully, but these errors were encountered: