-
Notifications
You must be signed in to change notification settings - Fork 89
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
http error while loading information for xdebug-3.1.0beta2: unknown error #242
Comments
I think it is yet again no semver usage for xdebug version.
…On Wed, Sep 22, 2021, 1:59 PM Michele Locati ***@***.***> wrote:
This works:
$ install -v --dry-run --no-interaction xdebug-3.0.4
- Installing xdebug (3.0.4): Downloading (100%)
Extracting archive+-----------------------------------+--------+| Package name | xdebug || Package version (current release) | 3.0.4 || Package status | stable |
+-----------------------------------+--------+
but this doesn't:
$ pickle install -v --dry-run --no-interaction xdebug-3.1.0beta2
In Pickle.php line 81:
[Exception]
http error while loading information for xdebug-3.1.0beta2: unknown error
Exception trace:
at phar:///tmp/pickle/src/Package/Convey/Command/Pickle.php:81
Pickle\Package\Convey\Command\Pickle->fetchPackageJson() at phar:///tmp/pickle/src/Package/Convey/Command/Pickle.php:96
Pickle\Package\Convey\Command\Pickle->prepare() at phar:///tmp/pickle/src/Base/Abstracts/Package/Convey/Command.php:62
Pickle\Base\Abstracts\Package\Convey\Command->__construct() at phar:///tmp/pickle/src/Package/Convey/Command/Factory.php:54
Pickle\Package\Convey\Command\Factory::getCommand() at phar:///tmp/pickle/src/Package/Convey.php:56
Pickle\Package\Convey->__construct() at phar:///tmp/pickle/src/Console/Helper/PackageHelper.php:119
Pickle\Console\Helper\PackageHelper->convey() at phar:///tmp/pickle/src/Console/Command/InstallerCommand.php:217
Pickle\Console\Command\InstallerCommand->execute() at phar:///tmp/pickle/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at phar:///tmp/pickle/vendor/symfony/console/Application.php:971
Symfony\Component\Console\Application->doRunCommand() at phar:///tmp/pickle/vendor/symfony/console/Application.php:290
Symfony\Component\Console\Application->doRun() at phar:///tmp/pickle/vendor/symfony/console/Application.php:166
Symfony\Component\Console\Application->run() at phar:///tmp/pickle/bin/pickle:38
require() at /tmp/pickle:10
install [--no-convert] [--defaults] [--source] [--with-configure-options WITH-CONFIGURE-OPTIONS] [--save-logs SAVE-LOGS] [--dry-run] [--php PHP] [--ini INI] [--tmp-dir TMP-DIR] [--version-override [VERSION-OVERRIDE]] [--] [<path>]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#242>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACE6KDUJN5E22PSASNQ4L3UDF5GXANCNFSM5EQSFO2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works:
but this doesn't:
The text was updated successfully, but these errors were encountered: