You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a new Mount instance of bisque type.
Call Mount.initialize()
Call Mount.status(), get a TheSkyXTimeout error.
Call Mount.unpark()
Call Mount.status(), it will work.
Call Mount.park()
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.
Describe the bug
Calling
pocs.mount.bisque.Mount.status()
when the mount is parked will result in aTheSkyXTimeout
error unless the mount has previously been unparked.To Reproduce
Steps to reproduce the behavior:
Mount
instance ofbisque
type.Mount.initialize()
Mount.status()
, get aTheSkyXTimeout
error.Mount.unpark()
Mount.status()
, it will work.Mount.park()
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
The text was updated successfully, but these errors were encountered: