We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Can funds be transferred? - A
You are viewing a single comment's thread. Return to all 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