Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Exception on sp:bower:install after updating symfony/symfony from 2.3.4 to 2.3.5 #46

Closed duxtinto closed 10 years ago

duxtinto commented 10 years ago

Hi,

Yesterday I updated the symfony/symfony package on my application from 2.3.4 to 2.3.5, and then I just started getting this exception when running the sp:bower:install command:

[Symfony\Component\Debug\Exception\ContextErrorException]

Warning: stream_select(): No stream arrays were passed in /var/www/html/t14s_2013/vendor/symfony/symfony/src/Symfony/Component/Process/ProcessPipes.php line 260

Script Sp\BowerBundle\Composer\ScriptHandler::bowerInstall handling the post-update-cmd event terminated with an exception

[RuntimeException]
An error occurred when executing the "'sp:bower:install'" command.

Sorry for not being able of giving you more information about the cause of the error.

Regards,

David.

GCth commented 10 years ago

Same problem when using KnpSnappyBundle to generate PDF using wkhtmltopdf

Spea commented 10 years ago

Hey there, sadly I can not reproduce this issue. Is this error permanent? Can you also provide some more information, like the version of bower you used?

GCth commented 10 years ago

This could have been that problem: https://github.com/symfony/symfony/issues/9182

Spea commented 10 years ago

Since it is not related to this bundle, I will close this issue.

duxtinto commented 10 years ago

Sorry for the delay saying anything.

Thanks both for your help :).