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

Fatal Error setting multiple tags #3481

Closed
bladewolf55 opened this issue Jul 11, 2020 · 1 comment
Closed

Fatal Error setting multiple tags #3481

bladewolf55 opened this issue Jul 11, 2020 · 1 comment
Labels
bug It's a bug desktop All desktop platforms high High priority issues

Comments

@bladewolf55
Copy link

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

  1. Open Tags
  2. Select one tag. Mine had three tasks in it.
  3. Select two tags.
  4. Choose "Change Tags"
  5. 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
@bladewolf55 bladewolf55 added the bug It's a bug label Jul 11, 2020
@laurent22 laurent22 added desktop All desktop platforms high High priority issues labels Jul 11, 2020
@bladewolf55
Copy link
Author

Thank you, sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug desktop All desktop platforms high High priority issues
Projects
None yet
Development

No branches or pull requests

2 participants