pickle icon indicating copy to clipboard operation
pickle copied to clipboard

http error while loading information for xdebug-3.1.0beta2: unknown error

Open mlocati opened this issue 3 years ago • 1 comments

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>]

mlocati avatar Sep 22 '21 06:09 mlocati

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]] [--] []

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FriendsOfPHP/pickle/issues/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.

pierrejoye avatar Sep 22 '21 07:09 pierrejoye