Processing states
- Processing: The initial state when a data row is ingested.
- Success: The data row was processed successfully.
- Failure: The data row could not be processed due to an error or warning. It will not appear in the Catalog until the issue is fixed.
View and fix failed data rows
- Find failures: In Catalog, an issue icon will appear next to datasets with processing issues. Click this icon to go to the “Processing Issues” view.

- Filter issues: You can filter the view to see data rows with specific errors or warnings.

- Fix the source issue: Use the error descriptions below to diagnose the problem (e.g., fix a broken URL, correct cloud storage permissions).
- Re-process: Once you’ve fixed the underlying issue, select the failed data rows in the “Processing Issues” view and click Re-process.

Large files
Large files such as TIF, Video, and Audio can take a few seconds to process.Common errors (failures)
An error is a serious issue that prevents a data row from being used.| Error | Description & action |
|---|---|
| ConversionFailed | The file could not be converted to a format required for labeling. Action: Ensure the file is not corrupt and meets format requirements. |
| FetchFailed | The data row URL could not be reached. Action: Check that the URL is correct and that the Labelbox backend has access. |
| FetchTimeout | The data row could not be fetched due to a timeout error. Action: Re-process the data rows. |
| Forbidden | Access to the URL was denied. Action: Check your cloud storage permissions or pre-signed URL validity. |
| InternalError | An internal error prevented the data row from being processed. Action: Re-process the data rows. |
| InvalidEspg | The data row has invalid ESPG metadata. |
| NotFound | The file does not exist at the specified URL. Action: Verify the URL is correct. |
| TooManyBands | The geospatial data row has too many bands. |
| TooManyRequests | The data row could not be fetched due to a rate-limiting error. |
Warnings
A warning indicates a non-critical issue. The data row can be used, but your experience may be degraded.| Warning | Description & action |
|---|---|
| InvalidCors | The file is served with invalid CORS headers, which may impact the labeling experience. Action: Check that the URL is being served with the correct CORS headers. |