flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Requests in the DevTool are showing with URI as InternetAddress instead of http #7965

Closed hrajwade96 closed 3 months ago

hrajwade96 commented 3 months ago

Requests in the DevTool are showing with URI as InternetAddress, status code 101, and web socket.

I am facing this issue currently while working on some code in master branch (my pr branch) I have created a vanilla app and making a simple http get call using http package and also tried with Dio.

Flutter 3.21.0-15.0.pre • channel [user-branch] • unknown source Framework • revision c09c65ff46 (3 months ago) • 2024-03-26 22:41:11 -0400 Engine • revision d872d50e53 Tools • Dart 3.4.0 (build 3.4.0-275.0.dev) • DevTools 2.34.0-dev.12

Output in dev tools (running from master branch)

image

Output from stable release devtools image

I am trying to work on a PR for network screen, but blocked by this issue.

hrajwade96 commented 3 months ago

Updated master branch and flutter version

Flutter 3.22.2 • channel [user-branch] • unknown source Framework • revision 761747bfc5 (2 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3

still facing same issue.

hrajwade96 commented 3 months ago

It was due to my vanilla app pointing to an older flutter SDK, closing this issue.