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
I can't solve the problem for two days. I run it on a local computer and everything works fine. I transferred the project to Ubuntu 22.04 and it gives me this error. Laravel + Symphony panther bundle
Symfony\Component\Panther\Exception\RuntimeException
Could not start chrome. Exit code: 1 (General error). Error output: cannot join mount namespace of pid 1: Operation not permitted
The text was updated successfully, but these errors were encountered:
In our CodeIgniter 4 application, we also use Panther for scraping and currently we are also getting exit code 1 in our logstream for unknown reasons..
In our CodeIgniter 4 application, we also use Panther for scraping and currently we are also getting exit code 1 in our logstream for unknown reasons..
I also have a Laravel application which uses Symfony Panther, this has also randomly broken without code changes. I am fairly certain that some change within the Symfony framework (probably not Panther, but a library on which it depends, as Panther has no recent releases) has broken the library, possibly in combination with PHP frameworks. The other possibility that might be considered is a new version of Chrome that breaks something.
I can't solve the problem for two days. I run it on a local computer and everything works fine. I transferred the project to Ubuntu 22.04 and it gives me this error. Laravel + Symphony panther bundle
Symfony\Component\Panther\Exception\RuntimeException
Could not start chrome. Exit code: 1 (General error). Error output: cannot join mount namespace of pid 1: Operation not permitted
The text was updated successfully, but these errors were encountered: