Skip to content

internal_error

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

An unexpected server-side error occurred. The platform will automatically retry. Contact support if the issue persists.

The internal_error is a catch-all for unexpected server-side errors. The platform automatically retries these errors before marking the task as failed.


  • HTTP Status: 500 Internal Server Error
  • Retryable: Yes (automatic)
  • Task State: ERROR

This error is returned when:

  • An unexpected condition occurred on the server that does not match any specific error category
  • An internal service dependency failed or timed out
  • An unclassified error occurred during task processing

{
"type": "/reference/api-and-sdk/troubleshooting/errors/internal-error/",
"title": "An unexpected error occurred. Please try again later. If the issue persists, contact support.",
"status": 500,
"instance": "/api/v1/agent/tasks",
"error": "An unexpected error occurred. Please try again later. If the issue persists, contact support.",
"retryable": true,
"trace_id": "abc123..."
}

No action is typically needed — the platform will automatically retry the task.

If the error persists:

  1. Wait a few minutes and try again.
  2. Contact Warp support and include the trace_id from the error response.