You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug search_pubs method is missing publications, even when the title is taken from a previously retrieved Publication.
To Reproduce
publication = scholarly.search_single_pub('Design, realization and performance evaluation of a low latency high throughput authenticated encryption module')
next(scholarly.search_pubs(publication['bib']['title']))
The second line raise a StopIteration, since there are no results.
Expected behavior
One or more publications satisfying the second query.
Desktop (please complete the following information):
Proxy service: private VPN
python version: 3.11
OS: archLinux
Version: 1.7.11
The text was updated successfully, but these errors were encountered:
Describe the bug
search_pubs
method is missing publications, even when the title is taken from a previously retrieved Publication.To Reproduce
The second line raise a
StopIteration
, since there are no results.Expected behavior
One or more publications satisfying the second query.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: