-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error in onRejected(reason) : code: -32000 message: Browser window not found #77
Comments
When I use
|
I also am getting this, it recently emerged. I don't think we changed anything to the package, so my guess is something changed in a dependency. |
For the first error, I tried to change my default web browser to either Edge/Chrome/Firefox, |
I've also encountered this favico.ico error this week (late August 2024), on documents that converted successfully last week, and I haven't been able to work out what changed. I can make the In practice I do this in the yaml of a Qmd source like:
|
I tried to put this output:
xaringan::moon_reader:
includes:
in_header: "no_favicon.html" But it does not change anything; am I doing anything wrong here? |
Doing exactly that fixes the favicon error for me (when testing on the default xaringan template). |
Okay, if I put this in <html>
<link rel="shortcut icon" href="#" />
</html> or simply <link rel="shortcut icon" href="#" /> it now works with If then trying again with
|
Sorry everyone, I'm traveling this week so haven't had a chance to dig in and find the issue, but I suspect it has something to do with Chrome looking for a favicon, hopefully we can find a simple fix in the package itself so you don't have to insert that placeholder code. @gadenbuie if you have time can you take a look? I feel like we should be able to just inject that code to avoid the favicon somewhere, or the root issue might be something outside of renderthis. |
This little (quite big) bug is related to recent changes in Chrome to headless mode. Unfortunately, renderthis depends on both pagedown ( |
That's what I was afraid of :( |
renderthis::to_pdf()
used to work fine, now I get this error a few months ago, I don't know why.The text was updated successfully, but these errors were encountered: