Closed SharlSherif closed 2 years ago
hmm... seems like a network issue.. are you behind a network proxy?
@jonasfj I'm not using any proxy or VPN. my connection is fine at 3mb/s.
If you go to: https://pub.dev/packages/local_auth/versions
And click the download link for the latest archive what do you get?
https://storage.googleapis.com/pub-packages/packages/local_auth-0.5.2%2B4.tar.gz
What if you do this in a terminal: wget https://storage.googleapis.com/pub-packages/packages/local_auth-0.5.2%2B4.tar.gz
Is that a valid tarball..
How did you solve this please
I have the same problem. please how did you solve it
Same problem here
@Alloco225, @godilite, @Joshuaofori, @SharlSherif, please answer:
https://storage.googleapis.com/pub-packages/packages/local_auth-0.5.2%2B4.tar.gz
? (is it a valid tar archive)wget
or curl
?Some ISPs appear to be blocking storage.googleapis.com
, I wonder if this is your issue.
And also: what is the output of flutter --version
/ dart --version
.
is there a solution to this now please help as its prolonging a project i was doing
@braderyq could you please answer:
https://storage.googleapis.com/pub-packages/packages/local_auth-0.5.2%2B4.tar.gz
? (is it a valid tar archive)
wget
or curl
?@sigurdm i am in Ghana using Vodafone i don't have any proxy on
and yes i just downloaded the tar file
@sigmundch I am in Ivory Coast, don't have any proxy on and my internet speed is very good I downloaded the archive just fine.
flutter --version :
Flutter 1.18.0-9.0.pre.14 • channel master • https://github.com/flutter/flutter.git
Framework • revision dd88b20435 (11 days ago) • 2020-04-25 19:02:03 -0700
Engine • revision 2b94311a77
Tools • Dart 2.9.0 (build 2.9.0-3.0.dev 94178e920e)
Sorry but i solved it by getting all the updated packages and updating them all over again and deleting the old build and packages i had
On Tue, May 5, 2020 at 5:07 AM Sigurd Meldgaard notifications@github.com wrote:
@braderyq https://github.com/braderyq could you please answer:
- Location / ISP?
- Are you behind a corporate proxy?
- Can you download https://storage.googleapis.com/pub-packages/packages/local_auth-0.5.2%2B4.tar.gz? (is it a valid tar archive)
- Can you download the URL above from a command line tool like wget or curl?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dart-lang/pub/issues/2196#issuecomment-624015955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5OADCFFFJNM4UGNP4X37DRP76PJANCNFSM4ISRBHNA .
@braderyq, did you delete your ~/pub-cache
? or just you local source project and then try again with a fresh clone?
@braderyq please help us solve it too
If we solve https://github.com/dart-lang/pub/issues/3325 we would get checksum validation and retries.
That would probably solve this.
Closing in favor of that.
I'm having this issue when installing any packages into my basic Flutter app.
pubspec.yaml
CMD: