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

search_pubs method is missing publications #517

Open
tigerjack opened this issue Oct 5, 2023 · 2 comments
Open

search_pubs method is missing publications #517

tigerjack opened this issue Oct 5, 2023 · 2 comments
Labels

Comments

@tigerjack
Copy link

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
@tigerjack tigerjack added the bug label Oct 5, 2023
@chkgk
Copy link

chkgk commented Feb 15, 2024

It seems that this often happens when GS shows a preview of the abstract for an article, especially if it is the only search result.

@coolteemf
Copy link

I got the same issue, but it went away when I tried without the proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants