geeknote
geeknote copied to clipboard
edit fails with bot "WRITE" and new content on Windows 7
Can't attach file:
python2 --version Python 2.7.9
Compiles. Login worked. Settings look good.
geeknote settings
: Connect to Evernote...Geeknote
Version: 0.1 App dir: C:\Users\Owner.geeknote Error log: C:\Users\Owner.geeknote\error.log Current editor: Notepad++
Username: dynalt Id: 37014580 Email: None
Create worked.
Edit with editor failed.
geeknote edit --title "Test of Geeknote" --content "WRITE" Traceback (most recent call last): File "K:\Python2\lib\site-packages\geeknote-0.2a-py2.7.egg\geeknote\geeknote.p y", line 896, in main Notes().edit(**ARGS) TypeError: edit() takes at least 2 arguments (3 given)
Edit sith new content failed
geeknote edit --title "Test of Geeknote" --content "New contents for the note. Tried to use Notepad++ to edit the contents, but that didn't work." Traceback (most recent call last): File "K:\Python2\lib\site-packages\geeknote-0.2a-py2.7.egg\geeknote\geeknote.p y", line 896, in main Notes().edit(**ARGS) TypeError: edit() takes at least 2 arguments (3 given)
got a very similiar issue on ubuntu :
:~$ geeknote edit --title "odrive" --content "WRITE" Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 896, in main Notes().edit(**ARGS) TypeError: edit() takes at least 2 arguments (3 given)