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

Error report: Cannot read property 'source-url' of undefined

mssalvatore opened this issue · comments

  • OS Version: linux 5.3.0-40-generic
  • Notable Version: v1.8.4

I got this error while trying to import an evernote .enex file.

TypeError: Cannot read property 'source-url' of undefined
    at EnexNote.getMetadata (file:///snap/notable/1/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:185842)
    at async EnexNote.get (file:///snap/notable/1/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:3578)
    at async EnexProvider.dump (file:///snap/notable/1/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:3469)
    at async Object.dump (file:///snap/notable/1/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:201681)
    at async import_Import.import (file:///snap/notable/1/resources/app.asar/renderer/renderer.js:2:24287)

I might have addressed this recently actually, I'll make sure to check again before releasing the next update.

Duplicate of #29