question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connection Error, RemoteDisconnected

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kblincommented, Apr 13, 2021

Now I got the ERROR: Download from NCBI failed: ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)),) one. Unfortunately there’s really not much to find out about this, because the connection is closed not at the HTTP GET request level but one level below that, so there’s really no communication of what the issue is. I’m currently trying to add a rate limiting step to see if that fixes it, but this will slow down things considerably.

0reactions
kblincommented, Nov 8, 2022

Again, this is an issue on the NCBI side, nothing ncbi-genome-download can do about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remote end closed connection without response error
The problem is, that when I want to post some data using requests from client, I get ConnectionError . I did simple request...
Read more >
requests.exceptions.ConnectionError: ('Connection aborted ...
I've encountered this error multiple times and it happens randomly at ... RemoteDisconnected('Remote end closed connection without response')) #449.
Read more >
runserver crashes with "Remote end closed connection ...
ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)). It I have a small timeout between the ...
Read more >
How to fix ('Connection aborted.', RemoteDisconnected ...
Problem: I try to open an App on a real Android device with Python and Appium and I get this error message: ('Connection...
Read more >
Issue 41345: Remote end closed connection without response
ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Apache using keepalive. /etc/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found