hechoendrupal / drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
http://drupalconsole.com
GNU General Public License v2.0
940 stars 559 forks source link

[console] Unable to download the Drupal Console Launcher #4329

Open yookoala opened 2 years ago

yookoala commented 2 years ago

Problem/Motivation

As per the documentation stated (page source), this is the command to install the console launcher:

curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal

The first command is supposed to download the drupal.phar file from drupalconsole website. But it doesn't work:

# curl https://drupalconsole.com/installer -L -o drupal.phar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (7) Failed connect to drupalconsole.com:443; Connection refused

If you go directly to the URL https://drupalconsole.com/installer, you'd see this: 2022-04-08 15-05-48 的螢幕擷圖

It is always this "500 Server Error" message.

Solution

Please fix the server download path. Or, please fix the documentation.

chrisguindon commented 2 years ago

I am experiencing the same problem.

oloryn commented 2 years ago

I'm seeing the same problem, except that every once in a while, I get a response of "Error: could not handle the request". Is there an alternate way of retrieving the launcher?

briantully commented 2 years ago

Still no fix or update, eh? I guess this has been abandoned? Does anyone have an alternative download link or a version they were able to download and could share it?

LOBsTerr commented 2 years ago

@enzolutions Could you check it?

agingcodeguru commented 2 years ago

This essentially makes this project unusable. Can someone please take a look?

oloryn commented 1 year ago

I've been setting up to download the launcher directly from this repository. It means I'll miss any changes made, but for the moment, that doesn't look like much of an issue.

emanaton commented 4 months ago

Sooo was this fixed, and now it's broken in the same way again? Or was this just never fixed?

yookoala commented 4 months ago

To my knowledge, it was never fixed.

Also, Drupal Console is not compatible with D10 (#4344). It is problematic to a point that the offical upgrade guide ask users to remove Drupal Console before upgrade to D10.

Unless something dramatic happen in the future, I believe we can only count on drush in the future.

emanaton commented 4 months ago

Well... That's super sad. =oP

I need to be able to export discrete sets of yml configs in order to transfer entity types to other sites. I s'pose I could use Features as a tool for gathering those... Hmm... I'll have to check and see if anyone has written a drush extension for this sort of thing...

On Thu, May 16, 2024 at 5:17 AM Koala Yeung @.***> wrote:

To my knowledge, it was never fixed.

Also, Drupal Console is not compatible with D10 (#4344 https://github.com/hechoendrupal/drupal-console/issues/4344). It is problematic to a point that the offical upgrade guide ask users to remove Drupal Console https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/how-to-upgrade-from-drupal-9-to-drupal-10#s-remove-drupal-console-project before upgrade to D10.

Unless something dramatic happen in the future, I believe we can only count on drush in the future.

— Reply to this email directly, view it on GitHub https://github.com/hechoendrupal/drupal-console/issues/4329#issuecomment-2114409927, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXU6BIYJWNCPSEXWXQBRULZCRTNZAVCNFSM5S3TW252U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJRGQ2DAOJZGI3Q . You are receiving this because you commented.Message ID: @.***>