Errors in log: SQLITE3:0x80000001, 17, statement aborts

Server Version#: 1.27.2.5929

I’m seeing a bunch of these errors in my PMS logs. I ran through the KB article on repairing the database. While I didn’t get any errors, the error persists in the logs. Any ideas on how I can fix this? If it matters, the server appears to be functioning normally.

SQLITE3:0x80000001, 17, statement aborts at 57: [select * from metadata_items limit 1] database schema has changed

Plex Media Server Logs_2022-07-29_10-52-11.zip (781.2 KB)

This is normal during database migrations (which is where your logs have them). When the db schema changes (as the migration often do), the sqlite connection will output this error message on the next query. So on the migrations we actually do a simple query just to flush this.

But its constant. Was happening before the db repair, and continues now.

Each time it is on an EPG database and it keeps running the migrations over and over. Is this database corrupt and in need of repair?

I already did the repair.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.