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

flutter macos desktop launch, #154

Open
dzh0530 opened this issue Oct 1, 2021 · 7 comments
Open

flutter macos desktop launch, #154

dzh0530 opened this issue Oct 1, 2021 · 7 comments

Comments

@dzh0530
Copy link

dzh0530 commented Oct 1, 2021

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

@kechankrisna
Copy link

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
Copy link

kechankrisna commented Oct 15, 2021

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 />

@dzh0530
Copy link
Author

dzh0530 commented Oct 31, 2021

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

@Baneeishaque
Copy link

Baneeishaque commented May 28, 2022

how to do this on Linux?

@Sungtae-Lee
Copy link

is there any solution without touching app-sandbox ?

@mirkancal
Copy link

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

@Sungtae-Lee
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants