drupal-console
drupal-console copied to clipboard
[console] The Launcher installation instruction is broken
Problem/Motivation
The Drupal Console Launcher installation instruction is broken, the first command
curl https://drupalconsole.com/installer -L -o drupal.phar
Is downloading a Server Error web page instead of the appropriate .phar file:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body>
</html>
Same issue
I have the same error.
Same here.
Same here. I've copied this issue to https://github.com/hechoendrupal/drupalconsole.com/issues/132 @tsega
Same issue
Same issue with DrupalVM Server returning 500 response.
fatal: [drupalvm]: FAILED! => {"changed": false, "dest": "/usr/local/bin/drupal", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 500: Internal Server Error", "status_code": 500, "url": "https://drupalconsole.com/installer"}
It looks like there is a similar issue opened in the Drupal project issues, https://www.drupal.org/project/console/issues/3166345
Does anyone have the launcher file we're trying to download that they could post here for us to use until this gets fixed?
duplicate of #4263
@maskedjellybean I recommend doing https://github.com/hechoendrupal/drupal-console/issues/4263#issuecomment-713981342 rather than running random .phar shared off the internet
(yeah, it's all random code off the internet, but at least packagist has some process around the origins of the file)
READ #4263 RATHER THAN POSTING HERE
Here are the releases - https://github.com/hechoendrupal/drupal-console-launcher/releases you cand download the phar from here and use the rest of the instructions.