Server Version#: 1.40.2.8395
Synology Model# DS1520+
Synology OS Version# DSM 7.2.1. 69057 (Update 3)
Just upgrade to the current version from 1.40.1.8227 and now I cannot connect. I tried rebooting the Synology but that did not help. I tried to downgrade by manually installing the previous version but it would not let me.
I use HyperBackup on the PlexMediaServer directory and wanted to see if anyoen knew if restoring the entire folder (my media is on a different share) would possibly resolve the issue?
Also, is anyone else having problems with this version?
UPDATE: The restore did not work, with the newer version so I tried to then downgrade by uninstalling (KEEP) and installing the older version. Not sure if the downgrade needed to be done first so tryiing the shared fodler restore again, then will reboot and see what happensâŠ
Any other advice is appreciated.
I updated to 8395 on 4/22/24 on my Synology NAS and now many of my .mp4 videos will not play. Plex just shows a spinning circle after pressing the play button. Re-encoding the files (I used Audials One 2024) to a different .mp4 compression allowed Plex to play the file, but I am not willing to re-encode the thousands of files that I have on my PMS⊠I think the .mp4 decoder is broken in this version for some variations or compressions of files. I canât tell as some files that wonât play are 720p HEVC Main 10 but others are 720p x 8 and they wonât play as well.
Unfortunately, Synology Package Center will not allow a roll-back to a previous version.
Server Version # 1.40.2.8395
Synology Model # DS1019+
Synology OS Version # DSM 7.2.1-69057 update 3
May we please have DEBUG log files (the ZIP file) which captures the failed playback attempt?
Your explanation of the problem implies the Codecs were unable to download.
ALSO:
- Uninstall the package â use the âUninstall Only - KEEPâ option
- Install lower version
(DSM does not allow downgrade. The packaging is written to support uninstall + reinstall and keeping your server data)
I am not having that issue. I cannot connect to my Plex library after the update, so not sure where to get any debug info from. I am trying the directory restore as that contains the all the relevant Plex files outside the media content (latest backup was at 3AM and Plex not used at all since then.) If that does not work I can try the uninstall - KEEP and then reinstall the previous version that was working. Am I missing anything in my gameplan?
@ssolomon
May I have the DEBUG Logs ZIP file so I can see whatâs happening?
I have a qnap nas and the same problem. I installed the latest package last night and now my PMS is stuck on ârunning routine start up maintenaceâ and i my server is offline on all devices (tv, phone, tablet, webâŠ)
Can i stop the service and reinstall the last pkg without damaging anything (luckily i save all install filesâŠ)
PMS version: 1.40.2.8395
QNAP Model TS873A-8G
QNAP OS Firmware QTS 5.1.5.2679
1 Like
Itâs been running for about four hours now⊠normally it starts up within about 20 minutes⊠
I donât think I have Docker installed⊠I used PuTTY to log into it and tried âdocker --versionâ and it returned âcommand not foundâ
Iâll give it another 24 hours then try rolling back. should I stop the service before manually installing the older package, or does it matter?
QNAP doesnât have the docker command in the normal path.
Looking for âContainer Stationâ in App Center will tell you if you have docker.
As for the startup time, Iâve seen large libraries need 3-4 hours.
I would use top / ps to watch for the pid (in case it changes)
I donât have container station installed. I really havenât messed with anything much, I bought the NAS specifically for my Plex server, so thatâs pretty much all I have downloaded thatâs not preinstalledâŠ
Are you talking about the PMS PID? will it change once the start up stuff is done? Iâve just been opening it to see if it loadsâŠ
Which version of PMS did you have installed before this?
Most recent was 1.40.1.8227, and I started with 1.32.8.7639.
Prior to that I ran my server from an old Win10 Machine I wasnât using for anything else.
If you were running 1.40.1 then there shouldnât be such a huge delay in startup.
The heavy lifting of the schema changes is already done.
If you install the 1.40.1 which you have onhand ON TOP OF 1.40.2, does it startup ok?
This is effectively downgrading you to 1.40.1
downgraded to 1.40.1
itâs doing startup tasks, will report in if it finishes or tomorrow when i get home from work, whichever happens firstâŠ
If it doesnât finish,
- stop PMS
- Make a shared folder named
PlexData
- Also make a folder somewhere to hold key files (for backup purposes)
- Filestation - Dive into PlexData â Plex Media Server
â Copy the Preferences.xml (save it)
â Dive further down and copy âDatabasesâ (save it)
This way, if things go sideways, your server is still preserved
Then install 1.32.8
I donât know how large or fragmented your DBs are but this shouldnât take this long.
they will probably benefit from a good solid cleaning.
How skilled are you at the SSH command line?
Itâs still doing startup maintenance, going on an hour nowâŠ
I did have to back up all those files to preserve âwatchedâ status and whatnot when I migrated from Win10 to the QNAP, pretty sure I did it through WinSCP because the QNAP GUI doesnât access a lot of the root foldersâŠ
After the migrating I did the database optimization and clean upâŠ
Iâm not an expert with SSH by any means, but I do know how to log in through PuTTY and grew up with DOS 6.0, so i can follow directions at a terminal prompt⊠haha
edit: just tried winscp⊠I must have used putty to copy the database over to qnap, scp canât see the hidden folders on qnap either
If, after a few hours, it doesnât finish, weâll abort it.
Plex on QNAP does respond to a âPlexDataâ shared folder
(it only needs 1 restart for it to find it)
Therefore, youâll Stop, Start, Stop Plex.
Youâll see there is now the link âPlex Media Serverâ in the PlexData shared folder.
Thatâll give you easy GUI access to all those buried files in Plex.
As for the shell work to do, Please consider,
- Plex stopped
- Download my tool from the link below,
- Put it in the âPublicâ shared folder
- Unzip it so you have âDBRepair.shâ there
- Control Panel - Telnet/SSH , enable it
- Using Putty, SSH into the QNAP
â Your username & password (it wonât echo anything when entering password)
â At the prompt: sudo bash
and enter your password again
â Now youâll get the â#â (root user) prompt.
- Now we run the DB tool (There are further instructions in the README)
- /share/Public/DBRepair.sh
- The menu will pop up and identify itself as QNAP
- One at a time, STOP, AUTO, EXIT
â âAutoâ may take time. Donât worry, It will not hang.
â Itâs very informative about what itâs doing
- Go back to App Center â Start plex
See if that helps.
Please donât hesitate to ask questions.
Iâve started and stopped Plex a handful of times over the last 48 hours, but the only way I know to get to the database files is through SSH to get to the CACHEDEV folders⊠I havenât figured out how to locate them in the GUIâŠhavenât tried too hard, either but yeahâŠ
Grabbed your DBRepair files, got to step 7 above and Iâm stuck. when I run ./DBRepair.sh I get :
line 7: syntax error near unexpected token ânewlineâ
line 7: â<!doctype html>â
the quotations marks may be apostrophes on the front of those, my putty text is tiny at my current resolutionâŠ
Also, I want to take a moment to apologize to the OP for completely threadjacking themâŠ
You downloaded the SH directly to Windows? (your browser gave you HTML and not the file downloaded)
The better action here is to download the âtar.gzâ file and put it in the Public shared folder
now, while still in the shell
cd /share/CACHEDEV*/Public
you can now list the files with the ls
command. Youâll see the file.
Look at the README.md file. Youâll see the Installation examples I show about how to unpack the script from the tar.gz
I right click saved as and put it in /share/CACHEDEV1_DATA/Public
sudo bash
cd /share
chmod +x DBRepair.sh
./DBRepair.sh