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

Bug: springer nature engine #1809

Closed
return42 opened this issue Sep 25, 2022 · 0 comments · Fixed by #1810
Closed

Bug: springer nature engine #1809

return42 opened this issue Sep 25, 2022 · 0 comments · Fixed by #1810
Labels
bug Something isn't working

Comments

@return42
Copy link
Member

return42 commented Sep 25, 2022

Version of SearXNG

Repository: https://github.com/searxng/searxng
Branch: master
Version: 2022.09.24-94c4cc126

How did you install SearXNG?

make run

How To Reproduce

Enabe springer nature engine and query e.g. !springer ybco

Technical report

Error

  • Error: TypeError
  • Percentage: 40
  • Parameters: ("unsupported operand type(s) for +: 'NoneType' and 'str'",)
  • File name: searx/engines/springer.py:61
  • Function: response
  • Code: 'pages': record.get('start_page') + '-' + record.get('end_page'),
@return42 return42 added the bug Something isn't working label Sep 25, 2022
return42 added a commit to return42/searxng that referenced this issue Sep 25, 2022
- fix issue reported searxng#1809
- filter out `None` value from issn and isbn list
- add comments (from publicationName)
- add publisher

Closes: searxng#1809
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
vincens2005 pushed a commit to vincens2005/searxng that referenced this issue Nov 14, 2022
- fix issue reported searxng#1809
- filter out `None` value from issn and isbn list
- add comments (from publicationName)
- add publisher

Closes: searxng#1809
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant