-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi author,
I tried to run the code and see the error code below:
No cache found for this author. Finding citing authors from scratch.
MaxTriesExceededException Traceback (most recent call last)
/tmp/ipython-input-2530581901.py in <cell line: 0>()
3 if name == 'main':
4 scholar_id = 'je9qhakAAAAJ' # This is my Google Scholar ID. Replace this with your ID. je9qhakAAAAJ
----> 5 generate_citation_map(scholar_id)
8 frames
/usr/local/lib/python3.12/dist-packages/scholarly/_navigator.py in _get_page(self, pagerequest, premium)
188 return self._get_page(pagerequest, True)
189 else:
--> 190 raise MaxTriesExceededException("Cannot Fetch from Google Scholar.")
191
192
MaxTriesExceededException: Cannot Fetch from Google Scholar.
I read the debug page, restarted my vpn, and tried again. The same error showed. Could you please help check what I need to do?
Thank you!!