I have the same error
example flutter packages get
Running "flutter packages get" in example...
HTTP error 424: Failed Dependency
package:pub/src/http.dart 218:5 _ThrowingClient.send
===== asynchronous gap ===========================
package:http_throttle/http_throttle.dart 33:31 ThrottleClient.send
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 301:37 BoundHostedSource._download
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 196:13 BoundHostedSource.downloadToSystemCache
===== asynchronous gap ===========================
package:pub/src/entrypoint.dart 371:48 Entrypoint._get.
===== asynchronous gap ===========================
package:pub/src/http.dart 271:51 withDependencyType
package:pub/src/entrypoint.dart 367:12 Entrypoint._get
dart:async Future.wait
package:pub/src/entrypoint.dart 228:18 Entrypoint.acquireDependencies
dart:async _completeOnAsyncReturn
package:pub/src/solver/version_solver.dart VersionSolver.solve
dart:async _completeOnAsyncReturn
package:pub/src/solver/version_solver.dart VersionSolver._result
This is an unexpected error. Please run
pub --trace --verbosity=warning get --no-precompile
and include the logs in an issue on https://github.com/dart-lang/pub/issues/new
===========================================================
Doctor summary (to see all details, run flutter doctor -v):
[鉁揮 Flutter (Channel stable, v1.0.0, on Mac OS X 10.14.3 18D109, locale en-CN)
[鉁揮 Android toolchain - develop for Android devices (Android SDK 28.0.3)
[鉁揮 iOS toolchain - develop for iOS devices (Xcode 10.1)
[鉁揮 Android Studio (version 3.3)
[鉁揮 VS Code (version 1.31.1)
[鉁揮 Connected device (1 available)
me too
@jonasfj these reports are all over the place currently (https://github.com/flutter/flutter/issues/28498)
What do you think about adding a prominent entry to the log output when the contacted server is not pub.dartlang.org to make such issues related to an alternative pub server easier to spot?
Fixed.
Most helpful comment
Fixed.