-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
Shell command PID xxxx returned an abnormal error code: '4294967295' #48
Comments
Could you try with the latest |
Hi, |
Can you launch the |
Hi, 'webscreenshot.py: error: Please specify a valid input file or a valid URL' Thats what I get from launching the 'python webscreenshot.py -vv' |
Hi, |
@gsneijd, could you launch the command you tried with the space in folder, adding the |
@maaaaz Sure! (env) O:\Eigene Dateien\Web-Projekte\webscreenshot>chromium.exe --allow-running-insecure-content --ignore-certificate-errors --ignore-urlfetcher-cert-requests --reduce-security-for-testing --no-sandbox --headless --disable-gpu --hide-scrollbars --incognito -screenshot="O:\Eigene Dateien\Web-Projekte\webscreenshot\screenshots\https_www.mynode.at_443.png" --window-size=1200,800 https://www.mynode.at:443 |
I've had already problems with the space character in other application, so that was my first try. i hope it helps you! thanks for you great script, it saved me a lot of work :) |
I have investigated and yes, there is the infamous issue with Python + subprocess + whitespaces in paths In the meantime, no whitespace in paths when using |
Hi have you found the solution to the whitespaces problem? |
only by adding the folder without spaces directly in C: |
Hi
I got a Error message.
How solve?
My environment:
The text was updated successfully, but these errors were encountered: