pymander / evernote-mode

Emacs interface for Evernote
166 stars 23 forks source link

Opening existing notes, searching and note browsing fails - undefined method `to_sym' for nil:NilClass #11

Closed flaggerkatt closed 9 years ago

flaggerkatt commented 10 years ago

Seeing that no development has occured for this mode for quite some time, still want to report an issue that might be easily resolved?

evernote-open-note, evernote-open-note-in-notebook, evernote-browser all fail on my installed system (Emacs 24.4.50, Ruby 1.9.3, running on Win7-x64). Logging in and creating new notes all work fine, opening existing notes fails with the following error: undefined method `to_sym' for nil:NilClass

As well as this error in the Evernote-Client-Output-buffer: ((class . ErrorReply)(command_id . 16)(result_code . 101)(message . "undefined method `to_sym' for nil:NilClass"))

Pointers?