puppeteer-dart
puppeteer-dart copied to clipboard
flutter macos desktop launch,
Appears when the desktop version starts
Unhandled Exception: Exception: Websocket url not found
May I ask what is the reason
Appears when the desktop version starts
Unhandled Exception: Exception: Websocket url not found
May I ask what is the reason
got the same error, any solution?
Appears when the desktop version starts
Unhandled Exception: Exception: Websocket url not found
May I ask what is the reasongot the same error, any solution?
Simple solution and work for me is that update your entitlements as
<key>com.apple.security.app-sandbox</key> <false />
hank you, I also solved the problem here. I forgot to come back and recover.
how to do this on Linux?
is there any solution without touching app-sandbox ?
It worked for me on debug mode when I set to sandbox:false, but when I export the macOS app, that was the error:
creation failed, path = .local-chrome
right. touching app-sandbox will cause a problem when distributing the app :(