Skip to content

[BUG] Every error results in "I'm sorry, an internal error has occurred." #512

@uvnikgupta

Description

@uvnikgupta

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions