2023-10-03T19:37:06.738323 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 518, in start self.capture_frame(frame, True) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 321, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 905, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 783, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2023-10-04T00:21:23.675531 chip number 0x8d04 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:23.685504 chip number 0xf409 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:23.690490 chip number 0x8404 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:23.694480 chip number 0x5f04 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:26.539870 chip number 0x9004 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:26.550841 chip number 0xfa09 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:26.553833 chip number 0x8804 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:26.557822 chip number 0x6204 is not a stored value, fix this if you are using a new chip 2023-10-04T00:21:38.350283 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 526, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 321, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 905, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 783, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2023-10-04T00:45:35.512163 Received message "START 10.000000", but generated error 2023-10-04T00:45:35.523134 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 267, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 96, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1183, in io_start macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 535, in start raise TimeoutError('{} thread is taking too long, moving on'.format(thread.name)) TimeoutError: 20231003.prime.0000. thread is taking too long, moving on