ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.1k stars 777 forks source link

Search Query is not giving results any more #119

Open GwenoleJacopin opened 5 years ago

GwenoleJacopin commented 5 years ago

While everything was perfectly running two weeks ago, I now get errors when I do simple request such as : print(next(scholarly.search_author('Steven A. Cholewiak'))) I got the following error: 'NoneType' object has no attribute 'text'.

Thanks for your feedback,

stephenoffer commented 5 years ago

I'm having the same issue, I shall post a solution if I can find it.