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

Http 404 Error while running Flutter Install #76

Open
OMO-NOSA opened this issue Feb 24, 2021 · 3 comments
Open

Http 404 Error while running Flutter Install #76

OMO-NOSA opened this issue Feb 24, 2021 · 3 comments

Comments

@OMO-NOSA
Copy link

Hello @aloisdeniel

I currently have a self-hosted agent running on azure devops, but i get the below error when the flutter install tasks runs:

Downloading: https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_1.22.6-stable.zip
##[error]Error: Unexpected HTTP response: 404
Screenshot 2021-02-24 at 12 55 26

@Max-Might
Copy link

This happens because the linux builds of flutter are distributed in tar.gz files, not zip files.
There is a pending PR #57 fixing this issue but we need to get it reviewed and merged by the project maintainer.

In the meantime you can run your tasks on mac hosts.

@hey24sheep
Copy link

You could use my maintained fork of this, here if you don't want to change to mac host.

@OMO-NOSA
Copy link
Author

You could use my maintained fork of this, here if you don't want to change to mac host.

Thanks. This solved my issue.

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

3 participants