Closed
Description
Problem
Here is an example:
Downloading crates ...
warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `[https://crates.io/api/v1/crates/ahash/0.7.6/download`](https://crates.io/api/v1/crates/ahash/0.7.6/download%60), got 503
body:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
Is there anything we can do on our side? (besides retrying)
https://status.crates.io/ does not mention any outage.
Steps
- cargo clean && cargo build
Possible Solution(s)
No response
Notes
No response
Version
No response