You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like using the default github action fails to leave a comment on a PR triggered by "(at)openhands-agent " comment
OpenHands Installation
GitHub resolver
OpenHands Version
main
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
context: i opened an issue, triggered a fix with the fix-me label, the PR wasn't open and i opened it manually from the pushed branch. then i noticed that it was using an incorrect requirement in the changes, so i triggered it to refactor it using the existing requirements with a comment. the issue/comment resolution failed with AntropicError (too complex whatever) but i expect a comment saying that it failed to complete?
SyntaxError: Unexpected token ';'
at new AsyncFunction (<anonymous>)
at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35424:16)
at main (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35522:26)
at /home/runner/work/_actions/actions/github-script/v7/dist/index.js:35497:1
at /home/runner/work/_actions/actions/github-script/v7/dist/index.js:35553:3
at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35556:12)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
The text was updated successfully, but these errors were encountered:
I am facing exactly the same error.
In the Actions where the same error occurs, the "Attempt to resolve issue" also results in an error, as shown in the attached image.
It was working at the beginning of February, and I don't recall changing the LLM_API_TOKEN.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Looks like using the default github action fails to leave a comment on a PR triggered by "(at)openhands-agent " comment
OpenHands Installation
GitHub resolver
OpenHands Version
main
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
context: i opened an issue, triggered a fix with the fix-me label, the PR wasn't open and i opened it manually from the pushed branch. then i noticed that it was using an incorrect requirement in the changes, so i triggered it to refactor it using the existing requirements with a comment. the issue/comment resolution failed with AntropicError (too complex whatever) but i expect a comment saying that it failed to complete?
The text was updated successfully, but these errors were encountered: