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
When I try to create a new address, I receive an exception like the following one
Exception in thread "AWT-EventQueue-0" kotlin.UninitializedPropertyAccessException: lateinit property invoice has not been initialized
at io.jlightning.qr.cli.model.Options$PluginInfo.getInvoice(Options.kt:42)
at io.jlightning.qr.cli.ui.QRUIContainer.initView(QRUIContainer.kt:54)
at io.jlightning.qr.cli.ui.QRUIContainer.<init>(QRUIContainer.kt:44)
at io.jlightning.qr.cli.ui.QRCliUI.initApp(QRCliUI.kt:55)
at io.jlightning.qr.cli.printers.gui.GUIPrinter$print$1.run(GUIPrinter.kt:35)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
The text was updated successfully, but these errors were encountered:
When I try to create a new address, I receive an exception like the following one
The text was updated successfully, but these errors were encountered: