Hej there!
I have just built a blog using Quarto within RStudio. Now I am trying to publish my blog on Quarto Pub. However, when I try to use the Terminal within RStudio and enter quarto publish quarto-pub
the RStudio IDE crashes shortly after without warning or error message. This is also the case for publishing to other sites (e.g. quarto publish connect
).
Otherwise the terminal works just fine and I can also use other quarto commands such as quarto render
to render the files for the blog.
Some more information that may be helpful:
RStudio Version
2022.07.2+576
Session Information
R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22621)
locale:
[1] LC_COLLATE=German_Germany.utf8 LC_CTYPE=German_Germany.utf8 LC_MONETARY=German_Germany.utf8
[4] LC_NUMERIC=C LC_TIME=German_Germany.utf8
The log file shows the following message:
ERROR CLIENT EXCEPTION (rsession-claas): (TypeError) : Cannot read property 'O' of null;|||org/rstudio/studio/client/workbench/views/source/editors/text/AceEditor.java#4509::setScrollSpeed [shortened]
I would highly appreciate any comments on a possible solution for my problem. I have already re-installed RStudio but it did not change anything.