2024-05-23T17:39:45.903355 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-23T19:10:21.887181 chip number 0x4ba4 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:21.896157 chip number 0x4adc is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:21.900147 chip number 0x5963 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:21.903138 chip number 0x544a is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:27.411387 chip number 0x53ec is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:27.420363 chip number 0x4fc4 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:27.424352 chip number 0x6426 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:27.428342 chip number 0x5ac0 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:33.047294 chip number 0x5b48 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:33.056270 chip number 0x5eda is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:33.059262 chip number 0x6a9f is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:33.063251 chip number 0x6bd7 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:38.606406 chip number 0x63d6 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:38.615382 chip number 0x6846 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:38.619372 chip number 0x7314 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:38.623361 chip number 0x6529 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:44.476685 chip number 0x72e9 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:44.485661 chip number 0x7ed5 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:44.489650 chip number 0x7f1b is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:44.492643 chip number 0x7e32 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:50.324025 chip number 0x7a55 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:50.333001 chip number 0x84d0 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:50.336991 chip number 0x7d92 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:50.339983 chip number 0x9a83 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:56.040716 chip number 0x71f5 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:56.049692 chip number 0x8c09 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:56.053681 chip number 0x9464 is not a stored value, fix this if you are using a new chip 2024-05-23T19:10:56.056673 chip number 0x92ed is not a stored value, fix this if you are using a new chip 2024-05-23T19:11:07.878015 Received message "START 60.000000", but generated error 2024-05-23T19:11:07.879012 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-05-23T19:20:50.980659 chip number 0x4d74 is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:50.989635 chip number 0x568d is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:50.993625 chip number 0x557a is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:50.996616 chip number 0x4ca6 is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:56.697353 chip number 0x5758 is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:56.712308 chip number 0xade7 is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:56.720286 chip number 0x619f is not a stored value, fix this if you are using a new chip 2024-05-23T19:20:56.725273 chip number 0x5ab3 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:02.120822 chip number 0x6001 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:02.128800 chip number 0x5bf4 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:02.132790 chip number 0x6ea6 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:02.136779 chip number 0x666c is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:07.518365 chip number 0x68e3 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:07.527341 chip number 0x6350 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:07.531331 chip number 0x754f is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:07.534322 chip number 0x6c83 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:13.431528 chip number 0x6c7e is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:13.440503 chip number 0x6e4f is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:13.444492 chip number 0x7cb8 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:13.448482 chip number 0x7d38 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:19.291831 chip number 0x7dc6 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:19.300808 chip number 0x7a48 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:19.305794 chip number 0x8a21 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:19.309783 chip number 0x7b9a is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:25.157122 chip number 0x84ae is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:25.166098 chip number 0x7af9 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:25.170087 chip number 0x9602 is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:25.174076 chip number 0x9acd is not a stored value, fix this if you are using a new chip 2024-05-23T19:21:36.941893 Received message "START 60.000000", but generated error 2024-05-23T19:21:36.941893 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-05-23T19:22:21.876505 chip number 0x488d is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:21.886478 chip number 0x4580 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:21.890468 chip number 0x50d9 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:21.894456 chip number 0x53e1 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:23.283735 chip number 0x4e0e is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:23.292712 chip number 0x55c7 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:23.297699 chip number 0x5d32 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:23.300690 chip number 0x58c4 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:24.683985 chip number 0x584d is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:24.692961 chip number 0x55f3 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:24.696951 chip number 0x6372 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:24.699943 chip number 0x52a7 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:26.073264 chip number 0x5d2c is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:26.082240 chip number 0x5a8d is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:26.085232 chip number 0x6890 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:26.089221 chip number 0x56b7 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:27.476505 chip number 0x6222 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:27.486479 chip number 0x5f1d is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:27.490468 chip number 0x6dcd is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:27.494457 chip number 0x5ad1 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:29.980798 chip number 0x670e is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:29.990771 chip number 0x63c9 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:29.994761 chip number 0x72c5 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:29.998750 chip number 0x5ef4 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:32.816203 chip number 0x6bfe is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:32.824182 chip number 0x688f is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:32.828171 chip number 0x7770 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:32.832161 chip number 0x62ec is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:35.694494 chip number 0x70f1 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:35.703469 chip number 0x6d52 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:35.707459 chip number 0x7c03 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:35.711449 chip number 0x66f6 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:38.575776 chip number 0x75b5 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:38.584752 chip number 0x7222 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:38.587745 chip number 0x809d is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:38.591734 chip number 0x6b25 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:41.410185 chip number 0x7a96 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:41.421155 chip number 0x7706 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:41.425145 chip number 0x8548 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:41.428137 chip number 0x6f42 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:44.283489 chip number 0x7f2b is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:44.292464 chip number 0x7bc1 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:44.297451 chip number 0x89ba is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:44.301440 chip number 0x7347 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:47.149811 chip number 0x83d1 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:47.158787 chip number 0x806b is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:47.162776 chip number 0x8e3b is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:47.166766 chip number 0x7768 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:49.996187 chip number 0x8813 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:50.007158 chip number 0x8509 is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:50.011147 chip number 0x928c is not a stored value, fix this if you are using a new chip 2024-05-23T19:22:50.014139 chip number 0x7b1a is not a stored value, fix this if you are using a new chip 2024-05-23T19:23:01.788602 Received message "START 60.000000", but generated error 2024-05-23T19:23:01.788602 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