# Errors and Workarounds

You might face issues during generation of a test suite due to variety of reasons. Here are some of the most common errors, their explanation and how to resolve them.

# 1.

API payload is bigger than what our models can handle at the moment

This error occurs if the data of the API you're trying to import is bigger than what our models can handle. Most common reason why this may occur and workarounds are as follows:

  • Your API payload has a very big list

    Workaround: Trim the list and try again.

  • Your API is is performing file upload and the payload contains encoded file data

    Workaround: We currently do not support file-realted tests. You can replace the file data with empty string or a dummy string (in case your backend has an empty check for the file data field) and try again to generate tests for all the other fields.

# 2.

We're facing some unexpected issues with our model providers at the moment. We'll restart your failed jobs as soon as they're back online.

We use a variety of models (like GPT, Claude, Groq, etc.) for specific sub-tasks during our test suite generation process. Our generations might sometimes fail if some of these model providers are offline. In such cases, our support team will take care of restarting the failed jobs as soon as these providers are online again. There's no action needed from your end.

If you see any other issues during generation which you don't understand, feel free to reach out to us at support@kusho.ai or join our Slack workspace and ask about it on the #support channel.