DeamonHunter / AWBW-Replay-Player

Advance Wars By Web Replay Player
MIT License
38 stars 5 forks source link

Give better Error Message when attempting to download Replay for in-progress game #125

Closed Xirema closed 1 year ago

Xirema commented 1 year ago

image

As shown in the image, the error message that gets generated when a user attempts to download a replay of an in-progress game is unspecific. It would be better if there were specific handling for the case of an in-progress game and a specific error message "You cannot download Replays of games that have not yet ended" or something to that effect.

System.Exception: Unable to find the replay of game '779749'. Does the replay still exist on AWBW?
   at AWBWApp.Game.UI.Interrupts.GetNewReplayInterrupt.attemptDownload()
DeamonHunter commented 1 year ago

Thanks for the feedback. The errors have been expanded to include the following:

This should be in the next update.

image