This repository was archived by the owner on Apr 25, 2024. It is now read-only.
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Cant' edit with geeknote #94
Open

Description
I was trying to edit. Managed to get my developer token and login. The search feature works, the show feature works, but editing not so much
Connecting to Evernote...Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 1423, in main
Notes().edit(**ARGS)
File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 1024, in edit
result = self._editWithEditorInThread(inputData, note, raw=raw, rawmd=rawmd)
File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 838, in _editWithEditorInThread
editor = Editor(editor_userprop, note.content, noteExt_userprop, raw)
File "/usr/lib/python2.7/site-packages/geeknote/editor.py", line 283, in __init__
"of string, '%s' given." % type(content))
Exception: Note content must be an instance of string, '<type 'unicode'>' given.
Can someone help me out here?