[Twisted-Python] Could not accept new connection

Jean-Paul Calderone exarkun at divmod.com
Thu Aug 28 07:22:30 MDT 2008


On Thu, 28 Aug 2008 19:05:38 +0600, Pavel <pbastov at gmail.com> wrote:
>Hi all,
>
>today I got this error in my twisted.log
>
>[twisted.web.server.Site] Could not accept new connection (ECONNABORTED)
>
>What could be a possible cause of this? Any ways to fix it?
>

This means that a client started to connect to your server but then
quickly aborted the attempt.  The server saw the attempt but before
it could accept the new connection, the client had abandoned it.
Assuming other clients are successfully connecting to your server,
you can safely ignore this.

Jean-Paul




More information about the Twisted-Python mailing list