2024-05-16T19:05:22.361688 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-05-16T19:05:53.219777 Received message "INIT", but generated error 2024-05-16T19:05:53.220775 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 80, in execute_command io_init(request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1232, in io_init init_interfaces = acadias_init( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1103, in acadias_init macie_interface.start( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 498, in start self.configure_science_interface() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 911, in configure_science_interface self.configure_gige_science_interface(select_macies=select_macies) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 775, in configure_gige_science_interface api.configure_gige_science_interface( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1648, in configure_gige_science_interface handle_status( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 660, in handle_status raise MACIEFailError asdetector.detector.macie.api.MACIEFailError: Configure GigE science interface failed: Read MACIE 0x01d0 failed 2024-05-16T19:30:24.554454 Received message "START 10.000000", but generated error 2024-05-16T19:30:24.554454 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 526, in start self.capture_frame(frame, True, 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-05-16T19:33:50.909718 Received message "START 10.000000", but generated error 2024-05-16T19:33:50.909718 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 526, in start self.capture_frame(frame, True, 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-05-16T19:34:26.095714 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-05-16T20:22:39.726361 chip number 0x581d is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:39.735338 chip number 0x5e9a is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:39.738329 chip number 0x4a6d is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:39.742319 chip number 0x46ef is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:44.802762 chip number 0x612c is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:44.811738 chip number 0x54ad is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:44.815727 chip number 0x4efe is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:44.818719 chip number 0x55dd is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:50.007818 chip number 0xaffe is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:50.016795 chip number 0x59e7 is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:50.020783 chip number 0x52a5 is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:50.023775 chip number 0x5bef is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:55.289668 chip number 0x77c3 is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:55.298644 chip number 0x6e4d is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:55.302633 chip number 0x6238 is not a stored value, fix this if you are using a new chip 2024-05-16T20:22:55.306623 chip number 0x5d37 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:00.486746 chip number 0x79f9 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:00.495721 chip number 0x6dc8 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:00.499711 chip number 0x66ea is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:00.502703 chip number 0x68d4 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:05.111357 chip number 0x79ab is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:05.121330 chip number 0x8b31 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:05.125319 chip number 0x75c9 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:05.129309 chip number 0x7f0a is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:08.052478 chip number 0x896c is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:08.061453 chip number 0x7606 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:08.065442 chip number 0x7376 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:08.068435 chip number 0x77c9 is not a stored value, fix this if you are using a new chip 2024-05-16T20:23:19.848876 Received message "START 60.000000", but generated error 2024-05-16T20:23:19.849873 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