Bug: qwant engine
Closed this issue · 1 comments
kourouklides commented
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Repository: https://github.com/paulgoio/searxng
Branch: main
Version: 2023.3.29+767f22ec
How did you install SearXNG?
What happened?
How To Reproduce
Expected behavior
Screenshots & Logs
Additional context
Technical report
Error
- Error: searx.exceptions.SearxEngineAPIException
- Percentage: 20
- Parameters:
('API error::unknown',)
- File name:
searx/engines/qwant.py:129
- Function:
response
- Code:
raise SearxEngineAPIException('API error::' + msg)
Error
- Error: httpx.ReadTimeout
- Percentage: 0
- Parameters:
(None, None, 'api.qwant.com')
- File name:
searx/search/processors/online.py:117
- Function:
_send_http_request
- Code:
response = req(params['url'], **request_args)
mrpaulblack commented
Hi,
Thanks for the bug report. The exception rate is quite low and this can happen when there are usage spikes on my instance. For now the issue seems to be resolved. On the long run I am going to rework my deployment till end of the year so my instance can handle more users; Closing.