PySnip icon indicating copy to clipboard operation
PySnip copied to clipboard

Unhandled error in Deferred, 'NoneType' object has no attribute 'dead'

Open Scanlia opened this issue 10 years ago • 0 comments

I seem to be getting these errors quite a bit, crashing the server:

2015-05-15 20:15:10+1000 [-] Unhandled error in Deferred:
2015-05-15 20:15:10+1000 [-] Unhandled Error
    Traceback (most recent call last):
      File "twisted\internet\base.pyo", line 1192, in run

      File "twisted\internet\base.pyo", line 1201, in mainLoop

      File "twisted\internet\base.pyo", line 824, in runUntilCurrent

      File "twisted\internet\task.pyo", line 218, in __call__

    --- <exception caught here> ---
      File "twisted\internet\defer.pyo", line 140, in maybeDeferred

      File "pyspades\server.pyo", line 1591, in update

      File "pyspades\server.pyo", line 1597, in update_network

    exceptions.AttributeError: 'NoneType' object has no attribute 'dead'

Scanlia avatar May 15 '15 10:05 Scanlia