-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[macOS] SocketException: Connection failed (OS Error: Operation not permitted, errno = 1) #47606
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
Comments
Hi @KagurazakaHanabi |
macOS applications are sandboxed by default. If you are making outgoing network connections you need to add the network.client entitlement. |
@stuartmorgan Hi, thanks for your information and it works now! |
If you only added it to that file, your release builds will have the same problem. People should follow the instructions linked above, which provide more complete information. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
Target Platform: macOS 10.14
Logs
The text was updated successfully, but these errors were encountered: