I am trying to use flutter devtools using android issue. I have valid url: http://127.0.0.1:9200/13hh2pxQQ-Q=/ generated through android studio itself while running the program. Still, whenever i tried to connect to devtools , i get the error as specified in the image. 
flutter devtools websocket exception websocket connection failed
515 Views Asked by prabin maharjan At
1
There are 1 best solutions below
Related Questions in FLUTTER
- Flutter + Dart: Editing name of a tab shows up a black screen
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Way to get CustomPainter to track face in Camera Flutter MLKit
- flutter Null check error: did not show file and line number
- Creating multiple instances of a class with different initializing values in Flutter
- I want to paste stickers into to my TextField and to show the stickers beside the emojis
- Flutter plugin development android src not opening after opening example
- Module not found when building flutter app for IOS
- How to make barrier area interactive in flutter modal bottom sheet
- Can an RPC result be included in a Supabase select function in Flutter for Data Modeling?
- Why do I need to wait to reaccess to Firestore database even though it has already done before?
- Flutter web app on Windows -how to support mouse drag for horizontal and vertical scrolling as well as using mouse wheel
- I wrote this time displaying FLUTTER app, How can I improve it?
- Appwrite and / or Spring Boot Backend
- Flutter two_dimensional_scrollables Web app Chrome - cannot get horizontal scroll to work?
Related Questions in ANDROID-STUDIO
- Flutter plugin development android src not opening after opening example
- Listview - Getting error while linking the items correctly in Android Java
- Failed to getEnergyData
- Adding new package in a flutter project does not work untill the android studio is restarted
- unity + Vuforia balck screen in android AR app
- Android Studio Using recently added resources in compose preview in multi-module project
- Flutter project is working in debug version but not in the release version
- Can't run gradlew.bat on Windows
- Android studio crash, nothing in logcat
- Android Studio shows there has 1 usage but No usages found in All places
- Gradle Build errors while running sample code on Android Studio Iguana
- Android camera application restriction to 12 mp
- Change back to default font size in Android Studio
- `android` Does Not Exist in `~/Android/Sdk/platform-tools`
- LSTM frozen layer containing clip_by_value causing android studio to crash when deployed
Related Questions in FLUTTER-DEPENDENCIES
- Adding new package in a flutter project does not work untill the android studio is restarted
- How does flutter scroll to an item position in the listview according to its index?
- In Flutter, is there a way to determine the user's skin color settings for their emojis?
- Fused Location does not work when i turn GPS off , it does not work with Wifi or cellular data?
- Turn on(Enable) GPS programmatically in flutter - android
- I am trying to connect firebase with my flutter project but unable to do so
- Implementing PDF generation and then From Local Notification Open the Pdf that is Saved to Download
- Flutter Jitsi Meet Dependency
- The chat functionality with 'Read more and Read less' functionality not working
- Google Play Games failing with specific user
- How to create under the label in Textformfield, not a border, in Flutter
- Private native dependencies in Flutter plugin
- How to navigate flutter screen on tap of any home_widget widgets
- Flutter Web: Make Button Scroll with Page and then Show in App Bar
- implementing multi qr code scanning in a stepper, flutter
Related Questions in DEVTOOLS
- Chrome/Firefox plug-in for automatically opening the dev tools and executing code in the console
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
- I'm writing a browser extension I need to create windows with which the user can interact for extension work. what should I use?
- Why do most R package installations result in a 'non-zero exit status' error?
- Chrome DevTools font has been changed to Monospace after update
- Issue with AJAX Request Preview in Chrome DevTools Version 123.0.6312.59
- browsers don't display authorization header in devtools
- Difference between service and protocol in webdriverio
- I get "DevTools was disconnected from the page" error when connecting Arduino to the computer and switching between tabs
- Selenium error: java.awt.AWTException: headless environment
- Getting "'Emulation.setCPUThrottlingRate' wasn't found" error on Mac and Windows os when trying to set this in the Protocol Monitor tab in chrome
- compiler.automake.allow.when.app.running not found
- R devtools::build_vignettes() - can generate both html and pdf files?
- Trouble defining functions as outputs of other "factory functions" within an R package
- How to get variable from browser context in Selenium and stop breakpoint after getting it?
Related Questions in ANDROID-STUDIO-2.2
- How to Design a Chat Bubble and Use It as a Background
- Android Studio Display Bug
- Namespace not specified. React native 0.72.3
- ERROR: ANDROID STUDIO FLAMINGO 2022.2.1 android.text.Editable android.widget.EditText.getText()' on a null object reference
- 2023-06-22T17:34:48.453+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
- sending image from 1st app to 2nd app using implicit intent
- Some conflicts were found in the installation area, while updating android studio 2022.1.1 patch 1
- my app crashes when i use this code (using com.google.android.material 1.6.1
- flutter devtools websocket exception websocket connection failed
- How to use Google Maven Dependency in android projects?
- Returning List<Object> to variables;
- Android Kotlin findViewById(R.id.btnSave) must not be null
- How to add mention adapter on $ character in Android socialview along with @?
- This folder configuration ('v26') is unnecessary; 'minSdkVersion' is 26. Merge all the resources in this folder into 'mipmap-anydpi'
- Error for finding Symbol for method bound(int) on Android Studio, not sure where this problem comes from
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Had the same issue in my android app, it is a java/kotlin application with flutter embeddedings. So to solve it, I first upgraded to newest AGP - in my case 8.2.2 - also newest Android Studio HedgeHog 2023.1.1 Patch 2, synced project. But the flutter is not the newest version - its 3.13.9 from stable chanell. Also upgrade flutter/dart plugins in AS.
Then I kill my app process on device. In AS I Run -> Flutter Attach, then I see in Debug tool window a main.dart tab:
I start my app on device, and then I see:
this url I copy/paste to devtools and it all works from now on.
ps. when I run application, I see in logcat url like this:
Whenever I input this url to devtools, I still get the same error as in question.