Merry Xmas Guys!
Hope anyone can help me out with this one
Message
Update process failed: 1 is not a supported code page.
Parameter name: codepage
Exception
System.ArgumentException: 1 is not a supported code page.
Parameter name: codepage
at System.Text.Encoding.GetEncoding(Int32 codepage)
at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToArray(String str)
at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToArray(Int32 flags, String str)
at ICSharpCode.SharpZipLib.Zip.ZipFile.WriteLocalEntryHeader(ZipUpdate update)
at ICSharpCode.SharpZipLib.Zip.ZipFile.AddEntry(ZipFile workFile, ZipUpdate update)
at ICSharpCode.SharpZipLib.Zip.ZipFile.RunUpdates()
at ICSharpCode.SharpZipLib.Zip.ZipFile.CommitUpdate()
at NzbDrone.Common.ArchiveService.CreateZip(String path, String[] files) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Common\ArchiveService.cs:line 55
at NzbDrone.Core.Backup.BackupService.Backup(BackupType backupType) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Backup\BackupService.cs:line 72
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate(UpdatePackage updatePackage) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Update\InstallUpdateService.cs:line 94
Thanks Markus for the supportā¦ I will keep this updated if I manage to find what the problem is.
Strange is that I just upgraded to a new machine, and itās clean, barely any programs installed. Canāt think of anything that might be the problem.
If any of you guys have any pointers or settings I might try to play around with, let me know.
I have tried resetting my locale/language to default US English, no go though.
Sonarr fails on taking the backup, hence not proceeding with the update. The problem here is that the zipping process is finding an invalid language. Although the profile is set to English, the process is still failing. The problem lies here: the service is running on a system level not on the profile itself.
An easy way to fix this is by stopping the windows service by doing the following: Run > āservices.mscā > nzbdrone > right click > stop > right click again > properties > log on tab > log in with the profile account > start service again.
Another way to fix this is to actually change the system settings of the Windows Machine to English. This can be done from Control Panel > Region > Administrative Tab > Copy Settings.