2023-10-27T05:53:14.194180 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 57, in get_tcp_message message_list.append(request.read(1)) MemoryError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 305, in handle self.data = get_tcp_message(self.rfile, timeout=5) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 59, in get_tcp_message log_and_print("Memory Error, message_list: {}".format(message_list)) MemoryError