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

Geeknote throws error while running any command on console #373

Open
bitsofparag opened this issue Nov 17, 2016 · 12 comments
Open

Geeknote throws error while running any command on console #373

bitsofparag opened this issue Nov 17, 2016 · 12 comments

Comments

@bitsofparag
Copy link

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
Copy link

+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
Copy link

king-c commented Nov 27, 2016

Same issue here

@alexjorgef
Copy link

+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
Copy link

SolidCore-IA commented Jan 11, 2017

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
Copy link

jorgt commented Jan 13, 2017

Here too, OSX Sierra

@beyondpie
Copy link

Here too, OSX Sierra.

@MoAl78741
Copy link

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
Copy link

+1 on Ubuntu 14.04

@Kamoris
Copy link

Kamoris commented Jul 2, 2017

+1 on Linux Mint 18.1 Cinnamon

@RioZRon
Copy link

RioZRon commented Oct 16, 2017

➜ 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
Copy link

RioZRon commented Oct 16, 2017

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

@ranjitc
Copy link

ranjitc commented Oct 24, 2017

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

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