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.Action
1 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?