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
This is probably due to a failure to replace spaces in URLs with %20, causing resolution to fail.
(Confirmed that doing this manually results in a successful download.)
Proposed change: Add a URL.replace(" ", "%20") to the DownloadUtil#downloadIfChanged function.
The text was updated successfully, but these errors were encountered:
https://github.com/Better-Than-Updates-MC/API/runs/3419532074#step:5:49
This is probably due to a failure to replace spaces in URLs with
%20
, causing resolution to fail.(Confirmed that doing this manually results in a successful download.)
Proposed change: Add a
URL.replace(" ", "%20")
to theDownloadUtil#downloadIfChanged
function.The text was updated successfully, but these errors were encountered: