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: bing engine #3264

Open
catfluoride opened this issue Mar 1, 2024 · 2 comments
Open

Bug: bing engine #3264

catfluoride opened this issue Mar 1, 2024 · 2 comments
Labels
area: engine bing-engine bug Something isn't working

Comments

@catfluoride
Copy link

Repository: https://github.com/searxng/searxng
Branch: master
Version: 2024.3.1+858b2071d

How did you install SearXNG?
Manual install (scripts)

What happened?
Bing throws a "Parsing error" in "engines" page, when performing a search. Nonetheless, results for Bing are displayed.

How To Reproduce
Just perform a search.

Expected behavior
No error should be thrown.

Screenshots & Logs
brave_screenshot_searx catfluori de

Additional context
I suspect this behavior may cause slowdown of the instances where Bing is activated.

Technical report

Error

  • Error: lxml.etree.ParserError
  • Percentage: 0
  • Parameters: ()
  • File name: searx/engines/bing.py:128
  • Function: response
  • Code: dom = html.fromstring(resp.text)
@catfluoride catfluoride added the bug Something isn't working label Mar 1, 2024
@return42
Copy link
Member

return42 commented Mar 3, 2024

I suspect this behavior may cause slowdown of the instances where Bing is activated.

Nope .. parsing errors do not slow down a instance / timeouts from engines do slow down an instance.

@dalf
Copy link
Member

dalf commented Mar 3, 2024

Related to the bing engine: the paging does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: engine bing-engine bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants