Does anyone know what this message means and/or what the cause might be? It is being generated in a socket-based application (that had been working) by the following statement: transmitter = self.server_socket.accept() # blocks till something arrives where 'transmitter' is expected to be the usual 2-element tuple.