Troubleshooting
Solutions to common issues when using Avala.
Authentication
”Invalid API key” Error
Problem: API requests return 401 Unauthorized with “Invalid API key” message.
Solutions:
- Verify the API key is correct (check for typos or extra whitespace)
- Ensure the key hasn’t been deleted or expired
- Check that you’re using the correct header format
# Verify your API key works
curl -H "X-Avala-Api-Key: $AVALA_API_KEY" \
https://api.avala.ai/api/v1/datasets/”API key has expired” Error
Problem: API returns 401 Unauthorized with expired key message.
Solutions:
- Create a new API key in Mission Control → Settings → API Keys
- Update your applications with the new key
- Consider setting longer or no expiration for production keys
”Permission denied” Error
Problem: API returns 403 Forbidden when accessing a resource.
Solutions:
- Verify you have access to the requested dataset/project
- Check your organization membership and role
- Contact your organization admin for access
Uploads
Upload Fails for Large Files
Problem: Uploads timeout or fail for large files.
Solutions:
- Check your network connection stability
- Try uploading during off-peak hours
- For very large datasets, consider splitting into smaller batches
”Invalid file format” Error
Problem: Upload rejected with format error.
Solutions:
- Verify the file is a supported format:
- Images: JPEG, PNG, WebP
- Videos: MP4, MOV
- Point clouds: PCD, PLY, MCAP
- Check file isn’t corrupted
- Ensure file extension matches content
Datasets
Items Not Appearing
Problem: Uploaded items don’t show in the dataset.
Solutions:
- Check if processing is still in progress (look for spinner)
- Refresh the page
- Verify the upload completed successfully (no errors)
“Dataset not found” Error
Problem: Can’t access a dataset that should exist.
Solutions:
- Verify you’re using the correct owner/slug:
# Format: /datasets/{owner}/{slug}/ curl "https://api.avala.ai/api/v1/datasets/johndoe/my-dataset/" \ -H "X-Avala-Api-Key: $AVALA_API_KEY" - Check dataset visibility (private datasets require access)
- Verify you have permission to view the dataset
Projects
Can’t Create Project
Problem: Project creation fails.
Solutions:
- Ensure you have a dataset selected
- Verify you have permission to create projects in the organization
- Check that your label taxonomy is valid
Annotations Not Saving
Problem: Annotations disappear after saving.
Solutions:
- Check your network connection
- Verify you have edit permissions on the project
- Look for error messages in the console
- Try refreshing and re-annotating
Exports
Export Stuck in “Processing”
Problem: Export never completes.
Solutions:
- Check if the project has completed annotations to export
- Try creating a smaller export (filter by date or status)
- Contact support if stuck for more than 30 minutes
”Download URL expired” Error
Problem: Can’t download a completed export.
Solutions:
- Export download URLs expire after 7 days
- Create a new export
- Download immediately after completion for time-sensitive needs
Mission Control
Viewer Not Loading
Problem: Annotation viewer shows blank or loading spinner.
Solutions:
- Check browser console for errors (F12 → Console)
- Try a different browser (Chrome recommended)
- Clear browser cache and reload
- Verify the dataset item has completed processing
Slow Performance
Problem: Interface is slow or unresponsive.
Solutions:
- Close other browser tabs
- Use a modern browser with hardware acceleration
- For large point clouds, try reducing point density in settings
- Check your internet connection speed
Getting Help
If you’re still stuck:
- Check our documentation at docs.avala.ai
- Email support at support@avala.ai