notable / dumper

Library for extracting attachments, notes and metadata out of formats used by popular note-taking apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurred: File size (3666700614) is greater than possible Buffer: 2147483647 bytes

markcarroll opened this issue · comments

  • OS Version: darwin 18.7.0
  • Notable Version: v1.7.3
RangeError [ERR_FS_FILE_TOO_LARGE]: File size (3666700614) is greater than possible Buffer: 2147483647 bytes
    at FSReqCallback.readFileAfterStat [as oncomplete] (fs.js:274:11)

Are you importing a ~3GB file?

A workaround for this at this at the moment is to export and import your notes in smaller batches.

Yep, thanks. I did just that.

I'm reopening this as I think eventually we should support arbitrarily sized files.

Closing this in favor of #22.

The library now throws a regular error for huge files.