-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Deno Panic when Running quarto publish #26888
Comments
Logs
|
This bug was fixed in Deno 1.46.0 (PR #24823), you're on 1.41.0 . Upgrade your Deno version to resolve this issue. Duplicate of:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When attempting to run the command quarto publish quarto-pub demo_slides.qmd, Deno encounters a panic with the error message: Failed to add platform cert to root cert store: InvalidCertificate(BadEncoding). This results in a failure to execute the quarto publish operation.
Steps to Reproduce
Run the following command in the terminal:
quarto publish quarto-pub demo_slides.qmd
The error occurs and the following panic message appears.
Expected Behavior
The quarto publish command should execute successfully, publishing the demo_slides.qmd file without any errors related to certificate issues or Deno panicking.
Actual Behavior
The following panic error message appears:
Environment
Platform: macOS x86_64
Deno Version: 2.0.6
Quarto Version: 1.5.57
Command Used:
quarto publish quarto-pub demo_slides.qmd
Additional Information
The error specifically mentions a failure to add a platform certificate to the root cert store due to InvalidCertificate(BadEncoding).
Running quarto publish with other files or different commands does not reproduce the error.
The issue persists after restarting the system and re-running the command.
The text was updated successfully, but these errors were encountered: