-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why does the only method that appears is socket? #8380
Comments
I have the same problem |
@Renoldi Could you share a small repro with us and share whichever package you are using to send these requests? Thanks! |
This is probably WAI, but it depends on what package / library is being used to make HTTP requests. Making an HTTP request involves opening a socket, so these |
Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git |
@bkonyi I've have been using
All I see is SOCKET requests. |
Any updates on this still facing the issue in |
Same here on several projects, all of which using classic |
@bkonyi |
how to solve this? |
Still facing the same issue with: Requests are performed using Dio 5.2.0 |
same This issue has been around for a long time, it seems to have been fixed with 3.24.0 before, and now it is happening again |
Still facing the same issue with: Flutter 3.27.0 • channel stable • https://github.com/flutter/flutter.git |
I can confirm after upgrading Flutter to 3.27.0, the HTTP requests are now visible in the DevTools network tab.
To those still not seeing the requests after upgrading the Flutter, make sure DevTools version is 2.40.2 or higher. |
|
I'm using 3.27.0 and DevTools 2.40.2. :( |
It seems to work for me now that I have deleted the cookies and website data. |
I tried the same thing as you, unfortunately it didn't work. I even tried it in a newly installed browser and it didn't work: Firefox. |
Issue persists with Flutter 3.27.1, dart 3.6.0, dev tools 2.40.2. |
I realized what is causing the problem, in my case. Run a project that uses version 3.7.8 of flutter and then run one with version 3.27.0 on the same Android emulator. One solution is to cold boot the emulator when switching to the latest project. I'm using windows. |
Just like @Gastongouveia recommended, i cold booted my emulator on Android Studio too and the requrests showed up (using all latest versions) |
<-- Please describe your problem here. Be sure to include repro steps. -->
DevTools version: 2.37.3
IDE: VSCode
Connected Device:
CPU / OS: x64 (64 bit) android
Connected app type: Flutter native (debug build)
Dart Version: 3.5.3
Flutter Version: 3.24.3 / stable
Framework / Engine: 2663184aa7 / 36335019a8
The text was updated successfully, but these errors were encountered: