Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

FATAL ERROR: v8::ToLocalChecked Empty #51

Open HaveAGitGat opened 4 years ago

HaveAGitGat commented 4 years ago

I’m trying to trace an ExifTool bug which causes my filescanner nodejs process to crash, even though I’ve used try/catch blocks and caught any promise errors.

Error logs can be found here from various crashes: https://github.com/HaveAGitGat/Tdarr/issues/130

Any ideas?

Thanks