• + 2 comments

    Hi, I'm having this with my python2 solution:

    Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) File "/run-WkSJ73VISnkqB8P6kY1R/solution.py", line 99, in process_client_connection message = read_string_from_socket(connection) File "/run-WkSJ73VISnkqB8P6kY1R/solution.py", line 14, in read_string_from_socket data_size_network_integer = struct.unpack("I", data_size_network_string)[0] error: unpack requires a string argument of length 4