Closed hooli67 closed 9 months ago
When update the bib file, get the following error:
in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
That's weird. Can you give me a (small) bibtex file that reproduces the issue? Updating to betterbib 7.* might also help.
Assuming this is fixed. Feel free to comment if the issue persists.
When update the bib file, get the following error:
in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)