Sonarr version (exact version):
Version
2.0.0.4374
Mono version (if Sonarr is not running on Windows):
Mono Version
4.2.1 (Stable 4.2.1.102/6dd2d0d Thu 3 Nov 02:49:18 UTC 2016)
OS: Unix
((Debug logs)):
https://pastebin.com/4tUJMFU9
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
Sonarr is trying to update but fails every time. It says it can not find a file in a specified location; however, I see NbzDrone is where it’s supposed to be. I guess I don’t understand the error or why it will not update to the latest version.
Here is the SMALL snippet of the error that’s also included in pastebin above:
17-3-30 13:40:47.6|Info|InstallUpdateService|Deleting old update files
17-3-30 13:40:47.6|Info|InstallUpdateService|Downloading update 2.0.0.4645
17-3-30 13:40:47.8|Info|InstallUpdateService|Verifying update package
17-3-30 13:40:48.0|Info|InstallUpdateService|Update package verified successfully
17-3-30 13:40:48.0|Info|InstallUpdateService|Extracting Update package
17-3-30 13:40:49.0|Info|InstallUpdateService|Update package extracted successfully
17-3-30 13:40:49.0|Info|BackupService|Starting Backup
17-3-30 13:40:50.2|Info|InstallUpdateService|Preparing client
17-3-30 13:40:50.2|Info|InstallUpdateService|Starting update client /media/zdq/user7682/tmp/nzbdrone_update/NzbDrone.Update.exe
17-3-30 13:40:50.2|Info|InstallUpdateService|Sonarr will restart shortly.
17-3-30 13:40:51.4|Error|CommandExecutor|Error occurred while executing task ApplicationUpdate
[v2.0.0.4374] System.ComponentModel.Win32Exception: ApplicationName='mono', CommandLine='--debug /media/zdq/user7682/tmp/nzbdrone_update/NzbDrone.Update.exe 25200 /media/zdq/user7682/tmp/nzbdrone_update /media/zdq/user7682/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) [0x00352] in /media/zdq/user7682/mono-4.2.1/mcs/class/System/System.Diagnostics/Process.cs:1126
at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x0008b] in /media/zdq/user7682/mono-4.2.1/mcs/class/System/System.Diagnostics/Process.cs:1190
at System.Diagnostics.Process.Start () [0x0002c] in /media/zdq/user7682/mono-4.2.1/mcs/class/System/System.Diagnostics/Process.cs:1200
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
at NzbDrone.Common.Processes.ProcessProvider.Start (System.String path, System.String args, System.Collections.Specialized.StringDictionary environmentVariables, System.Action`1 onOutputDataReceived, System.Action`1 onErrorDataReceived) [0x00118] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Processes\ProcessProvider.cs:167
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate (NzbDrone.Core.Update.UpdatePackage updatePackage) [0x0022d] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Update\InstallUpdateService.cs:134
at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCommand message) [0x00071] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Update\InstallUpdateService.cs:214
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (NzbDrone.Core.Messaging.Commands.TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x00081] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:77