POCS icon indicating copy to clipboard operation
POCS copied to clipboard

bisque Mount.unpark() raises KeyError on first unpark

Open AnthonyHorton opened this issue 5 years ago • 2 comments

Describe the bug Calling pocs.mount.bisque.Mount.unpark() results in KeyError: 'success' when called after .initialize().

To Reproduce Steps to reproduce the behavior:

  1. Create a new instance of the bisque Mount.
  2. Call Mount.initialize()
  3. Call Mount.unpark()
  4. Mount is now unparked, but KeyError: 'success' has been raised.

Expected behavior Mount unparked without a KeyError.

Related Issues #916

AnthonyHorton avatar Oct 22 '19 03:10 AnthonyHorton

Not able to recreate this on first attempt. Will leave open for now as explore more.

wtgee avatar Oct 23 '19 03:10 wtgee

@AnthonyHorton Was this done when mount was not homed?

wtgee avatar Oct 23 '19 03:10 wtgee