2024-11-03T03:23:53.596722 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 334, in handle self.print(return_message) File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 315, in print log_and_print(string, request=self.wfile) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 131, in log_and_print LogPrintHandler().log_and_print(string, logfile, request, log, verbose) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 121, in log_and_print write_sendall(request, string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 30, in write_sendall write_sendall_bytes(write, _encoded_string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 36, in write_sendall_bytes request.write(_start + _len + bytes_string) File "C:\ProgramData\Miniconda3\lib\socketserver.py", line 826, in write self._sock.sendall(b) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host 2024-11-03T04:00:28.509465 Received message "START 20.000000", but generated error 2024-11-03T04:00:28.510618 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, 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 2024-11-03T04:00:37.194265 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:40.061317 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:42.923382 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:45.790434 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:48.656489 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:51.522545 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:54.378628 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:00:57.238701 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-11-03T04:01:11.589821 Received message "START 20.000000", but generated error 2024-11-03T04:01:11.590818 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1139, in acadias_acquire acadias_init( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1093, in acadias_init macie_interface.init(firmware_slot, load_files, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 962, in init super(BaseACADIA, self).init(firmware_slot, load_files, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 296, in init self.load_macie_firmware(firmware_slot, self.all_macies) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 700, in load_macie_firmware api.load_macie_firmware(self.handle, select_macies, firmware_slot) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1059, in load_macie_firmware handle_status(MACIE.MACIE_loadMACIEFirmware(handle, select_macies, firmware_slot, ct.byref(firmware_result))) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 660, in handle_status raise MACIEFailError asdetector.detector.macie.api.MACIEFailError: MACIE interface is not initialized 2024-11-03T04:08:42.288560 Received message "START 20.000000", but generated error 2024-11-03T04:08:42.288560 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, 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 2024-11-03T04:10:43.202264 Received message "START 20.000000", but generated error 2024-11-03T04:10:43.202264 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, 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 2024-11-03T19:13:06.654946 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 334, in handle self.print(return_message) File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 315, in print log_and_print(string, request=self.wfile) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 131, in log_and_print LogPrintHandler().log_and_print(string, logfile, request, log, verbose) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 121, in log_and_print write_sendall(request, string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 30, in write_sendall write_sendall_bytes(write, _encoded_string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 36, in write_sendall_bytes request.write(_start + _len + bytes_string) File "C:\ProgramData\Miniconda3\lib\socketserver.py", line 826, in write self._sock.sendall(b) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host 2024-11-04T01:01:29.796482 chip number 0x4120 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:29.804460 chip number 0x3f49 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:29.808450 chip number 0x4993 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:29.811442 chip number 0x452e is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:34.852936 chip number 0x3f4a is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:34.859917 chip number 0x4de2 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:34.863906 chip number 0x4c46 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:34.867895 chip number 0x44f4 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:39.549354 chip number 0x4764 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:39.556335 chip number 0x4ffe is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:39.560325 chip number 0x7201 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:39.563317 chip number 0x5218 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:44.556939 chip number 0x5044 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:44.564918 chip number 0x4fbf is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:44.567910 chip number 0x608b is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:44.570902 chip number 0x61c9 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:49.669243 chip number 0x4ca6 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:49.678219 chip number 0x6834 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:49.681211 chip number 0x6783 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:49.685200 chip number 0x5c23 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:54.754620 chip number 0x5a17 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:54.763596 chip number 0x59bf is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:54.767585 chip number 0x67a5 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:54.770577 chip number 0x616d is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:59.749240 chip number 0x63e7 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:59.757218 chip number 0x693b is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:59.761208 chip number 0x6e50 is not a stored value, fix this if you are using a new chip 2024-11-04T01:01:59.765197 chip number 0x66e5 is not a stored value, fix this if you are using a new chip 2024-11-04T01:02:11.611967 Received message "START 60.000000", but generated error 2024-11-04T01:02:11.611967 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, 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 2024-11-04T01:05:45.844293 chip number 0x3d87 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:45.851275 chip number 0x440e is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:45.855264 chip number 0x487c is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:45.859253 chip number 0x5442 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:51.018433 chip number 0x4302 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:51.026412 chip number 0x4e71 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:51.029404 chip number 0x5245 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:51.032396 chip number 0x61c9 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:56.097827 chip number 0x4d64 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:56.107801 chip number 0x4cfc is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:56.111790 chip number 0x5fc2 is not a stored value, fix this if you are using a new chip 2024-11-04T01:05:56.115779 chip number 0x5353 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:00.899964 chip number 0x5056 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:00.907943 chip number 0x4fbb is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:00.911932 chip number 0x5c78 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:00.915921 chip number 0x592c is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:05.366999 chip number 0x54a4 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:05.374977 chip number 0x5ff4 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:05.378966 chip number 0x63ef is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:05.381959 chip number 0x5e79 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:10.277844 chip number 0x5d19 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:10.285822 chip number 0x678f is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:10.289812 chip number 0x6a33 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:10.292804 chip number 0x4002 is not a stored value, fix this if you are using a new chip 2024-11-04T01:06:22.090203 Received message "START 60.000000", but generated error 2024-11-04T01:06:22.090203 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, 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 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, 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