-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: There is no release located at #200
Comments
Hi @alanmels! |
Hi @jackaponte! Here is the output of
|
I'll upgrade my drush to 8.2.3 and run another test later and see if it works. |
Now I have:
but it still does not see the correct location:
Now I've started wondering if something is wrong with Docksal's implementation of Backdrop Drush :( |
Even with the latest Docksal CLI version the problem persists:
so I doubt it's about drush version anymore. |
@alanmels do the docksal containers have ssh into docksal container
which wget
which curl if they are missing Also could be helpful to know where dockal puts the |
@serundeputy to ssh into the docksal container we simply run
Docksal places the https://github.com/backdrop-contrib/drush in docker@cli:/var/www/docroot$ ll /home/docker/.drush/backdrop/
total 176
-rw-r--r-- 1 docker dialout 25199 Oct 16 16:18 BackdropBoot.php
-rw-r--r-- 1 docker dialout 24664 Oct 16 16:18 backdrop-drush-extension-logopn.png
-rw-r--r-- 1 docker dialout 4875 Oct 16 16:18 backdrop.drush.inc
drwxr-xr-x 8 docker dialout 4096 Oct 16 16:18 commands
-rw-r--r-- 1 docker dialout 630 Oct 16 16:18 composer.json
-rw-r--r-- 1 docker dialout 62224 Oct 16 16:18 composer.lock
drwxr-xr-x 2 docker dialout 4096 Oct 16 16:18 grn
drwxr-xr-x 2 docker dialout 4096 Oct 16 16:18 includes
-rw-r--r-- 1 docker dialout 18093 Oct 16 16:18 LICENSE.txt
-rw-r--r-- 1 docker dialout 6117 Oct 16 16:18 README.md
drwxr-xr-x 2 docker dialout 4096 Oct 16 16:18 tests
docker@cli:/var/www/docroot$ |
I even tried to replace Docksal's implementation with freshly git-pulled repository:
and compared two directories to see some difference:
Unfortunately, the problem persists:
so I did:
|
I've traced the problem to the backdrop_pm_get_from_github() function returning empty content:
|
This can be disregarded per #201 (comment) |
From #201
Ya know, I thought to ask whether it could be some sort of connectivity issue; should have done so! Thanks for clearing things up, @AlexShapka, |
Totally mea culpa. Should've checked the networks before putting so much efforts to this in vain. |
No worries @alanmels, glad you've gotten that sorted! |
On the other hand, I've run additional tests today and detected that even with our firewall completely taken off, the Not sure if we should re-open the issue, but decided to report just for future references if someone else hits the same problem. |
all bugs should be reproducible on latest |
As https://github.com/backdrop-contrib/drush says the
drush dl
is supported, however running it gives:Is something wrong with my local Docksal environment or it doesn't work for everyone?
The text was updated successfully, but these errors were encountered: