NVIDIA-NeMo / NVIDIA-NeMo/Guardrails
[BUG] Every error results in "I'm sorry, an internal error has occurred."
Open
@Pouyanpi is already working on this.
Since Dec 10, 2025.
enhancement
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 843
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 25
Description
Ln : 368 to 372 of colang/v1_0/runtime/runtime.py
if status == "failed":
# TODO: make this message configurable.
result = self._internal_error_action_result(
"I'm sorry, an internal error has occurred."
)
This is very frustrating as it hides all exceptions and make it very difficult to debug any issue. Please remove this and propagate the exception. Let the client decide what to do with the exception.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.