We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Additional context I suspect this behavior may cause slowdown of the instances where Bing is activated.
Technical report
Error
()
searx/engines/bing.py:128
response
dom = html.fromstring(resp.text)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Related to the bing engine: the paging does not work.
duplicate / (at least strong related):
No branches or pull requests
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
Additional context
I suspect this behavior may cause slowdown of the instances where Bing is activated.
Technical report
Error
()
searx/engines/bing.py:128
response
dom = html.fromstring(resp.text)
The text was updated successfully, but these errors were encountered: