Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlin.UninitializedPropertyAccessException exception #2

Open
vincenzopalazzo opened this issue Apr 23, 2021 · 0 comments
Open

kotlin.UninitializedPropertyAccessException exception #2

vincenzopalazzo opened this issue Apr 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link
Member

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)
@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Apr 23, 2021
@vincenzopalazzo vincenzopalazzo self-assigned this Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant