You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foundryvtt.com went down for a few minutes earlier today, at the same time that I was trying to bring my container up. The container failed to authenticate and gave up.
The release zip had already been downloaded from a previous run, and was in the cache, so it could have just carried on with the cached one.
The text was updated successfully, but these errors were encountered:
Yes, failing forward to the cache would be great. But changing the lookup order to check the cache first would be even better:
I host 7 foundry foundry instances on my server. To avoid asking all my friends for their fvtt account login data, I use my own credentials for the download (but everyone uses their own license key of course).
When updating to a new foundry version, or even just restarting for some other reason (e.g. a server reboot / docker daemon restart), I frequently run into rate limiting (429 error). So pretty much the same problem like when the fvtt site is down.
While failing to the cache would help there, using the cache as the main source first (that's how caches work after all) would avoid spamming multiple logins and requests for a download url in the first place!
🚀 Feature Proposal
foundryvtt.com went down for a few minutes earlier today, at the same time that I was trying to bring my container up. The container failed to authenticate and gave up.
The release zip had already been downloaded from a previous run, and was in the cache, so it could have just carried on with the cached one.
The text was updated successfully, but these errors were encountered: