[Twisted-Python] twisted.internet.error.ConnectionLost

Daniel Isenegger disen at geo.unizh.ch
Wed Aug 31 09:19:27 MDT 2005


Hi
in an instance of protocol.basic.lineOnlyReceiver i i read in a file in 
a string and try to send this string to another instance of 
protocol.basic.lineOnlyReceiver trough the normal 
self.transport.write(theString + "\r\n")

when doing this i get the error message:
IK_IC_TSS 16:13:53:03  connectionLost() for the instance IK_IC_TSS due 
to reason: [Failure instance: Traceback (failure with no frames): 
twisted.internet.error.ConnectionLost: Connection to the other side was 
lost in a non-clean fashion.

The file is a normal text file of about 200KB.

I googled for similar types of errors, but could not find smth.

Is there an explicit string size limit or is it just the fact the the 
lineOnlyReceiver is not built for that kind of data transfer?

Thanks
 Dani





More information about the Twisted-Python mailing list