You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
On a brand new install when I run ./resque queue:list -v
Exception trace:
() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Helper/HelperSet.php:78
Symfony\Component\Console\Helper\HelperSet->get() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:599
Symfony\Component\Console\Command\Command->getHelper() at /Users/samirpatel/htdocs/php-resque/src/Console/Command.php:29
Resque\Console\Command->getResque() at /Users/samirpatel/htdocs/php-resque/src/Console/QueueListCommand.php:29
Resque\Console\QueueListCommand->execute() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:252
Symfony\Component\Console\Command\Command->run() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:889
Symfony\Component\Console\Application->doRunCommand() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:193
Symfony\Component\Console\Application->doRun() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:124
Symfony\Component\Console\Application->run() at /Users/samirpatel/htdocs/php-resque/src/Console/ConsoleRunner.php:58
Resque\Console\ConsoleRunner::run() at /Users/samirpatel/htdocs/php-resque/resque:30
Since $logger is an optional argument in ConsoleRunner, I would not expect it to throw an exception.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On a brand new install when I run
./resque queue:list -v
Since
$logger
is an optional argument inConsoleRunner
, I would not expect it to throw an exception.The text was updated successfully, but these errors were encountered: