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
Unfortunately due to issue #1 there's not a great way to handle these exceptions, but we can do some manual string parsing and convert them to something a little nicer.
The text was updated successfully, but these errors were encountered:
From running "pub get" on pop pop win:
Resolving dependencies...
Changed 12 dependencies!
Precompiling executables...
Loading source assets...
Failed to precompile chrome:setup_app:
Unhandled exception:
Uncaught Error: Failure getting http://localhost:56686/packages/unscripted/unscripted.dart: 404 Not Found
Stack Trace:
#0 _asyncLoadError (dart:_builtin:339)
#1 _httpGet.<anonymous closure>.<anonymous closure> (dart:_builtin:128)
#2 _RootZone.runGuarded (dart:async/zone.dart:1009)
#3 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:390)
#4 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:399)
#5 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:290)
#6 _ForwardingStream._handleDone (dart:async/stream_pipe.dart:94)
#7 _handleDone (dart:async/stream_pipe.dart:162)
#8 _RootZone.runGuarded (dart:async/zone.dart:1009)
#9 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:390)
#10 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:399)
#11 _DelayedDone.perform (dart:async/stream_impl.dart:614)
#12 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:711)
#13 _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:671)
#14 _asyncRunCallbackLoop (dart:async/schedule_microtask.dart:41)
#15 _asyncRunCallback (dart:async/schedule_microtask.dart:48)
#16 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:84)
#17 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:131)
0 _rootHandleUncaughtError.<anonymous closure> (dart:async/zone.dart:820)
1 _asyncRunCallbackLoop (dart:async/schedule_microtask.dart:41)
2 _asyncRunCallback (dart:async/schedule_microtask.dart:48)
3 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:84)
4 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:131)
Unfortunately due to issue #1 there's not a great way to handle these exceptions, but we can do some manual string parsing and convert them to something a little nicer.
The text was updated successfully, but these errors were encountered: