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

First example fails #20

Open
artgoldberg opened this issue Apr 18, 2020 · 0 comments
Open

First example fails #20

artgoldberg opened this issue Apr 18, 2020 · 0 comments

Comments

@artgoldberg
Copy link

Running

python scholar.py -c 1 --author "albert einstein" --phrase "quantum theory"

produces

Traceback (most recent call last):
  File "scholar.py", line 1419, in <module>
    sys.exit(main())
  File "scholar.py", line 1399, in main
    querier.send_query(query)
  File "scholar.py", line 1089, in send_query
    if query.page:
AttributeError: 'SearchScholarQuery' object has no attribute 'page'

Unfortunately, I don't have time to debug this.

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

1 participant