-
Notifications
You must be signed in to change notification settings - Fork 37
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
Help with "Error in rethrow_call" #97
Comments
It sounds like your installation of processx has a problem. Try reinstalling it (in a new R session). |
I reinstalled processx in a new R session, but same error. So I manually uninstalled from RStudio and reinstalled again, but same thing. I wonder whether it could be due to my username having spaces and accents (though I cannot change it). I know it has given me some trouble with other packages in the past. Also, my last error trace:
|
If this causes the same error, then the problem is definitely with processx: processx::process$new("echo", "hello", supervise = TRUE) Weird characters could definitely be a problem in launching the processx supervisor. I suggest filing an issue at https://github.com/r-lib/processx/issues, and report which weird characters you have in the path. |
Correct! The command does output the same error. I'll reach out to processx. Thanks. Note: actually it isn't the same command that isn't found but pretty close so definitely something with processx.
|
Oh, I forgot that windows might not have echo. Try dir instead of echo and see what message that gives. |
Same (Windows 10 here).
|
FWIW
|
@wch Update: problem seems fixed(!) after updating to R version 4.0.2 for:
@gaborcsardi is correct I believe as Thanks to you all! |
After installing and loading:
I run:
example(webshot)
Or the examples in the readme.md:
webshot("https://www.r-project.org/", "r.png")
And I consistently get:
Any idea why?
The text was updated successfully, but these errors were encountered: