You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered internal error running command: Error: No observatory URL matching to '/(Observatory listening on |An Observatory debugger and profiler on\s.+\sis available at: |The Dart VM service is listening on )((http|\/\/)[a-zA-Z0-9:/=_\-.\[\]]+)/' was found in the device log. Please make sure the application under test is configured properly according to https://github.com/appium/appium-flutter-driver#usage and that it does not crash on startup.
#739
I'm running into this problem as well. Maybe the wording has changed when you start up flutter in latest so it can't find it. I'm not great at grep but:
Versus what appium is looking for: '/(Observatory listening on |An Observatory debugger and profiler on\s.+\sis available at: |The Dart VM service is listening on )((http|//)[a-zA-Z0-9:/=_-.[]]+)/' was found in the device log
You've commented on a lot of other posts similar to this one, I'm curious as to your thoughts on this idea? @KazuCocoa
I've also updated to iOS 18 recently on my device and MacOS 15
I did a few things and one of them seemed to work. It was either:
After restarting my Mac. I found that flutter run --profile was actually failing (where it didn't show that before)
2.My flutter channel was a little behind. There were some unstaged changes so I had to abort them and then run flutter upgrade
can any one help me to solve this please
The text was updated successfully, but these errors were encountered: