clightning4j / clightning4j/LNQrcode

kotlin.UninitializedPropertyAccessException exception

Open
#2 0 comments 0 reactions 1 assignee Claimed by @vincenzopalazzo View on GitHub
bug
Dominant language
Kotlin
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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.(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)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.