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
Installed the webshot package by: remotes::install_github("wch/webshot")
Installed the Phantom JS dependency:
install_phantomjs(version = "2.1.1",
baseURL = "https://github.com/wch/webshot/releases/download/v0.3.1/",
force = FALSE)
Permissions
Then I took a look at the permissions of the folder where Phantom JS is installed. And found it to be "Read Only". Screenshot below. Folder Location: C:\Users\username\AppData\Roaming
Resetting permission did not help. Opening the permissions tab again, showed that it was back to its "Read Only" status.
Thoughts
Perhaps if we install the Phantom JS dependency on another folder, it might help?
Is there a way for me to set the install directory path for Phantom JS to another place on my device?
Looking at the install_phantomjs function, there is the following block:
On a windows 10 laptop, I am unable to take screenshots. When I issue the command, I get an error.
And then I used last.error.trace to get
Additional Info
Installed the webshot package by:
remotes::install_github("wch/webshot")
Installed the Phantom JS dependency:
Permissions
Then I took a look at the permissions of the folder where Phantom JS is installed. And found it to be "Read Only". Screenshot below.
Folder Location: C:\Users\username\AppData\Roaming
Resetting permission did not help. Opening the permissions tab again, showed that it was back to its "Read Only" status.
Thoughts
Perhaps if we install the Phantom JS dependency on another folder, it might help?
Is there a way for me to set the install directory path for Phantom JS to another place on my device?
Looking at the install_phantomjs function, there is the following block:
Is there a temporary fix I can use?
Thanks for reading.
The text was updated successfully, but these errors were encountered: