-
Notifications
You must be signed in to change notification settings - Fork 64
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
Running on a headless Mac Mini server #118
Comments
Getting this issue too |
@jviotti did you solved this? faced this with ssh + mac mini server + electron 3.1.3 running development server. |
@nickensoul Not really. We ended up making sure we graphically login to our Mac workers before attempting to run any job. |
@jviotti using |
Also hitting this, getting: 2022-03-23 10:06:02.727 Electron[85647:620799] +[NSXPCSharedListener endpointForReply:withListenerName:]: an error occurred while attempting to obtain endpoint for listener 'ClientCallsAuxiliary': Connection interrupted Then it just hangs until I Ctrl+C it. Wanting to run unit tests on our rented Mac builder machine where we only have ssh (non-root) access. Doesn't seem like it's possible? Might have to be content with only running these tests on our Linux docker containers. |
Closing stale issues |
Lessen timeout to 5min For macOS: jprichardson/electron-mocha#118
I get the following error when running on a headless Mac Mini server over SSH:
Do you have any pointers on what the fix could be? Its weird that
electron-mocha
runs fine on Travis CI macOS builds though.The text was updated successfully, but these errors were encountered: