Skip to content
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

ERROR: NotFound: The system cannot find the path specified. (os error 3), open '/tmp/file1' #1713

Closed
2 of 7 tasks
burgerga opened this issue Aug 6, 2022 · 1 comment
Closed
2 of 7 tasks
Assignees
Labels
bug Something isn't working
Milestone

Comments

@burgerga
Copy link

burgerga commented Aug 6, 2022

Bug description

Installing quarto preview to test out a possible bugfix for issue #1320

It seems like a unix path, but I'm on Windows.

Git blame suggests 53e730e#diff-5918f8cb78f1ee5f520dadb760486aa0776451a52675a0f239c1829ff498f8c1 is when the issue was introduced.

quarto check Output

C:\Users\burge\GitHub\quarto-web>quarto check

[>] Checking Quarto installation......OK
      Version: 1.1.48
      Path: C:\Users\burge\AppData\Local\Programs\Quarto\bin\
      CodePage: 65001

[>] Checking basic markdown render....OK

ERROR: NotFound: The system cannot find the path specified. (os error 3), open '/tmp/file1'

quarto tools check Output

No response

Checklist

  • formatted your issue so it is easier for us to read?
  • included a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
  • documented the quarto version you're running, by pasting the output from running quarto check in the "Quarto Check Output" text area?
  • documented the version of the quarto tools you're running, by providing the output from running quarto tools check in the "Quarto Tools Check Output" text area?
  • documented the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • documented which operating system you're running? If on Linux, please provide the specific distribution as well.
  • upgraded to the latest version, including your versions of R, the RStudio IDE, and relevant R packages?
@burgerga burgerga added the bug Something isn't working label Aug 6, 2022
@cscheid
Copy link
Collaborator

cscheid commented Aug 6, 2022

Thank you for catching that. That's stray debugging code. (We really need to run our test suite on windows...) Fix incoming in the next few minutes.

@cscheid cscheid self-assigned this Aug 6, 2022
@cscheid cscheid added this to the v1.1 milestone Aug 6, 2022
@cscheid cscheid closed this as completed in 2f45cc6 Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants