Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera errors not handled by Huntsman "observing" state. #205

Closed
danjampro opened this issue Sep 3, 2020 · 2 comments
Closed

Camera errors not handled by Huntsman "observing" state. #205

danjampro opened this issue Sep 3, 2020 · 2 comments

Comments

@danjampro
Copy link
Contributor

If a timeout error (or maybe any other error) is encountered by the camera itself, the error does not get raised at the state machine level. This is potentially a fatal bug because it can cause the "observing" state to hang indefinitely.

@wtgee
Copy link
Collaborator

wtgee commented Sep 3, 2020

Do you have anything from the logs that shows this happening?

@danjampro
Copy link
Contributor Author

@wtgee

Camera logs:

D0903 10:09:15.884                 libasi.py:238] Set EXPOSURE to 300.0 s on camera 0
D0903 10:09:15.885                 libasi.py:450] Exposure started on camera 0
E0903 10:14:45.893                  error.py:016] Timeout: Timeout waiting for exposure on ZWO ASI Camera (361d420013090900) with Birger Focuser & ZWO Filter Wheel to complete
E0903 10:14:45.894                 camera.py:598] Error while waiting for exposure on ZWO ASI Camera (361d420013090900) with Birger Focuser & ZWO Filter Wheel: Timeout: Timeout waiting for exposure on ZWO ASI Camera (361d420013090900) with Birger Focuser & ZWO Filter Wheel to complete

And lots of

Waiting for images ...

in the main logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants