magicbookproject / magicbook

The magic book project returns!
MIT License
1.07k stars 59 forks source link

HTML build fails without error #43

Closed cathrynploehn closed 2 years ago

cathrynploehn commented 2 years ago

I've been running magicbook in the same setup for a few months (Obsidian + Magicbook), but it suddenly stopped working. The command will complete without error, but the HTML files are no longer built and there is no error:

Config file detected: magicbook.json
(node:25216) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

(The Buffer() warning hasn't appeared to affect the success of the build before)

Occasionally the deletion of a file will cause the build to succeed.

Is there a way to get a log of why the HTML build might be failing?

cathrynploehn commented 2 years ago

It's now working again, but unsure why!