flutter / uxr

UXR work for Flutter
BSD 3-Clause "New" or "Revised" License
227 stars 28 forks source link

Flutter Plugin Crash Daemon Issue on IDE's (Android Studio and VSCode) #137

Closed ImadBouirmane closed 5 months ago

ImadBouirmane commented 5 months ago

Hi Team,

I've been encountering a persistent issue for over two weeks when launching Android Studio and VSCode on both Windows 11 and the latest macOS. The problem seems to be rooted in the Flutter SDK. I've reinstalled Flutter three times, but the issue persists.

Additional Information:

Error Message: image image image

Steps to Reproduce:

  1. Launch the IDE
  2. Open Flutter Project root
  3. Automatiaclly the crash come

Logs/Stack Traces (if available): [Error - 1:02:15 PM] Server initialization failed. Message: Pending response rejected since connection got disposed Code: -32097 [Error - 1:02:15 PM] The Dart Analysis Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information. [Error - 1:02:15 PM] Dart Analysis Server client: couldn't create connection to server. Message: Pending response rejected since connection got disposed Code: -32097 [Error - 1:02:15 PM] Restarting server failed Message: Pending response rejected since connection got disposed Code: -32097

Your assistance in resolving this matter is highly appreciated. Let me know if there's any additional information needed.

rekire commented 5 months ago

Wild guess this is the wrong repository. Check flutter repository.

parlough commented 5 months ago

Thanks for issue! However, as mentioned, this is likely the wrong repository.

If this is still happening, can you open a new issue on the Dart SDK repository with this information, the output of flutter doctor -v, and any information about the project(s) you are working on when this happens.