1

When I run my flutter build in VS code, I see the Isar banner and copy the accompanying link to my Chrome browser, e.g.


 ws://127.0.0.1:57558/NBNCkteNWbM=/wsLaunching lib/main.dart on iPad Pro (11-inch) (4th generation) in debug mode...
Xcode build done.                                           32.2s
Connecting to VM Service at ws://127.0.0.1:57558/NBNCkteNWbM=/ws
flutter: ╔════════════════════════════════════════════════════╗
flutter: ║                ISAR CONNECT STARTED                ║
flutter: ╟────────────────────────────────────────────────────╢
flutter: ║        Open the link to connect to the Isar        ║
flutter: ║       Inspector while this build is running.       ║
flutter: ╟────────────────────────────────────────────────────╢
flutter: ║ https://inspect.isar.dev/3.1.0/#/57558/NBNCkteNWbM ║
flutter: ╚════════════════════════════════════════════════════╝

But the browser just spins and shows itself 'initializing engine' forever. I just tried setting

inspector: true,

in the Isar.Open statement but it made no difference.

To be super clear, I am copying

https://inspect.isar.dev/3.1.0/#/57558/NBNCkteNWbM

into the browser, and getting this and nothing else:

enter image description here

jamesdlin
  • 81,374
  • 13
  • 159
  • 204
johnrubythecat
  • 1,003
  • 1
  • 13
  • 31

2 Answers2

0

Inspector ran fine on every machine except one. The problem was all the controls I had set up in the HOSTS File. I just erased most of the HOSTS entries and then inspector worked.

johnrubythecat
  • 1,003
  • 1
  • 13
  • 31
0

I had this issue using Brave (based on Chrome) and resolved it by disabling shields for the inspect.isar.dev domain.

Check for ad blockers, popup blockers, etc.

Chad Pavliska
  • 1,233
  • 12
  • 17