Has anything changed with ionic resources?

Hi, I was trying to update splash screens and images on one of my old V1 projects all day. The server keeps returning a Unable to generate images due to an error Image server temporarily unavailable error.

I also tried creating a new project to test (to eliminate other factors like image size/format) via:
ionic start tmp blank && cd tmp && ionic resources and I get the same error

I suppose it could be possible the server is actually down, but given I’ve been trying for the last 4 hours, I thought I’d ask

ionic info

Your system information:

Cordova CLI: 6.5.0 
Ionic CLI Version: 2.1.17
Ionic App Lib Version: 2.1.7
ios-deploy version: 1.9.0 
ios-sim version: 5.0.2 
OS: macOS Sierra
Node Version: v5.11.0
Xcode version: Xcode 8.2.1 Build version 8C1002

The error in detail:

ionic resources
Ionic icon and splash screen resources generator
 uploading icon.png...
 uploading splash.png...
Unable to generate images due to an error Image server temporarily unavailable: <!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>

Thanks

AWS is down, hence this is down.

1 Like

Ah ok thanks! So it seems - AWS & Heroku. Another DDoS attack maybe!