Closed sophiestrazie closed 10 months ago
Are you still seeing this error? It appears to be an error from Netlify or the publishing target rather than an error in Quarto itself (FWIW, the quarto.org website has several hundred documents with images, so we definitely expect that publishing sites of this scale should work).
Hi Charles,
How are you doing? Sorry for the late reply. I am really burned out and needed some time off.
I am still having the issue every time I render a file in Quarto for my project.I don't get the message when I knit a xaringan presentation in another project, nor do I get it when I knit R Markdown files.
Additionally, I wanted to know if you have any recommendations for publishing faster. It would be nice if I could update changes to certain pages when I made changes (I thought that's what the freeze: auto function was made to do.
I'm working on a GIS portion of my website and I'm worried that every time I render the website it downloads the large data set over and over again because it scrapes from an API. It would be nice to know the best practices for how to handle working on it or what to do when I'm done and want it to stay put.
Many Thanks,
Sophie Strassmann-Peña
(she/her)
--
Schedule a meeting herehttps://calendly.com/sophie-strassmann/professional-sixty-minutes-mon-fri-9am-5pm with Calendly
No confirmation needed!
--
From: Charles Teague @.> Sent: Tuesday, November 28, 2023 10:38 AM To: quarto-dev/quarto-cli @.> Cc: Sophie Strassmann @.>; Author @.> Subject: Re: [quarto-dev/quarto-cli] Run Time Issue: Number of Files (Issue #5723)
Are you still seeing this error? It appears to be an error from Netlify or the publishing target rather than an error in Quarto itself (FWIW, the quarto.org website has several hundred documents with images, so we definitely expect that publishing sites of this scale should work).
— Reply to this email directly, view it on GitHubhttps://github.com/quarto-dev/quarto-cli/issues/5723#issuecomment-1830112161, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATQHXQHLONEYR3UJQ5YKYU3YGYAP7AVCNFSM6AAAAAAYR3R4H2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGEYTEMJWGE. You are receiving this because you authored the thread.Message ID: @.***>
No worries I hope you are feeling rested and energized after a break!
The best source on managing code execution in Quarto is here:
https://quarto.org/docs/projects/code-execution.html
We support freezing and caching, but you're best best to review that carefully and choose the configuration for what you need. It sounds like you're already experimenting with freeze, and that is designed to a deal with cases like this, but caching may be even more useful for you since that will cache the results of computations and use those even when the smile content on a page is changed.
I'm going to close this issue as I don't think there is a change / fix required in Quarto, though I'm happy to keep helping out.
Bug description
I am publishing 77 html quarto files to Netlify with each page having at least one image in the
![]()
format. To get a sense of the amount of content and whether this is the problem, my website I was able to publish is here. There does not seem to be a solution for non-code related run times. I cannot tell which file is inbin/quarto.js:109513:17
to address it.Steps to reproduce
In R terminal:
quarto publish netlify
Expected behavior
(base) mycomputer:Neurodivergent Upgrade myname $ quarto publish netlify ? Publish update to: › https://nd-upgrade.netlify.app (Netlify - my@email.com) Rendering for publish:
[ 1/77] personal-ideals.qmd [ 2/77] stats-ocd.qmd [ 3/77] uni-professionalism.qmd [ 4/77] university-respect.qmd [ 5/77] explainer-cohesive-solidarity.qmd [ 6/77] stats-happy.qmd [ 7/77] explainer-neurodiversity.qmd [ 8/77] explainer-ableism.qmd [ 9/77] about-mission.qmd [10/77] personal-friends.qmd [11/77] personal-communication.qmd [12/77] work-ideals.qmd [13/77] personal-self-concept.qmd [14/77] uni-study-strategies.qmd [15/77] personal-parenthood.qmd [16/77] stats-trigger.qmd [17/77] personal-family.qmd [18/77] stats-autism.qmd [19/77] explainer-accessible-boundaries.qmd [WARNING] This document format requires a nonempty
[✓] Preparing to publish site [✓] Uploading files (complete) [✓] Deploying published site [✓] Published site: https://sophie-strassmann.netlify.app
(base)mycomputer:Neurodivergent Upgrade myname$
Actual behavior
(base) mycomputer:Neurodivergent Upgrade myname $
quarto publish netlify
? Publish update to: › https://nd-upgrade.netlify.app (Netlify - my@email.com) Rendering for publish:[ 1/77] personal-ideals.qmd [ 2/77] stats-ocd.qmd [ 3/77] uni-professionalism.qmd [ 4/77] university-respect.qmd [ 5/77] explainer-cohesive-solidarity.qmd [ 6/77] stats-happy.qmd [ 7/77] explainer-neurodiversity.qmd [ 8/77] explainer-ableism.qmd [ 9/77] about-mission.qmd [10/77] personal-friends.qmd [11/77] personal-communication.qmd [12/77] work-ideals.qmd [13/77] personal-self-concept.qmd [14/77] uni-study-strategies.qmd [15/77] personal-parenthood.qmd [16/77] stats-trigger.qmd [17/77] personal-family.qmd [18/77] stats-autism.qmd [19/77] explainer-accessible-boundaries.qmd [WARNING] This document format requires a nonempty
[✓] Preparing to publish site ERROR: ApiError: Generic Error
ApiError: Generic Error at catchErrorCodes (file:///Applications/quarto/bin/quarto.js:109492:15) **at file:///Applications/quarto/bin/quarto.js:109513:17*** (base)mycomputer:Neurodivergent Upgrade myname$
Your environment
Quarto check output
[✓] Checking versions of quarto binary dependencies... Pandoc version 3.1.1: OK Dart Sass version 1.55.0: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.3.326 Path: /Applications/quarto/bin
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK Version: 3.9.13 (Conda) Path: /Applications/anaconda3/bin/python Jupyter: 5.3.0 Kernels: python3, ir
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK Version: 4.2.2 Path: /Library/Frameworks/R.framework/Resources LibPaths:
[✓] Checking Knitr engine render......OK