I've checked out the other answers to this apparently common question, but none work for me.
My use of Biblatex was working before, but now I get this error message. I've cleared the cache, but to no avail. I've added [backend=biber] but that didn't help either.
My code is like this:
\documentclass[12pt]{article} \usepackage[backend=biber, style=nature]{biblatex} \addbibresource{References.bib} \title{IIB Project: Roadmap to Zero Emissions in a Cambridge College} \author{Candidate 5557G} \begin{document} \cite{PMSpeech} \printbibliography \end{document} In a file called References.bib:
@online{PMspeech, author = {UK Government}, title = {Prime Minister's statement on coronavirus (COVID-19): 23 March 2020}, year = "2020", url = {https://www.gov.uk/government/speeches/pm-address-to-the-nation-on-coronavirus-23-march-2020}, urldate = {2022-05-25} }
.blgfile is usually a very useful resource. It is the Biber log file and contains warnings and error messages about your.bibfile. On Overleaf you can download the file as described in tex.stackexchange.com/q/462314/35864 for the.bbl. The.blgfile is a simple text file that can be opened with any text editor (Windows might want to tell you that the.blgfile is a performance monitor file and may not suggest you open it with a text editor - in this instance Windows is wrong).