On our Clover Mini, we would sometimes get a bunch of status 0 followed by status 3 OnPrintJobStatusResponse:
8/27/2019 1:33:04 PM OnPrintJobStatusResponse{ "status": 0, "Success": true, "Result": 0}
8/27/2019 1:33:05 PM OnPrintJobStatusResponse{ "status": 3, "Success": true, "Result": 0}
8/27/2019 1:51:45 PM OnPrintJobStatusResponse{ "status": 0, "Success": true, "Result": 0}
8/27/2019 1:51:46 PM OnPrintJobStatusResponse{ "status": 3, "Success": true, "Result": 0}
8/27/2019 1:51:46 PM OnPrintJobStatusResponse{ "status": 0, "Success": true, "Result": 0}
8/27/2019 1:51:47 PM OnPrintJobStatusResponse{ "status": 3, "Success": true, "Result": 0}
Once we get this, we are no longer able to print further print requests to our Clover Mini.
It appears that our print request is being queued and not being able to print due to error.
Is there a way to determine what is causing the error?
Is there a way to remove the problematic print request from the queue?