Created
February 3, 2017 15:04
-
-
Save afreeland/29460fd2a2138843dba606a65c9a678a to your computer and use it in GitHub Desktop.
SquirrelUpdateError GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-02-03 09:01:16> Program: Starting Squirrel Updater: --update https://github.com/{User}/{Repo}/releases/download/0.0.2?access_token={access_token} | |
2017-02-03 09:01:16> Program: Starting update, downloading from https://github.com/{User}/{Repo}/releases/download/0.0.2?access_token={access_token} | |
2017-02-03 09:01:16> Program: About to update to: C:\Users\afreeland\AppData\Local\{app_name} | |
2017-02-03 09:01:16> CheckForUpdateImpl: Using existing staging user ID: 7edd3044-32e7-5fd3-9068-5ce586c09446 | |
2017-02-03 09:01:16> CheckForUpdateImpl: Downloading RELEASES file from https://github.com/{User}/{Repo}/releases/download/0.0.2?access_token={access_token} | |
2017-02-03 09:01:16> FileDownloader: Downloading url: https://github.com/{User}/{Repo}/releases/download/0.0.2/RELEASES?access_token={access_token}&id={app_name}&localVersion=0.0.1&arch=amd64 | |
2017-02-03 09:01:17> IEnableLogger: Failed to download url: https://github.com/{User}/{Repo}/releases/download/0.0.2/RELEASES?access_token={access_token}&id={app_name}&localVersion=0.0.1&arch=amd64: System.Net.WebException: The request was aborted: The connection was closed unexpectedly. | |
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) | |
at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream) | |
--- 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 Squirrel.Utility.<LogIfThrows>d__36`1.MoveNext() | |
2017-02-03 09:01:17> FileDownloader: Downloading url: https://github.com/{User}/{Repo}/releases/download/0.0.2/releases?access_token={access_token}&id={app_name}&localversion=0.0.1&arch=amd64 | |
2017-02-03 09:01:17> IEnableLogger: Failed to download url: https://github.com/{User}/{Repo}/releases/download/0.0.2/releases?access_token={access_token}&id={app_name}&localversion=0.0.1&arch=amd64: System.Net.WebException: The request was aborted: The connection was closed unexpectedly. | |
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) | |
at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream) | |
--- 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 Squirrel.Utility.<LogIfThrows>d__36`1.MoveNext() | |
2017-02-03 09:01:17> CheckForUpdateImpl: Download resulted in WebException (returning blank release list): System.Net.WebException: The request was aborted: The connection was closed unexpectedly. | |
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) | |
at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream) | |
--- 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 Squirrel.Utility.<LogIfThrows>d__36`1.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 Squirrel.FileDownloader.<DownloadUrl>d__3.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) | |
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment