media_url_unreachable
Tecron could not download the media URL (timeout, DNS, TLS, or non-2xx).
What to do
- Ensure the URL is public HTTPS and reachable from the internet (not localhost or private RFC1918).
- Confirm the host returns 200 with the expected
Content-Type. - Check certificates, redirects, and auth walls — signed URLs must still be valid at send time.
- Retry after fixing hosting; use a new idempotency key if the previous attempt never queued.