StickyNotes icon indicating copy to clipboard operation
StickyNotes copied to clipboard

Uncaught Javascript Exception in background.js

Open nemaroller opened this issue 5 years ago • 0 comments

Cannot create new note Upon creating a new note on fresh snap install, an uncaught javascript exception is raised

To Reproduce

  1. Newly install app (on Ubuntu 16.04)
  2. Don't create a password when app creates a new profile (leave password field blank)
  3. Click + or CTRL-N to create a new note

Expected behavior A new note window should appear

Actual behavior Modal error window appears: TypeError: Cannot read property 'toString' of undefined at ReadFileContext.callback(/snap/stickynotes/950/resources/app.asar/background.js:1:78614)

Screenshots An uncaught Javascript exception is raised in background.js: TypeError: Cannot read property 'toString' of undefined at ReadFileContext.callback(/snap/stickynotes/950/resources/app.asar/background.js:1:78614)

stickynoteserror

Desktop:

  • OS: Ubuntu 16.04

Additional context Add any other context about the problem here.

nemaroller avatar Aug 06 '20 14:08 nemaroller