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
Describe the bug
Not working on Linux when using scrot & no filename
To Reproduce
await screenshot({ linuxLibrary: 'scrot', })
Expected behavior
should return a buffer
Screenshots
Error: Command failed: scrot "-" -e -z "echo \"-\"" giblib warning: unrecognised option echo "-" giblib error: Saving to file - failed
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
language please... kkkkkk
Sorry, something went wrong.
i have also facing this issue .. Error: Command failed: scrot "-" -e -z "echo \"-\""
Error: Command failed: scrot "-" -e -z "echo \"-\""
Looks to be an issue with quoting arguments https://stackoverflow.com/questions/26326664/scrot-giblib-error-saving-to-file-failed
No branches or pull requests
Describe the bug
Not working on Linux when using scrot & no filename
To Reproduce
Expected behavior
should return a buffer
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: