Server Version#: 1.26.0.5715
Player Version#: 4.76.1
I updated my ubuntu server and plex install last night. When I try to go to one of my libraries, doesn’t matter which player, it fails to load.
In the console, I see two errors, that each happen twice.
Unknown metadata type: folder
Exception handled: std::bad_cast
I do use a Synology for my media storage. I logged into the vm the plex server is on and the NFS connection works and I was able to access all the files. I tried rebooting both and still the same issue.
Thanks. Roll back to a previous version for now. Expect it to take time to downgrade (just like it did upgrading).
I’m testing this now myself and not having anything good come of this Beta release.
I’ve reported my findings to Engineering. They will probably look at it on Monday
Can you report back here if the downgrade fixes it?
I’m worried about this:
Apr 23, 2022 14:13:06.242 [0x7fa91a11ed48] ERROR - Exception thrown during migrations, aborting: sqlite3_statement_backend::loadOne: database disk image is malformed
My concern is that this implies the database file itself has been damaged, which is possibly why the migration didn’t succeed in the first place, and a down-migration is equally unlikely to repair it.
I would also be inclined to check the backups (instructions here) using the same Check for Corruption instructions.
@ChuckPa, what do you think about a suggestion to Engineering - perform a PRAGMA integrity_check before any migration? Perform a PRAGMA integrity_check periodically and raise an alert if there’s an issue?
I haven’t seen it anywhere in the UI. That would be a great addition. There might already be a websocket event for it? I’m not about to corrupt my own database to find out lol.
If I run apt-cache madison plexmediaserver
I get plexmediaserver | 1.26.0.5715-8cf78dab3 | https://downloads.plex.tv/repo/deb public/main amd64 Packages
I didn’t install from a deb file. I just added the plex repository and installed with apt install plexmediaserver a long time ago.
Are you saying multiple restarts after downgrading is what worked?