Troubleshooting
Understand common errors in FetchMedia API calls, including error codes for video fetching failures, processing issues, and how to resolve them effectively.
HTTP Status Codes and Error Responses
FetchMedia returns standard HTTP status codes along with JSON error bodies. Review the error field and status code in response to diagnose issues.
Always check the errors field first - it maps directly to specific resolutions.
Use these examples to interpret common responses:
Integration Issues with n8n and Make
Tools like n8n and Make often hit auth or payload errors.
-
Set HTTP node headers:
X-API-Key: {{ $env.YOUR_API_KEY }} -
Parse JSON responses in a Code node.
-
Use the Wait node for rate limits.
Store API keys in environment variables - never hardcode.
For persistent issues, check Quickstart for base setup or contact support with full error payloads.
Last updated Jan 23, 2026
Built with Documentation.AI