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

NPE when interactiing with libraries #177

Open
bric3 opened this issue Nov 15, 2023 · 0 comments
Open

NPE when interactiing with libraries #177

bric3 opened this issue Nov 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bric3
Copy link
Owner

bric3 commented Nov 15, 2023

Exception in thread "Thread-3225" java.lang.NullPointerException: Parameter specified as non-null is null: method com.github.bric3.excalidraw.editor.SchemeHandlerFactory.create, parameter browser
	at com.github.bric3.excalidraw.editor.SchemeHandlerFactory.create(SchemeHandlerFactory.kt)
Exception in thread "AppKit Thread" java.lang.IllegalArgumentException: Argument for @NotNull parameter 'browser' of com/intellij/ui/jcef/JBCefClient$HandlerSupport.get must not be null
	at com.intellij.ui.jcef.JBCefClient$HandlerSupport.$$$reportNull$$$0(JBCefClient.java)
	at com.intellij.ui.jcef.JBCefClient$HandlerSupport.get(JBCefClient.java)
	at com.intellij.ui.jcef.JBCefClient$12.onCertificateError(JBCefClient.java:621)
	at jcef/org.cef.CefClient.onCertificateError(CefClient.java:964)

Related #16

@bric3 bric3 added the bug Something isn't working label Nov 15, 2023
bric3 added a commit that referenced this issue Nov 21, 2023
Ideally an option would that, but it doesn't seem available in te doc.
See #177, #16
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