Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
protocol.connectionLost(reason)
File "/home/xxx/bh/bitHopper/_newclient.py", line 823, in dispatcher
return func(*args, **kwargs)
File "/home/xxx/bh/bitHopper/_newclient.py", line 1427, in _connectionLost_WAITING
self._disconnectParser(reason)
File "/home/xxx/bh/bitHopper/_newclient.py", line 1356, in _disconnectParser
parser.connectionLost(reason)
------
File "/home/xxx/bh/bitHopper/_newclient.py", line 486, in connectionLost
self.bodyDecoder.noMoreData()
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1388, in noMoreData
finishCallback('')
File "/home/xxx/bh/bitHopper/_newclient.py", line 401, in _finished
self.finisher(rest)
File "/home/xxx/bh/bitHopper/_newclient.py", line 1331, in _finishResponse
connHeaders = self._parser.connHeaders.getRawHeaders('connection')
exceptions.AttributeError: 'NoneType' object has no attribute 'connHeaders'
The above quoted is the exact error I Get as well =)