配置后claude执行报错 #774
Unanswered
1574937505
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SDK execution error: 13243 | throw error;
13244 | }
13245 | }
13246 | getProcessExitError(code, signal) {
13247 | if (code !== 0 && code !== null) {
13248 | return new Error(
Claude Code process exited with code ${code});^
error: Claude Code process exited with code 1
at getProcessExitError (/home/runner/work/_actions/anthropics/claude-code-action/v1/base-action/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs:13248:14)
at exitHandler (/home/runner/work/_actions/anthropics/claude-code-action/v1/base-action/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs:13373:28)
at emit (node:events:92:22)
at #handleOnExit (node:child_process:511:14)
Error: Process completed with exit code 1.
Run bun run ${GITHUB_ACTION_PATH}/src/entrypoints/update-comment-link.ts
Fetching issue comment 3694886166
Successfully fetched as issue comment
GET /repos/1574937505/git-demo/branches/claude%2Fissue-7-20251228-1657 - 404 with id F385:25DB3F:345ECCE:DB1EC29:69516181 in 89ms
Branch claude/issue-7-20251228-1657 does not exist remotely
Branch claude/issue-7-20251228-1657 does not exist remotely, no branch link will be added
GET /repos/1574937505/git-demo/compare/master...claude%2Fissue-7-20251228-1657 - 404 with id F385:25DB3F:345ED35:DB1ED92:69516181 in 104ms
Error checking for changes in branch: 11 | /**
12 | * Response object if a response was received
13 | */
14 | response;
15 | constructor(message, statusCode, options) {
16 | super(message);
^
HttpError: Not Found - https://docs.github.com/rest/commits/commits#compare-two-commits
status: 404,
request: {
method: "GET",
url: "https://api.github.com/repos/1574937505/git-demo/compare/master...claude%2Fissue-7-20251228-1657",
headers: [Object ...],
request: [Object ...],
},
response: {
url: "https://api.github.com/repos/1574937505/git-demo/compare/master...claude%2Fissue-7-20251228-1657",
status: 404,
headers: [Object ...],
data: [Object ...],
},
at new RequestError (/home/runner/work/_actions/anthropics/claude-code-action/v1/node_modules/@octokit/rest/node_modules/@octokit/core/node_modules/@octokit/request-error/dist-src/index.js:16:5)
at fetchWrapper (/home/runner/work/_actions/anthropics/claude-code-action/v1/node_modules/@octokit/rest/node_modules/@octokit/core/node_modules/@octokit/request/dist-bundle/index.js:122:11)
Beta Was this translation helpful? Give feedback.
All reactions