2024-11-24T02:13:37.580296 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-24T04:27:02.522217 chip number 0xa404 is not a stored value, fix this if you are using a new chip 2024-11-24T04:27:02.530195 chip number 0x1609 is not a stored value, fix this if you are using a new chip 2024-11-24T04:27:02.533187 chip number 0x4704 is not a stored value, fix this if you are using a new chip 2024-11-24T04:27:02.537177 chip number 0x4304 is not a stored value, fix this if you are using a new chip 2024-11-24T04:27:14.379440 Received message "START 10.000000", but generated error 2024-11-24T04:27:14.380437 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-24T23:06:33.127856 chip number 0xb604 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:33.136832 chip number 0x1909 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:33.140821 chip number 0x5204 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:33.143813 chip number 0x3e04 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:35.997169 chip number 0xc204 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:36.005148 chip number 0x1809 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:36.009138 chip number 0x5704 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:36.012130 chip number 0x4904 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:38.861496 chip number 0xce04 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:38.869475 chip number 0x1b09 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:38.873465 chip number 0x6604 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:38.876457 chip number 0x5d04 is not a stored value, fix this if you are using a new chip 2024-11-24T23:06:50.723721 Received message "START 11.400000", but generated error 2024-11-24T23:06:50.723721 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