Each time I submit a print job a get the Popup "Couldn't find job #, is it already finished?"
(I use a HTTPS CUPS server with HTTP Authentication)
I think the reason for this message is that CupsService.kt:237 (updateJobStatus) and CupsService.kt:278 (getJobState) use CUPS unauthenticated to send the Get-Job-Attributes request to the CUPS server, which answers with 401 (I checked this with wireshark)
(Btw, Printing works perfectly it's more of a cosmetic thing)