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
I tried to use qz tray on non localhost with qz-tray certgen --host "192.168.1.171". The connection is success and I get printers list from the host, but when I try to print I get the following error message.
[ERROR] 2025-03-10T16:08:37,519 @ qz.utils.PrintingUtilities:222
Failed to print
java.awt.print.PrinterException: javax.print.PrintException: java.awt.print.PrinterIOException
at java.desktop/sun.print.RasterPrinterJob.spoolToService(Unknown Source) ~[?:?]
at java.desktop/sun.print.RasterPrinterJob.print(Unknown Source) ~[?:?]
at qz.printer.action.PrintPixel.printCopies(PrintPixel.java:133) ~[qz-tray.jar:?]
at qz.printer.action.PrintPDF.print(PrintPDF.java:278) ~[qz-tray.jar:?]
at qz.utils.PrintingUtilities.processPrintRequest(PrintingUtilities.java:212) ~[qz-tray.jar:?]
at qz.ws.PrintSocketClient.processMessage(PrintSocketClient.java:325) ~[qz-tray.jar:?]
at qz.ws.PrintSocketClient.lambda$onMessage$0(PrintSocketClient.java:171) ~[qz-tray.jar:?]
at java.base/java.lang.Thread.run(Unknown Source) [?:?]
The text was updated successfully, but these errors were encountered:
I tried to use qz tray on non localhost with
qz-tray certgen --host "192.168.1.171"
. The connection is success and I get printers list from the host, but when I try to print I get the following error message.The text was updated successfully, but these errors were encountered: