2.0.0.2722 Update Failure

I have a QNAP that I am running Sonarr on.

Every reference I can find for mono points to a correct directory. Sonarr see’s it under the Info tab.

I’ve gotten this error before and used the ‘path’ update statements to fix the problem in the past, but this time none of them are working. Here is the error:

Update process failed: ApplicationName=‘mono’, CommandLine=’/tmp/nzbdrone_update/NzbDrone.Update.exe 12219 /tmp/nzbdrone_update /share/HDA_DATA/.qpkg/NzbDrone/NzbDrone/NzbDrone.exe ‘, CurrentDirectory=’’, Native error= Cannot find the specified file

System.ComponentModel.Win32Exception: ApplicationName=‘mono’, CommandLine=’/tmp/nzbdrone_update/NzbDrone.Update.exe 12219 /tmp/nzbdrone_update /share/HDA_DATA/.qpkg/NzbDrone/NzbDrone/NzbDrone.exe ‘, CurrentDirectory=’’, Native error= Cannot find the specified file
at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in :0
at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in :0
at System.Diagnostics.Process.Start () [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
at NzbDrone.Common.Processes.ProcessProvider.Start (System.String path, System.String args, System.Action1 onOutputDataReceived, System.Action1 onErrorDataReceived) [0x00000] in :0
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate (NzbDrone.Core.Update.UpdatePackage updatePackage) [0x00000] in :0

I’ve given up on fixing it, so really my question is this:

Can I copy the contents of the update into the NzbDrone folders without messing anything up?

Yeah that should be fine.

I have the same problem in a QNAP using the qpkg package with that update (older updates went fine) but I don’t have a NzbDrone folder to copy, only Sonarr (/share/HDA_DATA/.qpkg/Sonarr)

Edit: Now i understand, download manually from github and then copy to …/.qpkg/Sonarr

Not github, thats uncompiled code. You want this release: https://download.sonarr.tv/v2/master/latest/NzbDrone.master.tar.gz

Fixed with 2.0.0.2850 Maintenance release, now updates normal again.