Patreon: a missing media file_name is a fallback, not API drift #79
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All CI-green on dev (run 650).
The native client raised "Patreon API changed — ingester needs update" and failed the whole walk when a gallery image lacked
file_name(BlenderKnight event #41346, post 73665615). But the resource had a validdownload_url, and the code already derives a filename from the URL basename — Patreon legitimately serves some images without a name, so it isn't drift. Dropped therequire_file_namegate from_media_item:file_nameis now optional for every kind (images/attachments/postfile), falling back to the URL basename. Genuine drift still errors — no resolvable URL, or a media id absent fromincluded.🤖 Generated with Claude Code