If possible, can someone take a quick look at these errors I'm getting ? :
They occur when server is running (obviously), and I click around the admin-interface or webclient in a browser.
Everything inside-the-game seems to work while this occurs,
so I'm not sure if it's really important or not.
THANKS !
-----
19-08-03 10:15:28+10 [..] Logged in: god(account 1) 127.0.0.1 (1 session(s) total)
19-08-03 10:19:44+10 |Portal| [::] NoneType: None
19-08-03 10:19:44+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:44+10 |Portal| [EE] ]
19-08-03 10:19:44+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:44+10 |Portal| [::] NoneType: None
19-08-03 10:19:44+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:44+10 |Portal| [EE] ]
19-08-03 10:19:44+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:44+10 |Portal| [::] NoneType: None
19-08-03 10:19:44+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:44+10 |Portal| [EE] ]
19-08-03 10:19:44+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:44+10 |Portal| [::] NoneType: None
19-08-03 10:19:44+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:44+10 |Portal| [EE] ]
19-08-03 10:19:44+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:44+10 |Portal| [::] NoneType: None
19-08-03 10:19:44+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:44+10 |Portal| [EE] ]
19-08-03 10:19:44+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:44+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 149, in _doReadOrWrite
why = getattr(selectable, method)()
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 243, in doRead
return self._dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 249, in _dataReceived
rval = self.protocol.dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\protocols\basic.py", line 579, in dataReceived
why = self.rawDataReceived(data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 645, in rawDataReceived
self.handleResponsePart(data)
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 77, in handleResponsePart
self.father.write(buffer)
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 238, in write
http.Request.write(self, data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1118, in write
self.channel.writeHeaders(version, code, reason, headers)
builtins.AttributeError: 'NoneType' object has no attribute 'writeHeaders'
19-08-03 10:19:44+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\application\app.py", line 312, in runReactorWithLogging
reactor.run()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1272, in run
self.mainLoop()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1284, in mainLoop
self.doIteration(t)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 143, in doSelect
_logrun(selectable, _drdw, selectable, method)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 154, in _doReadOrWrite
self._disconnectSelectable(selectable, why, method=="doRead")
File "c:\python37\Lib\site-packages\twisted\internet\posixbase.py", line 258, in _disconnectSelectable
selectable.connectionLost(failure.Failure(why))
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 519, in connectionLost
self._commonConnection.connectionLost(self, reason)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 327, in connectionLost
protocol.connectionLost(reason)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 599, in connectionLost
self.handleResponseEnd()
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 87, in handleResponseEnd
self.father.finish()
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 249, in finish
return http.Request.finish(self)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1046, in finish
"Request.finish called on a request after its connection was lost; "
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
19-08-03 10:19:45+10 |Portal| [::] NoneType: None
19-08-03 10:19:45+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:45+10 |Portal| [EE] ]
19-08-03 10:19:45+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:45+10 |Portal| [::] NoneType: None
19-08-03 10:19:45+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:45+10 |Portal| [EE] ]
19-08-03 10:19:45+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:45+10 |Portal| [::] NoneType: None
19-08-03 10:19:45+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:45+10 |Portal| [EE] ]
19-08-03 10:19:45+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:45+10 |Portal| [::] NoneType: None
19-08-03 10:19:45+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:45+10 |Portal| [EE] ]
19-08-03 10:19:45+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:45+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 149, in _doReadOrWrite
why = getattr(selectable, method)()
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 243, in doRead
return self._dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 249, in _dataReceived
rval = self.protocol.dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\protocols\basic.py", line 579, in dataReceived
why = self.rawDataReceived(data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 645, in rawDataReceived
self.handleResponsePart(data)
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 77, in handleResponsePart
self.father.write(buffer)
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 238, in write
http.Request.write(self, data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1118, in write
self.channel.writeHeaders(version, code, reason, headers)
builtins.AttributeError: 'NoneType' object has no attribute 'writeHeaders'
19-08-03 10:19:45+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\application\app.py", line 312, in runReactorWithLogging
reactor.run()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1272, in run
self.mainLoop()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1284, in mainLoop
self.doIteration(t)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 143, in doSelect
_logrun(selectable, _drdw, selectable, method)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 154, in _doReadOrWrite
self._disconnectSelectable(selectable, why, method=="doRead")
File "c:\python37\Lib\site-packages\twisted\internet\posixbase.py", line 258, in _disconnectSelectable
selectable.connectionLost(failure.Failure(why))
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 519, in connectionLost
self._commonConnection.connectionLost(self, reason)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 327, in connectionLost
protocol.connectionLost(reason)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 599, in connectionLost
self.handleResponseEnd()
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 87, in handleResponseEnd
self.father.finish()
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 249, in finish
return http.Request.finish(self)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1046, in finish
"Request.finish called on a request after its connection was lost; "
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
19-08-03 10:19:48+10 |Portal| [::] NoneType: None
19-08-03 10:19:48+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:48+10 |Portal| [EE] ]
19-08-03 10:19:48+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:48+10 |Portal| [::] NoneType: None
19-08-03 10:19:48+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:48+10 |Portal| [EE] ]
19-08-03 10:19:48+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:48+10 |Portal| [::] NoneType: None
19-08-03 10:19:48+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:48+10 |Portal| [EE] ]
19-08-03 10:19:48+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:48+10 |Portal| [::] NoneType: None
19-08-03 10:19:48+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:48+10 |Portal| [EE] ]
19-08-03 10:19:48+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:48+10 |Portal| [::] NoneType: None
19-08-03 10:19:48+10 |Portal| [EE] [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
19-08-03 10:19:48+10 |Portal| [EE] ]
19-08-03 10:19:48+10 |Portal| [EE] Caught errback in webserver.py:75.
19-08-03 10:19:48+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 149, in _doReadOrWrite
why = getattr(selectable, method)()
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 243, in doRead
return self._dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 249, in _dataReceived
rval = self.protocol.dataReceived(data)
File "c:\python37\Lib\site-packages\twisted\protocols\basic.py", line 579, in dataReceived
why = self.rawDataReceived(data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 645, in rawDataReceived
self.handleResponsePart(data)
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 77, in handleResponsePart
self.father.write(buffer)
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 238, in write
http.Request.write(self, data)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1118, in write
self.channel.writeHeaders(version, code, reason, headers)
builtins.AttributeError: 'NoneType' object has no attribute 'writeHeaders'
19-08-03 10:19:48+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\application\app.py", line 312, in runReactorWithLogging
reactor.run()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1272, in run
self.mainLoop()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1284, in mainLoop
self.doIteration(t)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 143, in doSelect
_logrun(selectable, _drdw, selectable, method)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 154, in _doReadOrWrite
self._disconnectSelectable(selectable, why, method=="doRead")
File "c:\python37\Lib\site-packages\twisted\internet\posixbase.py", line 258, in _disconnectSelectable
selectable.connectionLost(failure.Failure(why))
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 519, in connectionLost
self._commonConnection.connectionLost(self, reason)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 327, in connectionLost
protocol.connectionLost(reason)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 599, in connectionLost
self.handleResponseEnd()
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 87, in handleResponseEnd
self.father.finish()
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 249, in finish
return http.Request.finish(self)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1046, in finish
"Request.finish called on a request after its connection was lost; "
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 87, in handleResponseEnd
self.father.finish()
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 249, in finish
return http.Request.finish(self)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1046, in finish
"Request.finish called on a request after its connection was lost; "
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
19-08-03 10:19:52+10 |Portal| Unhandled Error
Traceback (most recent call last):
File "c:\python37\Lib\site-packages\twisted\application\app.py", line 312, in runReactorWithLogging
reactor.run()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1272, in run
self.mainLoop()
File "c:\python37\Lib\site-packages\twisted\internet\base.py", line 1284, in mainLoop
self.doIteration(t)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 143, in doSelect
_logrun(selectable, _drdw, selectable, method)
--- <exception caught here> ---
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "c:\python37\Lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
File "c:\python37\Lib\site-packages\twisted\internet\selectreactor.py", line 154, in _doReadOrWrite
self._disconnectSelectable(selectable, why, method=="doRead")
File "c:\python37\Lib\site-packages\twisted\internet\posixbase.py", line 252, in _disconnectSelectable
selectable.readConnectionLost(f)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 307, in readConnectionLost
self.connectionLost(reason)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 519, in connectionLost
self._commonConnection.connectionLost(self, reason)
File "c:\python37\Lib\site-packages\twisted\internet\tcp.py", line 327, in connectionLost
protocol.connectionLost(reason)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 599, in connectionLost
self.handleResponseEnd()
File "c:\python37\Lib\site-packages\twisted\web\proxy.py", line 87, in handleResponseEnd
self.father.finish()
File "c:\python37\Lib\site-packages\twisted\web\server.py", line 249, in finish
return http.Request.finish(self)
File "c:\python37\Lib\site-packages\twisted\web\http.py", line 1046, in finish
"Request.finish called on a request after its connection was lost; "
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.