Codex/add podcast search and subscription feature#35
Codex/add podcast search and subscription feature#35leftouterjoins merged 12 commits intodevelopmentfrom
Conversation
There was a problem hiding this comment.
Bug: File Retrieval Fails for Database-Stored Files
The getFileById and getFileByUrlHash methods in State.php now incorrectly assume all files are stored on disk by removing the storage_mode check. For existing installations with database-stored files, the data column contains binary content, not a filename. This causes loadFile() to fail when attempting to read binary data as a path, making these files unretrievable and corrupting the filename field in the returned array. This is a breaking change without a migration path for existing database-stored media.
src/Brickner/Podsumer/State.php#L262-L298
podsumer/src/Brickner/Podsumer/State.php
Lines 262 to 298 in f0a665c
BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.