Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it checks
Before streaming the bytes, the publisher callsapp.bsky.video.getUploadLimits on the video service. If canUpload comes back false, we fail loudly here instead of POSTing to uploadVideo and watching the job state flip to FAILED minutes later.
Why
Bluesky enforces a per-user daily cap on video uploads + total bytes. The exact ceilings shift over time and aren’t documented as constants — the upload-limits endpoint is the source of truth. Hitting the cap silently is one of the canonical opaque-failure patterns we built the preflight surface to avoid.Failure response
Remediation
- Wait for the quota window to reset (rolling 24 h).
- Connect a different Bluesky account.
- Trim the post — text-only or image-only posts don’t draw from the video quota.
Related
bluesky.media.video_size_max— per-file capbluesky.video.job_failed— terminal-state failure during transcode