Replies: 1 comment 6 replies
-
See: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Today I have started experiencing error when trying to publish on quarto.pub. I can still update existing projects with the command
quarto publish .
, but when I create a newqmd
presentation in RStudio and then issue the commandquarto publish .
it asks for the service and the account to use, the name of the presentation then immediately crashes with js errors.At first I was getting a
ERROR: API Error: 422 - Unprocessable Entity
, then it started to giveERROR: API Error: 429 - Too Many Requests
. At the same time, I still can publish existing documents with no problems, but I cannot publish any new presentation/document.Any idea?
I also would like to reset the account info stored by the quarto command, but I can't find the file where those info are saved. Anyone knowing where that file is on MacOS?
Thanks,
Paolo
Beta Was this translation helpful? Give feedback.
All reactions