2021-04-13 09:02:54,193 [INFO] Connection closed: 1006 - Disconnected
2021-04-13 09:02:54,193 [INFO] Closing all communication channels for An anonymous request
This suggests that the user clicked "Block" and "Remember this decision", blocking all unsigned requests.
I see there's an odd error with SiteManager preventing the user from removing this block:
2021-04-13 09:30:06,038 [ERROR] Unable to parse certificate date
java.time.format.DateTimeParseException: Text 'Not Provided' could not be parsed at index 0
at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046)
at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1874)
at qz.auth.Certificate.loadCertificate(Unknown Source)
at qz.ui.SiteManagerDialog.readCertificates(Unknown Source)
at qz.ui.SiteManagerDialog.run(Unknown Source)
at java.base/java.lang.Thread.run(Thread.java:834)
So for now, please remove %appdata%\qz from this computer and try again.
2021-04-13 09:32:52,193 [DEBUG] Searching for PrintService matching zebra
2021-04-13 09:32:52,762 [DEBUG] Found 7 printers
2021-04-13 09:32:52,762 [WARN] Printer not found: zebra
I'm curious to know which printers are found when clicking "Find all printers".
> if the logs show the reason the GX420d was not being recognized.
Usually Zebra uses the name "ZDesigner", not "zebra", so you may need to adjust your search criteria, or find all printers and loop over them for the best match.
I'm a bit curious how the DateTimeParseException is triggered. It smells like a bug. If you can provide the steps to reproduce this, we'd be very happy, we don't like bugs. :)
-Tres