You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backspace over existing tag, type in a new tag (not preexisting), press Enter.
Expected: Move to remaining task in the selected tag. New tag appears with count of 2.
Actual: Fatal error
Error
Joplin encountered a fatal error and could not continue. To report the error, please copy the *entire content* of this page and post it on Joplin forum or GitHub.
Message
Cannot read property 'encryption_applied' of null
Stack trace
TypeError: Cannot read property 'encryption_applied' of null
at Function.makeContextMenu (C:\Program Files\Joplin\resources\app.asar\gui\utils\NoteListUtils.js:21:17)
at MultiNoteActions (C:\Program Files\Joplin\resources\app.asar\gui\MultiNoteActions.js:29:32)
at renderWithHooks (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:15108:18)
at updateFunctionComponent (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:16925:20)
at beginWork$1 (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:18498:16)
at HTMLUnknownElement.callCallback (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:347:14)
at Object.invokeGuardedCallbackDev (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:397:16)
at invokeGuardedCallback (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:454:31)
at beginWork$$1 (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:23217:7)
at performUnitOfWork (C:\Program Files\Joplin\resources\app.asar\node_modules\react-dom\cjs\react-dom.development.js:22208:12)
Component stack
in MultiNoteActions (created by NoteEditor)
in NoteEditor (created by Connect(NoteEditor))
in Connect(NoteEditor) (created by MainScreenComponent)
in div (created by MainScreenComponent)
in MainScreenComponent (created by Connect(MainScreenComponent))
in Connect(MainScreenComponent) (created by NavigatorComponent)
in div (created by NavigatorComponent)
in NavigatorComponent (created by Connect(NavigatorComponent))
in Connect(NavigatorComponent) (created by RootComponent)
in RootComponent (created by Connect(RootComponent))
in Connect(RootComponent)
in ErrorBoundary
in Provider
The text was updated successfully, but these errors were encountered:
Environment
Joplin version: Desktop
Platform: Windows
OS specifics: Windows 10 Pro
Joplin 1.0.227 (prod, win32)
Client ID: d310500ceb454998a0e6f83605dd5a8b
Sync Version: 1
Profile Version: 30
Keychain Supported: Yes
Revision: 4913fdb (master)
Steps to reproduce
Expected: Move to remaining task in the selected tag. New tag appears with count of 2.
Actual: Fatal error
The text was updated successfully, but these errors were encountered: