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
With debug2 I can see that the restarted job had completed before the set-job-attributes was processed.
CancelJob: id = 3
...
ProcessIPPRequest(.......
set_job_attrs:(......., ipp://localhost/jobs/3)
set_job_attrs: job #3 is finished and cannot be altered
send_ipp_error(......, 404)
....
The problem does not always occur. It depends how quick the job is processed. It is easier to see if print a small text file to a file device eg file:/tmp/prout
As the job does print it is not too much of a problem, just confusing for the user.
The text was updated successfully, but these errors were encountered:
Version: 1.1.20rc5
CUPS.org User: steve.p.walsh.hp
OS is Solaris 8
Got the following error message when restarting a print job even though the job restarted and printed:
lp -i testpr-3 -H restart
lp: set-job-attributes failed: client-error-not-possible
With debug2 I can see that the restarted job had completed before the set-job-attributes was processed.
CancelJob: id = 3
...
ProcessIPPRequest(.......
set_job_attrs:(......., ipp://localhost/jobs/3)
set_job_attrs: job #3 is finished and cannot be altered
send_ipp_error(......, 404)
....
The problem does not always occur. It depends how quick the job is processed. It is easier to see if print a small text file to a file device eg file:/tmp/prout
As the job does print it is not too much of a problem, just confusing for the user.
The text was updated successfully, but these errors were encountered: