-
Notifications
You must be signed in to change notification settings - Fork 17
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
webshot2::webshot doesnt return from being called #18
Comments
Can you provide more detailed information? Like what are you taking a screenshot of, and what exactly does you mean by "I don't get a return status?" |
@SatoshiReport , Are you running |
Hi, I also have a similar problem when trying to call webshot2 from the flextable package. I tried to capture the bug using reprex but it didn't work. Below is a minimal example:
The code worked for the first time but when I tried again, the R was stuck at the last step like forever. It worked if I set |
update: I confirmed that I could run the code |
I think this may be fixed by rstudio/chromote@e423b4b And it may also need the fix here: #21 |
After updating the webshot2, I could repeatedly run the code from R console. However, when I try to knit the RMarkdown file, I got an error message saying: |
@yanxianl : Could you clarify which versions you were using? You may need
|
The webshot2 version was 0.0.0.9000 (RemoteSha@f62e743). I updated the webshot2 to @fixlockup and it worked! Now I can knit the RMarkdown file. Thanks! |
I run webshot about 1,000 times a day and every few days I don't get a return status. I have to restart my program as there is no way that I know off to get around this. Is there options I can use to help debug this?
The text was updated successfully, but these errors were encountered: