Server Version#: 1.20.1
Player Version#: 4.41.1
I have a Plex server running on a headless Ubuntu 18.04 Machine. It has worked perfectly until now, suddenly I cannot add any more media. “Scan Library Files” runs for about half a second with no results, and trying to scan in terminal finishes instantly, and produces no output. However, “‘Plex Media Scanner’ --list” produces the following error:
terminate called after throwing an instance of 'soci::soci_error'
what(): sqlite3_statement_backend::prepare: no such column: library_sections.content_changed_at for SQL: select library_sections.id as 'library_sections_id', library_sections.library_id as 'library_sections_library_id', library_sections.name as 'library_sections_name', library_sections.name_sort as 'library_sections_name_sort', library_sections.section_type as 'library_sections_section_type', library_sections.language as 'library_sections_language', library_sections.agent as 'library_sections_agent', library_sections.scanner as 'library_sections_scanner', library_sections.user_thumb_url as 'library_sections_user_thumb_url', library_sections.user_art_url as 'library_sections_user_art_url', library_sections.user_theme_music_url as 'library_sections_user_theme_music_url', library_sections.created_at as 'library_sections_created_at', library_sections.updated_at as 'library_sections_updated_at', library_sections.scanned_at as 'library_sections_scanned_at', library_sections.user_fields as 'library_sections_user_fields', library_sections.query_xml as 'library_sections_query_xml', library_sections.query_type as 'library_sections_query_type', library_sections.uuid as 'library_sections_uuid', library_sections.changed_at as 'library_sections_changed_at', library_sections.content_changed_at as 'library_sections_content_changed_at' from library_sections
****** PLEX MEDIA SCANNER CRASHED, CRASH REPORT WRITTEN: /home/homelab/Library/Application Support/Plex Media Server/Crash Reports/1.20.1.3252-a78fef9a9/PLEX MEDIA SCANNER/7508c32e-92b1-65cf-365b883b-65912e1f.dmp
Error in command line:the argument for option '--serverUuid' should follow immediately after the equal sign
Crash Uploader options (all are required):
--directory arg Directory to scan for crash reports
--serverUuid arg UUID of the server that crashed
--userId arg User that owns this product
--platform arg Platform string
--platformVersion arg Platform version string
--vendor arg Vendor string
--device arg Device string
--model arg Device model string
--sentryUrl arg Sentry URL to upload to
--sentryKey arg Sentry Key for the project
--version arg Version of the product
--allowRetries arg Whether we will allow retries
Aborted (core dumped)
Being that I am on a linux machine, I cannot seem to view the .dmp file to inspect the error logs(I tried using gdb but it appears it was compiled no debugging flags) I went through the steps to repair a corruput database and it did not succeed. Plex can see the folders of the new media, but it says they are empty. I have tried refreshing all the metadata in both the CLI and UI as well. The files have the same naming convention and file format as many others in the library, so I dont think that is the issue.
I know this is a very specific question, but I am at a loss here. I would even take a solution just to view the .dmp file so I can see what the error is. Thanks in advance