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
`ERROR:root: File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 690, in
main()
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 673, in main
process_single_issue(
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 506, in process_single_issue
send_pull_request(
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 336, in send_pull_request
pr_data = handler.create_pull_request(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/interfaces/issue_definitions.py", line 314, in create_pull_request
return self._strategy.create_pull_request(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/interfaces/github.py", line 244, in create_pull_request
response.raise_for_status()
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
I used https://github.com/All-Hands-AI/OpenHands/blob/main/openhands/resolver/examples/openhands-resolver.yml in my repositories and everytime the workflow triggers it gives following error
`ERROR:root: File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 690, in
main()
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 673, in main
process_single_issue(
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 506, in process_single_issue
send_pull_request(
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/send_pull_request.py", line 336, in send_pull_request
pr_data = handler.create_pull_request(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/interfaces/issue_definitions.py", line 314, in create_pull_request
return self._strategy.create_pull_request(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/openhands/resolver/interfaces/github.py", line 244, in create_pull_request
response.raise_for_status()
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
ERROR:root:<class 'requests.exceptions.HTTPError'>: 422 Client Error: Unprocessable Entity for url: https://api.github.com/repos/***/openhands-rnd/pulls`
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
No response
OpenHands Installation
GitHub resolver
OpenHands Version
No response
Operating System
MacOS
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: