-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
_methodNameFromUri gets bad Uri #24388
Comments
And the rest of the trace is here... #15 _StreamController.add (dart:async/stream_controller.dart:562) |
vm-service: Error: Unhandled exception: |
Based on frame #9, this is a direct HTTP GET request. So, this isn't a WebSocket RPC from Observatory, it is likely a request from the browser (or curl, ...). |
#0 _Utf8Decoder.convert (dart:convert/utf.dart:554)
#1 Utf8Decoder.convert (dart:convert/utf.dart:346)
#2 Utf8Codec.decode (dart:convert/utf.dart:66)
#3 Uri._uriDecode (dart:core/uri.dart:2346)
#4 MappedListIterable.elementAt (dart:_internal/iterable.dart:413)
#5 ListIterable.toList (dart:_internal/iterable.dart:219)
#6 Uri.pathSegments (dart:core/uri.dart:1016)
#7 Message._methodNameFromUri (message.dart:48:13)
#8 Message.Message.fromUri (message.dart:55:31)
#9 Server._requestHandler (server.dart:150:23)
#10 _RootZone.runUnaryGuarded (dart:async/zone.dart:1103)
#11 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341)
#12 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:270)
#13 _StreamController&&_SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:744)
#14 _StreamController._add (dart:async/stream_controller.dart:616)
The text was updated successfully, but these errors were encountered: