Bug 397227 - PHD2 stopped guiding not recognized
Summary: PHD2 stopped guiding not recognized
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.9.7
Platform: Debian stable Linux
: NOR major
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-06 23:08 UTC by Wolfgang Reissenberger
Modified: 2018-08-07 15:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In: 2.9.8
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Reissenberger 2018-08-06 23:08:09 UTC
When guiding with PHD2 fails during a schedule, it causes a capture failure marking the capture as "Aborted". But when the scheduler tries to recover, the PHD2 guide adaptor returns the wrong value:

guideInterface->call(QDBus::AutoDetect, "getStatus")

returns "no error" despite PHD has stopped guiding.

As a consequence, the scheduler simply executes the next capture sequence and does not restarts guiding.
Comment 1 Jasem Mutlaq 2018-08-07 08:06:03 UTC
This should be fixed in 2.9.8 or GIT now if you want to test that.
Comment 2 Wolfgang Reissenberger 2018-08-07 15:03:39 UTC
Tested it on commit 9c7bebf8421ce49194ebed7ecdaa426ac143032d. Looks good!