aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
105 stars 83 forks source link

Http 404 Error while running Flutter Install #76

Open OMO-NOSA opened 3 years ago

OMO-NOSA commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

OMO-NOSA commented 3 years ago

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

Thanks. This solved my issue.