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

IndexError in simple retrieve_author() query #4

Closed
Michael-E-Rose opened this issue Sep 26, 2016 · 1 comment
Closed

IndexError in simple retrieve_author() query #4

Michael-E-Rose opened this issue Sep 26, 2016 · 1 comment

Comments

@Michael-E-Rose
Copy link

Michael-E-Rose commented Sep 26, 2016

I wanted to retrieve author details for Ahmet K. Karagozoglu with ID 6507550943:

>>> info = scopus.retrieve_author("6507550943")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/pyscopus/pyscopus.py", line 103, in retrieve_author
  File "build/bdist.linux-x86_64/egg/pyscopus/utils.py", line 244, in _parse_author_retrieval
IndexError: list index out of range

I'm on Ubuntu 14.04 using with Python 2.7. I however don't know which version of pyscopus I am on as __version__ is not defined.

@zhiyzuo
Copy link
Owner

zhiyzuo commented Oct 4, 2016

Updated version fixed this issue.

@zhiyzuo zhiyzuo closed this as completed Oct 4, 2016
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

2 participants