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

bisque Mount.status() fails until mount has been unparked once #916

Open
AnthonyHorton opened this issue Oct 22, 2019 · 1 comment
Open
Milestone

Comments

@AnthonyHorton
Copy link
Collaborator

AnthonyHorton commented Oct 22, 2019

Describe the bug
Calling pocs.mount.bisque.Mount.status() when the mount is parked will result in a TheSkyXTimeout error unless the mount has previously been unparked.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Mount instance of bisque type.
  2. Call Mount.initialize()
  3. Call Mount.status(), get a TheSkyXTimeout error.
  4. Call Mount.unpark()
  5. Call Mount.status(), it will work.
  6. Call Mount.park()
  7. Call Mount.status(), it will still work.

Expected behavior
Mount.status should always return either the mount status or a warning about being unable to retrieve the mount status.

**Related Issues
#917

@wtgee
Copy link
Member

wtgee commented Oct 23, 2019

I'm not able to recreate this although am using an existing ipython session. Will leave open for now.

@wtgee wtgee added this to the V1.0 milestone Feb 17, 2020
@wtgee wtgee modified the milestones: V1.0, v2.0 Jan 20, 2022
@wtgee wtgee modified the milestones: v2.0, v0.9.0 Mar 28, 2024
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

2 participants