Reloaded-Project / Reloaded-II

Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
GNU General Public License v3.0
515 stars 72 forks source link

[Reloaded-II Should have a Retry Policy in case of Unreliable Servers] #372

Closed orah28 closed 2 months ago

orah28 commented 2 months ago

Describe the Bug I seem to get a 503 error when trying to update mods. Here is the screenshots of the error Screenshot 2024-05-03 195907 Screenshot 2024-05-03 200038

To Reproduce Steps to reproduce the behaviour:

  1. Open Reloaded
  2. Wait for update pop up to appear and press update
  3. the update bar gets up to 50%
  4. The error appears and the whole app crashes

Expected Behaviour I would like my mods to update

Sewer56 commented 2 months ago

Not much I can do here, other than maybe trying to add a retry policy so it tries more than once.

Some people experience this when downloading from GameBanana lately. Has been a bit common in the past 1 month; their servers are presumably experiencing load or have a bug and are not responding.

As for right now this very moment, they're maybe having maintenance, it's down even for me.

Sewer56 commented 2 months ago

GameBanana download servers were having an issue. Here's a quote from tom (site owner):

image

In 1.27.6 , I added a retry policy, just in case to help alleviate these issues if possible in the rare case a download randomly fails; but that's just a preventative measure in case of temporary 'blips'.