Replies: 1 comment 3 replies
-
Hard to provide any guidance - the multiple instances of the printer application are definitely a problem, but not one that would be caused by PAPPL... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Michael,
I hope this message finds you well. We are currently in the process of developing AirPrint support for our label printers, and we have entered the testing phase. However, we have encountered a random issue during testing, specifically related to "print processing."
Here is a breakdown of our testing procedure:
We have also noticed that when the printer is in an error state, the Mac's Print Dialog correctly displays the printer error status. However, despite the error status, the Mac continues to send the next job to the printer. To address this, we implemented a logic check during the printer status cycle. If the printer is in an error state, we inform the caller function of the current error status. In the subsequent printer status check cycle, if the printer is still in an error state, we wait until the printer status changes to "ready" before proceeding. This ensures that the Mac does not send the next job to the printer while it's still in an error state.
Upon examining the output of the 'ps' command from our printer's terminal, we noticed that there are multiple instances of our printer application running, which could be related to the "print processing" issue.
Additionally, we have attached the following information for your reference:
log-file-O.txt
log-file.txt
The Mac Print Dialogue and Web UI
We kindly request your expert guidance to help us identify the root cause of this issue and provide solutions to resolve it. We greatly appreciate your assistance.
Thank you for your time and support.
Best regards,
Sahaya Darcius P
Beta Was this translation helpful? Give feedback.
All reactions