sinscove / Yuzu-Updater

Totally legal and legit updater for Yuzu Early Access
GNU General Public License v2.0
219 stars 24 forks source link

The remote server returned an error: (404) Not Found. After version 3599 #16

Closed terrabys closed 1 year ago

terrabys commented 1 year ago

Updater version Yuzu.Updater.1.5.2

Last successful update was version 3599 Since then I get this in the log: 18:13 - ERROR - The remote server returned an error: (404) Not Found. 18:13 - ERROR - at System.Net.HttpWebRequest.GetResponse() at Yuzu_Updater.DownloadManager.<>cDisplayClass2_0.b__0() at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at Yuzu_Updater.DownloadManager.d2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at Yuzu_Updater.MainForm.d__12.MoveNext()

terrabys commented 1 year ago

[Solved] Working after deleting all the updater files, and extracting them from the zip again, instead of overriding the existing once.

terrabys commented 1 year ago

The issue persists if I delete the updater the initial download works, but every subsequent downloads fails, same thing if I change the version and press install. log: 18:43 - INFO - Fetching list of older versions 18:43 - INFO - Fetched list of older versions! 18:43 - INFO - Retrieved Database Info 18:43 - INFO - Downloading Update: 3609 18:43 - INFO - Extracting files.. This may take a while.. 18:43 - INFO - Cleaning Up 18:43 - INFO - Done! 18:45 - INFO - Downloading version 3608 This may take a while.. 18:45 - INFO - An error occurred, please check the logs for the issue 18:45 - ERROR - The remote server returned an error: (404) Not Found. 18:45 - ERROR - at System.Net.HttpWebRequest.GetResponse() at Yuzu_Updater.DownloadManager.<>cDisplayClass2_0.b__0() at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at Yuzu_Updater.DownloadManager.d2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at Yuzu_Updater.MainForm.d__12.MoveNext()

Sin213 commented 1 year ago

Fixed on new version.