Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error report: Expected "#", ":", "\n", "\r", or [ \t] but "s" found. #33

Open
koakh opened this issue Nov 7, 2020 · 1 comment
Open
Labels
boostnote Issue related to the Boostnote provider bug Something isn't working

Comments

@koakh
Copy link

koakh commented Nov 7, 2020

  • OS Version: linux 5.9.1-1-default
  • Notable Version: v1.8.4
SyntaxError: Expected "#", ":", "\n", "\r", or [ \t] but "s" found.
    at peg$buildStructuredError (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:17119)
    at Object.peg$parse [as parse] (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:31526)
    at Function.cson2json [as default] (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:11347)
    at BoostnoteProvider.getNotesRaw (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:10004)
    at BoostnoteProvider.dump (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:3430)
    at async Object.dump (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/chunk.801f2cae377ea1944a34.js:2:201681)
    at async import_Import.import (file:///tmp/.mount_NotablmRRhdm/resources/app.asar/renderer/renderer.js:2:24287)
@fabiospampinato fabiospampinato transferred this issue from notable/notable Nov 8, 2020
@fabiospampinato fabiospampinato added boostnote Issue related to the Boostnote provider bug Something isn't working labels Nov 8, 2020
@fabiospampinato
Copy link
Member

Interesting, it looks like you were either trying to import some malformed Boostnote notes, or more likely the parser we are using isn't parsing some things correctly 🤔 I'll have to take a closer look at that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boostnote Issue related to the Boostnote provider bug Something isn't working
Development

No branches or pull requests

2 participants