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

Support Request - KeyError 'journal' #1645

Closed
Kenterum opened this issue Nov 30, 2022 · 2 comments
Closed

Support Request - KeyError 'journal' #1645

Kenterum opened this issue Nov 30, 2022 · 2 comments
Labels
support End user support

Comments

@Kenterum
Copy link

Diagnostic output

jrnl: v3.3
Python: 3.11.0 (main, Oct 25 2022, 13:57:33) [Clang 14.0.0 (clang-1400.0.29.202)]
OS: Darwin 21.2.0

What are you trying to do?

I was trying to Create Multiple journal files. I followed exactly the same path on https://jrnl.sh/en/stable/advanced/

What have you tried?

I opened a new journal path in my config file

journals:
  default:
    encrypt: false
    journal: /Users/kenterum/Nakomat0/Diary.txt    
  dehopa: 
    encrypt: false 
    journa: /Users/kenterum/Nakomat0/Stash.txt
     
linewrap: 79
tagsymbols: '#@'
template: false
timeformat: '%F %r'
version: v3.3

After this process I just wrote this command:
jrnl dehopa

But I got an Error

Error 
   KeyError                                            
      'journal'                                           
This is probably a bug. Please file an issue at:    
https://github.com/jrnl-org/jrnl/issues/new/choose  

Other Information

I am trying to seek my mistake. However I were unable to find it.

I am looking forward to your help

@Kenterum Kenterum added 🆕 New! support End user support labels Nov 30, 2022
@micahellison
Copy link
Member

Hello @Kenterum, there is a misspelling in your config file. Under the journal dehopa, the journal key is missing its last character. Changing that line to this should fix it:

    journal: /Users/kenterum/Nakomat0/Stash.txt

@Kenterum
Copy link
Author

Kenterum commented Dec 1, 2022

Thank you for your help. I somehow didn't realize it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support End user support
Projects
None yet
Development

No branches or pull requests

2 participants