-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Any pull and push action throws this error after setup:
`C:\xampp\htdocs\Project>php bin/console openclassrooms:one-sky:pull
Pulling for project id IDNUMBER
[Symfony\Component\Console\Exception\LogicException]
Unable to display the estimated time if the maximum number of steps is not set.
openclassrooms:one-sky:pull [-dir|--filePath [FILEPATH]] [--locale [LOCALE]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] `
Exception trace: () at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Helper\ProgressBar.php:540 Symfony\Component\Console\Helper\ProgressBar::Symfony\Component\Console\Helper\{closure}() at n/a:n/a call_user_func() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Helper\ProgressBar.php:591 Symfony\Component\Console\Helper\ProgressBar->Symfony\Component\Console\Helper\{closure}() at n/a:n/a preg_replace_callback() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Helper\ProgressBar.php:604 Symfony\Component\Console\Helper\ProgressBar->buildLine() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Helper\ProgressBar.php:412 Symfony\Component\Console\Helper\ProgressBar->display() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Helper\ProgressBar.php:335 Symfony\Component\Console\Helper\ProgressBar->start() at C:\xampp\htdocs\Project\vendor\openclassrooms\onesky-bundle\Command\Command.php:55 OpenClassrooms\Bundle\OneSkyBundle\Command\Command->OpenClassrooms\Bundle\OneSkyBundle\Command\{closure}() at n/a:n/a call_user_func() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\EventDispatcher\EventDispatcher.php:174 Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\EventDispatcher\EventDispatcher.php:43 Symfony\Component\EventDispatcher\EventDispatcher->dispatch() at C:\xampp\htdocs\Project\vendor\openclassrooms\onesky-bundle\Services\Impl\TranslationServiceImpl.php:82 OpenClassrooms\Bundle\OneSkyBundle\Services\Impl\TranslationServiceImpl->pull() at C:\xampp\htdocs\Project\vendor\openclassrooms\onesky-bundle\Command\PullCommand.php:50 OpenClassrooms\Bundle\OneSkyBundle\Command\PullCommand->execute() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Command\Command.php:255 Symfony\Component\Console\Command\Command->run() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:852 Symfony\Component\Console\Application->doRunCommand() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:191 Symfony\Component\Console\Application->doRun() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:80 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at C:\xampp\htdocs\Project\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:122 Symfony\Component\Console\Application->run() at C:\xampp\htdocs\Project\bin\console:27