puppeteer-dart icon indicating copy to clipboard operation
puppeteer-dart copied to clipboard

flutter macos desktop launch,

Open dzh0530 opened this issue 3 years ago • 7 comments

Appears when the desktop version starts Unhandled Exception: Exception: Websocket url not found May I ask what is the reason

dzh0530 avatar Oct 01 '21 17:10 dzh0530

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?

kechankrisna avatar Oct 15 '21 09:10 kechankrisna

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?

Simple solution and work for me is that update your entitlements as <key>com.apple.security.app-sandbox</key> <false />

kechankrisna avatar Oct 15 '21 17:10 kechankrisna

hank you, I also solved the problem here. I forgot to come back and recover.

dzh0530 avatar Oct 31 '21 10:10 dzh0530

how to do this on Linux?

Baneeishaque avatar May 28 '22 22:05 Baneeishaque

is there any solution without touching app-sandbox ?

Sungtae-Lee avatar Sep 17 '23 06:09 Sungtae-Lee

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

mirkancal avatar Sep 18 '23 11:09 mirkancal

right. touching app-sandbox will cause a problem when distributing the app :(

Sungtae-Lee avatar Sep 18 '23 15:09 Sungtae-Lee