Discussion:
[dart-misc] Dart Debian package => server forbidden ?
tomaszkubacki
2017-11-28 17:14:44 UTC
Permalink
Hi There,

I keep getting:

Can't get
https://storage.googleapis.com/download.dartlang.org/linux/debian/dists/stable/InRelease
403 Forbidden [IP: 172.217.20.176 443]

on apt-get update after installing stable channel on my new Ubuntu box.

Any idea what's up ?

Cheers,
T.K
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Joseph B. Axenroth
2017-12-15 14:06:29 UTC
Permalink
This is happening to me as well, on Ubuntu 17.10.
Post by tomaszkubacki
Hi There,
Can't get
https://storage.googleapis.com/download.dartlang.org/linux/debian/dists/stable/InRelease
403 Forbidden [IP: 172.217.20.176 443]
on apt-get update after installing stable channel on my new Ubuntu box.
Any idea what's up ?
Cheers,
T.K
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
tomaszkubacki
2017-12-16 10:49:32 UTC
Permalink
So this is not block ip address related - I've two ubuntu boxes (17.10) on
different locations - both have same error whereas my macbook works just
fine with brew update


W dniu piątek, 15 grudnia 2017 15:06:30 UTC+1 uÅŒytkownik Joseph B. Axenroth
Post by Joseph B. Axenroth
This is happening to me as well, on Ubuntu 17.10.
Post by tomaszkubacki
Hi There,
Can't get
https://storage.googleapis.com/download.dartlang.org/linux/debian/dists/stable/InRelease
403 Forbidden [IP: 172.217.20.176 443]
on apt-get update after installing stable channel on my new Ubuntu box.
Any idea what's up ?
Cheers,
T.K
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Cédric Belin
2017-12-16 11:37:55 UTC
Permalink
Probably a deployment issue : the Debian package is also not available when
trying to downlod it manually.

https://www.dartlang.org/install/linux#installing-a-debian-package => click
on "Dart SDK (stable channel) as Debian package" => The specified key does
not exist.

You can still install the SDK from the ZIP archive :
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/sdk/dartsdk-linux-x64-release.zip
(that's what I'm doing everytime with the Dart SDK and some other programs
like Node.js).
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...