devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Network tab - InternetAddress shows without any implementation in Code

Open frelei opened this issue 1 year ago • 5 comments
trafficstars

Hello,

I am checking the requests in the DevTool and found many InternetAddress, status code 101, and web socket. They are increasing the time of the requests.

The community I check some people facing the same problem as shown in the link

I would like to understand why this happen and if we can block this behaviour.

Thanks.

frelei avatar Jun 03 '24 04:06 frelei

@frelei this is happening to me as well did you find any solution ?

affansk avatar Jun 07 '24 16:06 affansk

Hello @affansk,

I didn't find any solution and don't know why this is happening. I would like to know if this is something related to devtools or if it works like that.

frelei avatar Jun 10 '24 20:06 frelei

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 image

Can someone help me to fix this? It's blocking my code testing

hrajwade96 avatar Jun 19 '24 11:06 hrajwade96

@frelei i dont know what happen but it started working again..

affansk avatar Jun 20 '24 12:06 affansk

It worked for me now, It was due to my vanilla app pointing to an older flutter SDK.

hrajwade96 avatar Jun 22 '24 08:06 hrajwade96

the same issue: Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (4 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3

mohamedshasho avatar Jul 04 '24 07:07 mohamedshasho

This is a duplicate of https://github.com/flutter/devtools/issues/3033, which is now fixed.

kenzieschmoll avatar Jul 17 '24 18:07 kenzieschmoll