Server Version#: 4.147.1
Player (PlexAmp) Version#: 4.12.4
Here is my plex media server log and DBRepair log.
Plex Media Server.log (424.3 KB)
DBRepair.log (8.5 KB)
Hi all,
I am having a hard time understanding why my database is malformed. I did run ChuckPa his DBrepair and all seems to go great (see logs atttached). I did scan library files again, I did refreshed my metadata. I followed all steps to make sure my database is “repaired”. Everything seems to be working fine on the frontend side, but only searching for music in my Plexamp application is not working. As you see in the debug log part here:
Part of my debug log:
Oct 05, 2025 15:58:38.976 [23120213539640] DEBUG - Completed: [192.168.10.215:55777] 200 GET /playQueues/2082?window=16¢er=100396 (9 live) #264cc4 TLS GZIP 62ms 10112 bytes (pipelined: 1)
Oct 05, 2025 15:58:40.095 [23119951182648] DEBUG - Request: [192.168.10.215:55769 (WAN)] GET /hubs/search?query=Gh&excludeFields=summary&limit=4&includeCollections=1&contentDirectoryID=1&includeFields=thumbBlurHash (8 live) #264ccb TLS GZIP Signed-in Token (wfhuizen)
Oct 05, 2025 15:58:40.102 [23119951182648] ERROR - [Req#264ccb] SQLITE3:0x80000001, 267, statement aborts at 13: [select metadata_items.id from metadata_items join fts4_metadata_titles_icu on metadata_items.id=fts4_metadata_titles_icu.rowid join metadata_item_accounts on metadata_item_accounts.metadata_item_id=metadata_items.id where fts4_metadata_titles_icu.title match 'Gh*' and metadata_items.metadata_type=15 and metadata_item_accounts.account_id=1 order by metadata_items.`index` desc, metadata_items.title_sort collate icu_root asc limit 5 offset 0] database disk image is malformed
Oct 05, 2025 15:58:40.103 [23119951182648] ERROR - Got exception from request handler: sqlite3_statement_backend::loadRS: database disk image is malformed
Oct 05, 2025 15:58:40.104 [23120215649080] DEBUG - Completed: [192.168.10.215:55769] 500 GET /hubs/search?query=Gh&excludeFields=summary&limit=4&includeCollections=1&contentDirectoryID=1&includeFields=thumbBlurHash (8 live) #264ccb TLS GZIP 8ms 405 bytes (pipelined: 4)
Oct 05, 2025 15:58:41.328 [23119979244344] DEBUG - Request: [192.168.10.215:55769 (WAN)] GET /hubs/search?query=Ghostface&excludeFields=summary&limit=4&includeCollections=1&contentDirectoryID=1&includeFields=thumbBlurHash (8 live) #264cd2 TLS GZIP Signed-in Token (wfhuizen)
Oct 05, 2025 15:58:41.330 [23119979244344] ERROR - [Req#264cd2] SQLITE3:0x80000001, 267, statement aborts at 13: [select metadata_items.id from metadata_items join fts4_metadata_titles_icu on metadata_items.id=fts4_metadata_titles_icu.rowid join metadata_item_accounts on metadata_item_accounts.metadata_item_id=metadata_items.id where fts4_metadata_titles_icu.title match 'Ghostface*' and metadata_items.metadata_type=15 and metadata_item_accounts.account_id=1 order by metadata_items.`index` desc, metadata_items.title_sort collate icu_root asc limit 5 offset 0] database disk image is malformed
Oct 05, 2025 15:58:41.330 [23119979244344] ERROR - Got exception from request handler: sqlite3_statement_backend::loadRS: database disk image is malformed
Do you guys have any idea what I can do to fix this? Thanks in advance!