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
This has been happening since I cloned the latest master (didn't test previous versions).
Exception in thread "JavaFX Application Thread" netscape.javascript.JSException: Invalid function reference
at com.sun.webkit.dom.JSObject.callImpl(Native Method)
at com.sun.webkit.dom.JSObject.call(JSObject.java:98)
at com.lynden.gmapsfx.javascript.JavascriptObject.invokeJavascript(JavascriptObject.java:230)
at com.lynden.gmapsfx.javascript.object.InfoWindow.setContent(InfoWindow.java:67)
at dekk.pw.pokemate.PokeMateUI.lambda$null$5(PokeMateUI.java:156)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
This has been happening since I cloned the latest master (didn't test previous versions).
The text was updated successfully, but these errors were encountered: