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

Usage of the module crashes whole python process #21

Open
dvska opened this issue Nov 13, 2017 · 0 comments
Open

Usage of the module crashes whole python process #21

dvska opened this issue Nov 13, 2017 · 0 comments

Comments

@dvska
Copy link

dvska commented Nov 13, 2017

So #10 fix no more works.

The code is simple -

           filter = evernote.edam.notestore.ttypes.NoteFilter()
           filter.ascending = False
           spec = evernote.edam.notestore.ttypes.NotesMetadataResultSpec()
           spec.includeTitle = True
           notes = note_store.findNotesMetadata(filter, 0, 250, spec)

python binary dies with triple '--- Logging error ---' in both Linux and MacOS.

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

No branches or pull requests

1 participant