Skip to content
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

Call to addPubRootDirectories throws on hot restart #6357

Closed
kenzieschmoll opened this issue Sep 11, 2023 · 1 comment · Fixed by #6434
Closed

Call to addPubRootDirectories throws on hot restart #6357

kenzieschmoll opened this issue Sep 11, 2023 · 1 comment · Fixed by #6434
Assignees
Labels
bug Something isn't working dake-polish-2023 dake-priority hot restart Issues related to hot restart inspector page P0 critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)

Comments

@kenzieschmoll
Copy link
Member

flutter: [ERROR]: [zoneGuarded]: ext.flutter.inspector.addPubRootDirectories: (-32601) Unknown method "ext.flutter.inspector.addPubRootDirectories".
flutter: [ERROR]: [PlatformDispatcher]: ext.flutter.inspector.addPubRootDirectories: (-32601) Unknown method "ext.flutter.inspector.addPubRootDirectories".
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ext.flutter.inspector.addPubRootDirectories: (-32601) Unknown method "ext.flutter.inspector.addPubRootDirectories".
#0      new _OutstandingRequest (package:vm_service/src/vm_service.dart:1930:45)
#1      VmService._call (package:vm_service/src/vm_service.dart:2499:21)
#2      VmService.callServiceExtension (package:vm_service/src/vm_service.dart:2470:14)
#3      VmServiceWrapper.callServiceExtension (package:devtools_app/src/service/vm_service_wrapper.dart:162:18)
#4      InspectorServiceBase.invokeServiceMethodDaemonNoGroup (package:devtools_app/src/shared/diagnostics/inspector_service.dart:176:57)
<asynchronous suspension>
#5      InspectorService.addPubRootDirectories (package:devtools_app/src/shared/diagnostics/inspector_service.dart:422:5)
<asynchronous suspension>
#6      InspectorPreferencesController.addPubRootDirectories.<anonymous closure> (package:devtools_app/src/shared/preferences.dart:287:7)
<asynchronous suspension>
#7      InspectorPreferencesController._customPubRootDirectoryBusyTracker (package:devtools_app/src/shared/preferences.dart:355:7)
<asynchronous suspension>
#8      InspectorPreferencesController.addPubRootDirectories (package:devtools_app/src/shared/preferences.dart:283:5)
<asynchronous suspension>
#9      InspectorPreferencesController.loadCustomPubRootDirectories.<anonymous closure> (package:devtools_app/src/shared/preferences.dart:340:9)
<asynchronous suspension>
#10     InspectorPreferencesController._customPubRootDirectoryBusyTracker (package:devtools_app/src/shared/preferences.dart:355:7)
<asynchronous suspension>
#11     InspectorPreferencesController.loadCustomPubRootDirectories (package:devtools_app/src/shared/preferences.dart:335:5)
<asynchronous suspension>

@kenzieschmoll kenzieschmoll added bug Something isn't working inspector page P1 high priority issues at the top of the work list, actively being worked on. labels Sep 11, 2023
@kenzieschmoll kenzieschmoll added the hot restart Issues related to hot restart label Sep 11, 2023
@kenzieschmoll
Copy link
Member Author

Screenshot 2023-09-15 at 10 38 22 AM

@CoderDake CoderDake added P0 critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt) dake-polish-2023 and removed P1 high priority issues at the top of the work list, actively being worked on. labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dake-polish-2023 dake-priority hot restart Issues related to hot restart inspector page P0 critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)
Projects
None yet
2 participants