Skip to content

Commit 91ad59d

Browse files
authored
More explicit feedback message about how to report errors to developers (OpenHands#7063)
1 parent 62750c0 commit 91ad59d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

openhands/controller/agent_controller.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,9 @@ async def _step_with_exception_handling(self):
248248
)
249249
reported = RuntimeError(
250250
'There was an unexpected error while running the agent. Please '
251-
f'report this error to the developers. Your session ID is {self.id}. '
252-
f'Error type: {e.__class__.__name__}'
251+
'report this error to the developers by opening an issue at '
252+
'https://github.com/All-Hands-AI/OpenHands. Your session ID is '
253+
f' {self.id}. Error type: {e.__class__.__name__}'
253254
)
254255
if (
255256
isinstance(e, litellm.AuthenticationError)

0 commit comments

Comments
 (0)