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
HP MFPs answer 404 for GET /eSCL/ScanJobs/{uuid} and only report job
state inside ScannerStatus/Jobs. JobInfo now falls back to that list, so
these devices get live page progress, state_reasons
(JobCompletedSuccessfully, …), the final Aborted check, and correct
"job still alive" detection when NextDocument answers 503 between sheets.
Page count no longer doubles when the device counter and the document pull
both count the same page; the assembled PDF's page count is authoritative.
503 purge skips jobs the device already lists as finished (HP keeps them
as history).