Skip to content

Instantly share code, notes, and snippets.

@marcomorain
Created August 10, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcomorain/a367b83b241e03129e4e641ca8544930 to your computer and use it in GitHub Desktop.
Save marcomorain/a367b83b241e03129e4e641ca8544930 to your computer and use it in GitHub Desktop.
08-10 16:53:11.488 25245-25840/? W/SeikoMini: onHandleIntent(PrinterIntentService.java:391): print failed, printer: Printer{uuid=AHPNN7RZVWDVP, type=SEIKO_MINI_USB, name=Mini, mac=null, ip=null, category=RECEIPT}
java.lang.NullPointerException
at com.clover.engine.services.ReceiptPrinterPlugins.ReceiptGenerator.createReceiptView(ReceiptGenerator.java:1711)
at com.clover.engine.services.ReceiptPrinterPlugins.ReceiptGenerator.createReceiptView(ReceiptGenerator.java:1576)
at com.clover.engine.services.ReceiptPrinterPlugins.seiko.SeikoMini.printReceipt(SeikoMini.java:75)
at com.clover.engine.services.PrinterIntentService.onHandleIntent(PrinterIntentService.java:326)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment