nitwit2gitwit / recipes-2024

Other
0 stars 0 forks source link

Should I be worried about Warnings and 404: Not Found #26

Open PaulineBodson opened 1 day ago

PaulineBodson commented 1 day ago

Hi, when I am saving and rendering my .qmd file, everything works but I get a recap with a lot of warning messages and an error 404. I was wondering if other people had the same thing in their Rstudio terminal and if I should do something about it?

Screenshot 2024-12-02 at 09 16 52
kurkachatka commented 1 day ago

I get some of the same warnings, but not as many as you do.

image

AntoineGrissot commented 1 day ago

I've had the same issue, I wanted to ask about it last week but didn't get the chance, Usually saving the .qmd then closing it and reopening it would fix the problem for me, good 'ol IT fix : "have you tried turning it off and on again"

PaulineBodson commented 21 hours ago

Hey @AntoineGrissot, my code is working fine, I was just curious to see if you were also going through it. Thanks, for your feedback

reinhrst commented 17 hours ago

The 404 error is an issue that a web resource is requested and not found (you probably know that if you navigate to a non existing page in your browser you sometimes will see 404 (sometimes the website will show a nicer error).

From the screenshot it looks like it's trying to load recipes/styles.css. I will check when I'm next to my computer, but probably it's because of a typo that it tries to request this file.

Anyways, it's not something specific on your machine, we all have it. I will look into it soon. Well done for spotting it @PaulineBodson