Replies: 2 comments 2 replies
-
Did you ever find a solution for this issue? Having the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did not. The need for it went away shortly after I posted. Sorry I don't have better news and good luck! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting an error during install. Here is a snippet, but I've attached the full log file. Any help is appreciated!
2023-02-18 20:21:58.635 [Error] End of Central Directory record could not be found. at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding)
at Remotely.Agent.Installer.Win.Services.InstallerService.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Remotely.Agent.Installer.Win.Services.InstallerService.d__9.MoveNext() System.IO.Compression
2023-02-18 20:21:58.635 [Info] Restoring backup.
Installer.log
Beta Was this translation helpful? Give feedback.
All reactions