Help Center> ModelArts> Workflows> How to Develop a Workflow?> FAQs> How Do I Locate Running Errors?
Updated on 2024-02-08 GMT+08:00

How Do I Locate Running Errors?

If a workflow reports an error when it runs in run mode, follow these steps:

  1. Check if you have the latest version of the SDK package installed to avoid package version inconsistency.
  2. Check if your SDK code follows the specifications. See the corresponding code example for details.
  3. Check if the content you entered during the execution is correct and matches the format required in the prompt message.
  4. Find the code line where the error occurs based on the error information and analyze the context logic.

Common Errors With Historical SDK Packages

  • An error is reported when the service deployment phase is running.

  • The following execution error information appears after you configure the service parameters:

Solutions

The two common errors can be rectified by upgrading the SDK to the latest version.