mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 17:45:53 +03:00
[GH-ISSUE #150] Fails to start on mac #50
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @parmindersk on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/150
Command to run shannon:
./shannon start URL=http://localhost/login REPO=app CONFIG=./configs/config.yaml
{
"type": "workflowExecutionFailedEventAttributes",
"failure": {
"message": "Activity task failed",
"cause": {
"message": "Failed to spawn Claude Code process: spawn node ENOENT",
"source": "TypeScriptSDK",
"stackTrace": "ApplicationFailure: Failed to spawn Claude Code process: spawn node ENOENT\n at ApplicationFailure.nonRetryable (/app/node_modules/@temporalio/common/lib/failure.js:207:16)\n at runAgentActivity (file:///app/dist/temporal/activities.js:137:48)\n at async Activity.execute (/app/node_modules/@temporalio/worker/lib/activity.js:101:20)\n at async NativeConnection.withAbortSignal (/app/node_modules/@temporalio/worker/lib/connection.js:172:16)\n at async Client.withAbortSignal (/app/node_modules/@temporalio/client/lib/base-client.js:65:16)\n at async /app/node_modules/@temporalio/worker/lib/activity.js:161:32\n at async /app/node_modules/@temporalio/worker/lib/worker.js:725:30",
"applicationFailureInfo": {
"type": "AgentExecutionError",
"nonRetryable": true,
"details": {
"payloads": [
[
{
"agentName": "pre-recon",
"attemptNumber": 1,
"elapsed": 43
}
]
]
}
}
},
"activityFailureInfo": {
"scheduledEventId": "11",
"startedEventId": "12",
"identity": "1@3ec435e167ae",
"activityType": {
"name": "runPreReconAgent"
},
"activityId": "2",
"retryState": "RETRY_STATE_NON_RETRYABLE_FAILURE"
}
},
"retryState": "RETRY_STATE_RETRY_POLICY_NOT_SET",
"workflowTaskCompletedEventId": "22"
}
@ezl-keygraph commented on GitHub (Feb 20, 2026):
Thanks for reporting, could you follow the below steps and provide us the workflow.log? And if you are testing against a local application then the url should be
http://host.docker.internal:portas specified in theREADME.md./audit-logs/target_url_shannon-123/workflow.logUse grep or search to identify errors.
Paste the relevant error output below.
Could you also share if you are using
ANTHROPIC_API_KEYorCLAUDE_CODE_OAUTH_TOKEN?These would help us reproduce the error on our side, thanks!
@parmindersk commented on GitHub (Feb 20, 2026):
I'm using OPENAI instead of ANTHROPIC.
My .env:
Log is as below:
@ezl-keygraph commented on GitHub (Feb 20, 2026):
Thanks for reporting! Fixed in #152.