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
I was drilling down the widget tree in the "Flutter Inspector". When I reached SliverList and iterated over its AutomaticKeepAlive children, this happened. It seems the inspector attempts to automatically expand the nodes, but does this asynchronously. By the time it expands I already moved on to another item. It takes focus back to a different item in the list. After a few rounds of this back'n'forth, I see this error.
java.util.concurrent.CompletionException: java.lang.RuntimeException: org.dartlang.vm.service.element.ErrorRef@28a0c34e
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:943)
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
at io.flutter.inspector.EvalOnDartLibrary$2.received(EvalOnDartLibrary.java:122)
at org.dartlang.vm.service.VmService.forwardResponse(VmService.java:456)
at org.dartlang.vm.service.VmServiceBase.processResponse(VmServiceBase.java:450)
at org.dartlang.vm.service.VmServiceBase$1.onMessage(VmServiceBase.java:96)
at de.roderick.weberknecht.WebSocketReceiver.run(WebSocketReceiver.java:65)
Caused by: java.lang.RuntimeException: org.dartlang.vm.service.element.ErrorRef@28a0c34e
... 5 more
The text was updated successfully, but these errors were encountered:
What happened
I was drilling down the widget tree in the "Flutter Inspector". When I reached
SliverList
and iterated over itsAutomaticKeepAlive
children, this happened. It seems the inspector attempts to automatically expand the nodes, but does this asynchronously. By the time it expands I already moved on to another item. It takes focus back to a different item in the list. After a few rounds of this back'n'forth, I see this error.Version information
IntelliJ IDEA
2017.3.5
• Flutter pluginio.flutter 22.2.2
• Dart plugin173.4548.30
Flutter 0.2.5-pre.26 • channel unknown • unknown source
Framework • revision aba0379dcc (27 hours ago) • 2018-03-22 13:21:07 -0700
Engine • revision 6280adbfb1
Tools • Dart 2.0.0-dev.39.0.flutter-06949dc985
Exception
Error evaluating expression:
Exception
java.lang.RuntimeException: org.dartlang.vm.service.element.ErrorRef@28a0c34e
The text was updated successfully, but these errors were encountered: