vitalyrodnenko / geeknote

Console client for Evernote.
2.1k stars 333 forks source link

Geeknote throws error while running any command on console #373

Open bitsofparag opened 7 years ago

bitsofparag commented 7 years ago

Here's the output that I am getting:

>>  : Connect to Evernote...Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 889, in main
    User().settings(**ARGS)
  File "/Library/Python/2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 35, in wrapper
    return func(*args, **kwargs)
  File "/Library/Python/2.7/site-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 442, in settings
    user = user_settings[1]['info']
IndexError: list index out of range

Steps to reproduce:

  1. On mac 10.11.6 (El Capitan), follow the instructions to install (from source, in sudo mode) as written here: http://www.geeknote.me/documentation/
  2. Login to the evernote account (no errors were seen here)
  3. Run geeknote settings

Also:

  1. tests fail (sudo python setup.py test)
  2. Spacemacs does not detect logged in user when invoking geeknote-user

Let me know if the issue ticket is not clear enough. Thanks!

jwbowers commented 7 years ago

+1

Last login: Wed Nov 16 14:07:52 on ttys000
$ geeknote settings
>>  : Connecting to Evernote...Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/geeknote/geeknote.py", line 1214, in main
    User().settings(**ARGS)
  File "/usr/local/lib/python2.7/site-packages/geeknote/geeknote.py", line 38, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/geeknote/geeknote.py", line 612, in settings
    user = user_settings[1]['info']
IndexError: list index out of range
king-c commented 7 years ago

Same issue here

alexjorgef commented 7 years ago

+1, on last raspbian with pixel, in raspberrypi 2 "Linux raspberrypi 4.4.34-v7+ #930 SMP Wed Nov 23 15:20:41 GMT 2016 armv7l GNU/Linux"

SolidCore-IA commented 7 years ago

same issue here. Just went through the uninstall/reinstall process and same issue. I dont get an error anywhere but when I run "geeknote settings". I can login via "geeknote login" no issue, but if I try and open a note to edit I am asked to login again; and then nothing right back to a prompt

``

jorgt commented 7 years ago

Here too, OSX Sierra

beyondpie commented 7 years ago

Here too, OSX Sierra.

MoAl78741 commented 7 years ago

Same here. Ubuntu 16.04 server

: Connect to Evernote...Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 889, in main User().settings(*ARGS) File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 35, in wrapper return func(args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 442, in settings user = user_settings[1]['info'] IndexError: list index out of range

zephirefaith commented 7 years ago

+1 on Ubuntu 14.04

Kamoris commented 7 years ago

+1 on Linux Mint 18.1 Cinnamon

RioZRon commented 6 years ago

➜ GG T.T

geeknote git:(master) geeknote settings
>>  : Connect to Evernote...Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 889, in main
    User().settings(**ARGS)
  File "/usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 35, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg/geeknote/geeknote.py", line 442, in settings
    user = user_settings[1]['info']
IndexError: list index out of range
RioZRon commented 6 years ago

! it works git clone https://github.com/pipakin/geeknote.git

ranjitc commented 6 years ago

@RioZRon that repo didn't work for me on osx, what platform are you on?