Plex broke after 1.3 update

I updated my LinuxServer.io docker for Plex, and suddenly it’s kind of broken. Can’t reach dashboard


Tons of movies are stuck at 'Loading…"

Tried different dockers (binhex and official plex) and copied all my data. I didn’t try a whole fresh install but I would really not prefer to reconfigure Plex.

Also tried downgrading back to 1.12, but that still gives the same problems. Nothing in the Docker logs either.

Any tips? Logs I should copy? I can still access all my media perfectly via SMB.

I assume you mean the 1.13.0 update?

If you could provide your server logs it would help diagnose what may be causing this problem (https://support.plex.tv/articles/200250417-plex-media-server-log-files/).

Same problem here with Version 1.13.0.5003 on docker plexinc/pms-docker:plexpass

Logs included

@Zokormazo said:
Same problem here with Version 1.13.0.5003 on docker plexinc/pms-docker:plexpass

Logs included

Your issue seems to be related to database corruption:

May 04, 2018 11:21:24.516 [0x7ff5d5bfe700] ERROR - SQLITE3:0x10, 11, database corruption at line 72951 of [fc49f556e4]
May 04, 2018 11:21:24.517 [0x7ff5d5bfe700] ERROR - SQLITE3:0x10, 11, statement aborts at 14: [select tags.id as 'tags_id', tags.parent_id as 'tags_parent_id', tags.metadata_item_id as 'tags_metadata_item_id', tags.tag as 'tags_tag', tags.tag_type as 'tags_tag_type', tags.tag_va
May 04, 2018 11:21:24.536 [0x7ff5d5bfe700] ERROR - Soci Exception handled: sqlite3_statement_backend::loadRS: database disk image is malformed

You can see this support article: https://support.plex.tv/articles/201100678-repair-a-corrupt-database/ and check if that fixes your problem.

@drzoidberg33 said:

@Zokormazo said:
Same problem here with Version 1.13.0.5003 on docker plexinc/pms-docker:plexpass

Logs included

Your issue seems to be related to database corruption:

May 04, 2018 11:21:24.516 [0x7ff5d5bfe700] ERROR - SQLITE3:0x10, 11, database corruption at line 72951 of [fc49f556e4]
May 04, 2018 11:21:24.517 [0x7ff5d5bfe700] ERROR - SQLITE3:0x10, 11, statement aborts at 14: [select tags.id as 'tags_id', tags.parent_id as 'tags_parent_id', tags.metadata_item_id as 'tags_metadata_item_id', tags.tag as 'tags_tag', tags.tag_type as 'tags_tag_type', tags.tag_va
May 04, 2018 11:21:24.536 [0x7ff5d5bfe700] ERROR - Soci Exception handled: sqlite3_statement_backend::loadRS: database disk image is malformed

You can see this support article: https://support.plex.tv/articles/201100678-repair-a-corrupt-database/ and check if that fixes your problem.

Fixed :wink: