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
Hi,
It happens on merge requests on Gitlab(not Github). I see the Preparing PR Description but it stuck and the error I specified comes from the logs.
The same workflow works on older releases.
for some reason the command it gets is not 'describe' but 'preparing'
again, simple workflow of Gitlab Merge Requests
Self Managed Gitlab (not sas, not gitlab ci)
Git provider
Gitlab
System Info
linux centos 9 or ubuntu
Bug details
all commands worked in oldest pr-agent releases but when trying to upgrade to latest, it fails.
For some reason it send the word preparing instead of review/describe.
INFO: 10.42.0.4:42568 - "POST /pr-agent HTTP/1.1" 200 OK
{"text": "Unknown command: preparing\n", "record": {"elapsed": {"repr": "0:00:33.282283", "seconds": 33.282283}, "exception": null, "extra": {}, "file": {"name": "pr_agent.py", "path": "/app/pr_agent/agent/pr_agent.py"}, "function": "handle_request", "level": {"icon": "❌", "name": "ERROR", "no": 40}, "line": 77, "message": "Unknown command: preparing", "module": "pr_agent", "name": "pr_agent.agent.pr_agent", "process": {"id": 7, "name": "MainProcess"}, "thread": {"id": 139892967877504, "name": "MainThread"}, "time": {"repr": "2025-02-25 20:44:01.628714+00:00", "timestamp": 1740516241.628714}}}
One more thing, the /help command is working (maybe because not send preparing...)
Thanks
The text was updated successfully, but these errors were encountered: