-
Notifications
You must be signed in to change notification settings - Fork 36
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
NameError: undefined local variable or method `note_store' for #<Evernote::EDAM::NoteStore::NoteList:0x007fb000e60f48> #11
Comments
This should be fixed in 0.2.1. Sorry about that. |
Is this actually fixed? Because I'm using 0.2.1 and still seeing the same issue. |
I never updated. my gem is still depending on 0.1.8 https://github.com/dragonfax/rnote/blob/master/rnote.gemspec#L31 |
That doesn't help me. Version 0.1.8 doesn't have the reminder stuff in NoteAttributes. |
I don't see this error using 0.2.1. |
i still find this errro using 0.2.1 |
I'm seeing it using 0.2.2:
Gems:
|
I am seeing it in 2.2 also Waiting for the result... [3 times] Gems |
With oauth-0.4.7, evernote-thrift-1.25.1, evernote_oauth-0.2.2 |
Same here (oauth-0.4.7, evernote-thrift-1.25.1, evernote_oauth-0.2.2, used from within pymander/evernote-mode) undefined local variable or method `note_store' for #Evernote::EDAM::NoteStore::NoteList:0x007fc9f1e3e3e8 |
Could you provide code snippet that reproduces the error? |
OK, I've tested with evernote-mode. The problem is that it loads This will be merged soon. Thanks. |
Thank you @rekotan! |
NameError: undefined local variable or method
note_store' for #Evernote::EDAM::NoteStore::NoteList:0x007fb000e60f48`This is in gem
0.2.0
. I had to revert to0.1.8
which works fine.I get this error when I call
notes
ornotes?
on a NoteList. something like this.line 2 raises the exception, but with no stack trace of its own. This isn't happening in my code. line 1 works fine. Threw me for a loop.
The text was updated successfully, but these errors were encountered: