Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to download betas via GitHub Actions (Ubuntu CLI) #12

Open
halotroop2288 opened this issue Aug 25, 2021 · 0 comments
Open

Fails to download betas via GitHub Actions (Ubuntu CLI) #12

halotroop2288 opened this issue Aug 25, 2021 · 0 comments

Comments

@halotroop2288
Copy link

halotroop2288 commented Aug 25, 2021

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 the DownloadUtil#downloadIfChanged function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant