-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Labels
Description
I have:
- searched the issue tracker for similar issues
- installed the latest version of Quarto CLI
- formatted my issue following the Bug Reports guide
Bug description
Hello. I'm getting the ERROR: API Error: 429 - Too Many Requests error when attempting to render a quarto document. My specific command is quarto publish Chapter_2.qmd. It looks like this is similar to Issue #6014.
Thank you!
Steps to reproduce
quarto publish Chapter_2.qmd
I've used multiple .qmd files and receive the same error.
Actual behavior
ERROR: API Error: 429 - Too Many Requests
Stack trace:
at QuartoPubClient.createSite (file:///Applications/quarto/bin/quarto.js:156132:13)
at eventLoopTick (ext:core/01_core.js:178:7)
at async file:///Applications/quarto/bin/quarto.js:155184:20
at async withSpinner (file:///Applications/quarto/bin/quarto.js:122748:12)
at async handlePublish (file:///Applications/quarto/bin/quarto.js:155181:5)
at async publishDocument (file:///Applications/quarto/bin/quarto.js:159908:38)
at async publish7 (file:///Applications/quarto/bin/quarto.js:160099:9)
at async doPublish (file:///Applications/quarto/bin/quarto.js:160040:7)
at async publishAction (file:///Applications/quarto/bin/quarto.js:160083:7)
at async _Command.actionHandler (file:///Applications/quarto/bin/quarto.js:160018:9)Expected behavior
I expected it to publish to Quarto Pub. Also I am aware that Quarto Pub was down at some point today, so maybe that is related to the current issue.
Your environment
- IDE: RStudio 2025.09.0+387
- OS: MacOS Sequoia 15.7.3
Note: This error was reproduced on Posit Cloud as well.
Quarto check output
Quarto 1.8.27
[✓] Checking environment information...
Quarto cache location: /Users/mdlama/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.6.3: OK
Dart Sass version 1.87.0: OK
Deno version 2.3.1: OK
Typst version 0.13.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.8.27
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /Library/TeX/texbin
Version: 2018
[✓] Checking Chrome Headless....................OK
Using: Chrome found on system
Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
Source: MacOS known location
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.7.9
Path: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3
Jupyter: 4.12.0
Kernels: python3
(\) Checking Jupyter engine render....Traceback (most recent call last):
File "/Applications/quarto/share/jupyter/jupyter.py", line 20, in <module>
from notebook import notebook_execute, RestartKernel
File "/Applications/quarto/share/jupyter/notebook.py", line 15, in <module>
from yaml import safe_load as parse_string
ModuleNotFoundError: No module named 'yaml'
WARN: Error encountered when rendering files
[✓] Checking Jupyter engine render....OK