We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OK, I will write it here because I was crazy about this error. It's a problem with UBUNTU, fuck.
This solution save me the week. From ariya I read this
Debian/Ubuntu has a modified version of PhantomJS that can work headlessly, hence the problem with QXcb. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817277 for details. Unfortunately, this is not something that we (=PhantomJS team) can fix.
Debian/Ubuntu has a modified version of PhantomJS that can work headlessly, hence the problem with QXcb. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817277 for details.
Unfortunately, this is not something that we (=PhantomJS team) can fix.
And the solution is here
@3zzy the steps I used are as follows: wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2 tar -xvf phantomjs-2.1.1-linux-x86_64.tar cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/bin/phantomjs Does this help your case? ariya/phantomjs#14376 (comment)
@3zzy the steps I used are as follows: wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2 tar -xvf phantomjs-2.1.1-linux-x86_64.tar cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
Does this help your case? ariya/phantomjs#14376 (comment)
ment-246310115
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OK, I will write it here because I was crazy about this error. It's a problem with UBUNTU, fuck.
This solution save me the week.
From ariya I read this
And the solution is here
ment-246310115
The text was updated successfully, but these errors were encountered: