-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Vim(let):E716: Key not present in Dictionary: "headers.subject" #208
Comments
How did you install the vim plugin? |
With Vimplug, such as |
I'm having the same issue here. |
The problem is that the CLI is versioned but not the Vim plugin (since plugin managers clone the git repo). For now, I would advise to align the CLI version with the Vim plugin branch. If you use the |
I just tried making sure they're both aligned. I've got the v0.4.0 versions for both. I'm still getting the same error. |
Do you also use |
I do. Let me give that a try. |
Looks like it's working now. I had to totally delete my HImalaya plugin and let it re-download complately. but it's working now. Thank you! |
OK, it seems I'm having other issues now. If I try to write a message, for example, I get Vim(call):E716: Key not present in Dictionary: "template, "\r", "", "g"), "\n"))" I was getting a similar message replying to an e-mail. |
@soywod I did what you've advised above (aligning the plugin version to the CLI; both at 0.4.0) and it solved the issue on my end. Himalaya is working as expected. Thank you for the help! |
@TamasSmahajcsikszabo No problems writing e-mail or anything? Because I'm having problems with that now. |
@wjcagle Inbox search, listing work well, but when writing new messages, I can confirm your error message. I get the same error, such as: |
Then I advise you to wait for the |
@soywod No worries, thank you, keep up the good work. |
Thanks for the kind words. I let you know when the new release is available! |
Agreed. Keep up the good work, and I'll look forward to v.0.5.0. :) |
Hi,
I'm using neovim 0.5.0 and recently installed himalaya 0.4.0.
CLI works fine and prints inbox of my Outlook account, but in nvim, if I call
:Himalaya
, I get:Vim(let):E716: Key not present in Dictionary: "headers.subject"
Could you please advise?
Thank you,
Tamas
The text was updated successfully, but these errors were encountered: