Replies: 1 comment
-
The most common reason for this is a bad connection to the camera. I would try to re-seat the USB connection. If that does not work, you could also try a different USB port. If that does not work, you probably need to replace the USB cable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, after weeks of running, I suddenly have the issue, that the camera doesn't take pictures from time to time. This is what's happening in the log:
2025-01-10T14:29:09.403492+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:09: [ERROR] Exposure failed after 3 attempts.
2025-01-10T14:29:08.105640+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:08: [DEBUG] StartExposure->setexp : 0.000s
2025-01-10T14:29:08.105500+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:08: [DEBUG] ASIGetExpStatus failed. Restarting exposure...
2025-01-10T14:29:06.698914+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:06: [DEBUG] StartExposure->setexp : 0.000s
2025-01-10T14:29:06.698768+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:06: [DEBUG] ASIGetExpStatus failed. Restarting exposure...
2025-01-10T14:29:05.706980+01:00 allsky [INFO] MainProcess-976/MainThread allsky._queueManualTasks() [1223]: Checking for manually submitted tasks
2025-01-10T14:29:04.968459+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:04: [DEBUG] StartExposure->setexp : 0.000s
2025-01-10T14:29:04.925163+01:00 allsky [INFO] Capture-1-980/MainThread capture.saferun() [581]: Total time since last exposure 302.9000 s
2025-01-10T14:29:04.925115+01:00 allsky [INFO] Capture-1-980/MainThread capture.saferun() [550]: Image queue depth: 0
2025-01-10T14:29:04.924992+01:00 allsky [INFO] Capture-1-980/MainThread indi.set_number() [1360]: Setting Duration (s) = 0.0001424267829861492
2025-01-10T14:29:04.824776+01:00 allsky [INFO] Capture-1-980/MainThread capture.shoot() [1576]: Taking 0.00014243 s exposure (gain 0)
2025-01-10T14:29:04.823003+01:00 allsky [WARNING] Capture-1-980/MainThread capture._periodic_tasks() [1064]: Periodic tasks triggered
2025-01-10T14:29:04.816313+01:00 allsky [INFO] Capture-1-980/Dummy-1 indi.newMessage() [353]: new Message 2025-01-10T13:29:04: [DEBUG] Aborting exposure...
2025-01-10T14:29:04.672768+01:00 allsky [WARNING] Capture-1-980/MainThread indi.abortCcdExposure() [990]: Aborting exposure
2025-01-10T14:29:04.672686+01:00 allsky [WARNING] Capture-1-980/MainThread miscDb.addNotification() [978]: Not adding existing notification
2025-01-10T14:29:04.671005+01:00 allsky [INFO] Capture-1-980/MainThread indi.getTelescopeRaDec() [881]: Telescope Coord: RA 21.43, Dec 50.05
2025-01-10T14:29:04.570835+01:00 allsky [INFO] Capture-1-980/MainThread indi.getCcdTemperature() [896]: Camera temperature: 28.0
2025-01-10T14:29:04.470719+01:00 allsky [INFO] Capture-1-980/MainThread capture.detectNight() [1382]: Moon altitude: 10.9, phase 86.4%
2025-01-10T14:29:04.470679+01:00 allsky [INFO] Capture-1-980/MainThread capture.detectNight() [1375]: Sun altitude: 13.6
2025-01-10T14:29:04.470629+01:00 allsky [INFO] Capture-1-980/MainThread capture.saferun() [232]: Exposure state: ALERT
2025-01-10T14:29:04.470487+01:00 allsky [INFO] Capture-1-980/MainThread capture.saferun() [231]: Camera last ready: 302.5s
2025-01-10T14:28:54.571053+01:00 allsky [INFO] Sensor-1-984/MainThread sensor.saferun() [191]: Dew Point: 0.9, Frost Point: 0.4, Heat Index: 53.2
2025-01-10T14:28:54.570781+01:00 allsky [INFO] Sensor-1-984/MainThread tempSensorDht.update() [22]: [DHT22] DHT - temp: 12.6c, humidity: 56.2%
2025-01-10T14:28:53.457352+01:00 allsky [INFO] Capture-1-980/MainThread indi.getTelescopeRaDec() [881]: Telescope Coord: RA 21.43, Dec 50.05
2025-01-10T14:28:53.357180+01:00 allsky [INFO] Capture-1-980/MainThread indi.getCcdTemperature() [896]: Camera temperature: 28.0
2025-01-10T14:28:53.257212+01:00 allsky [INFO] Capture-1-980/MainThread capture.detectNight() [1382]: Moon altitude: 10.9, phase 86.4%
2025-01-10T14:28:53.257168+01:00 allsky [INFO] Capture-1-980/MainThread capture.detectNight() [1375]: Sun altitude: 13.6
2025-01-10T14:28:53.257115+01:00 allsky [INFO] Capture-1-980/MainThread capture.saferun() [232]: Exposure state: ALERT
Any ideas how to fix it? I'm using a ZWO ASI678MC
Beta Was this translation helpful? Give feedback.
All reactions