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

Can not get default notebook on first login #14

Open
ebayer opened this issue Jun 14, 2013 · 0 comments
Open

Can not get default notebook on first login #14

ebayer opened this issue Jun 14, 2013 · 0 comments
Labels

Comments

@ebayer
Copy link
Member

ebayer commented Jun 14, 2013

When logged in with evernote account, app can not get the name of default notebook to upload and throws the following exception:

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/enlinuxclipper/indicator.py", line 157, in capture_screen_callback
Clipper().capture_screen()
File "/usr/lib/python2.7/dist-packages/enlinuxclipper/clipper.py", line 68, in capture_screen
attachment_mime='image/png'
File "/usr/lib/python2.7/dist-packages/enlinuxclipper/enapi.py", line 188, in create_note
created_note = ENAPI.note_store.createNote(note)
File "/usr/local/lib/python2.7/dist-packages/evernote/api/client.py", line 138, in delegate_method
)(**dict(zip(arg_names, args)))
File "/usr/local/lib/python2.7/dist-packages/evernote/edam/notestore/NoteStore.py", line 4672, in createNote
return self.recv_createNote()
File "/usr/local/lib/python2.7/dist-packages/evernote/edam/notestore/NoteStore.py", line 4700, in recv_createNote
raise result.notFoundException
evernote.edam.error.ttypes.EDAMNotFoundException: EDAMNotFoundException(identifier='Note.notebookGuid', key='')

This does not happen when notebook name is selected via the preferences window.

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

No branches or pull requests

1 participant