frequent timeout: google #153
Unanswered
jacksonhull
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
2023.3.22+38414355
How did you install SearXNG?
searxng docker
What happened?
Frequently get a ConnectTimeout for Google. Estimate that 50% of the time searches fail.
How To Reproduce
Attempt to use the search interface on a routine basis. Observe timeouts. Confirm in log.
Expected behavior
Infrequent search failures. Rare to no connection issues.
Screenshots & Logs
2023-03-22 15:56:08 2023-03-22 15:56:08,476 ERROR:searx.engines.google: engine timeout 2023-03-22 15:56:08 2023-03-22 15:56:08,500 WARNING:searx.engines.google: ErrorContext('searx/search/processors/online.py', 114, "response = req(params['url'], **request_args)", 'httpx.ConnectTimeout', None, (None, None, 'www.google.co.uk')) False 2023-03-22 15:56:08 2023-03-22 15:56:08,500 ERROR:searx.engines.google: HTTP requests timeout (search duration : 15.02505664399905 s, timeout: 15 s) : ConnectTimeout
Additional context
I have tried to resolve using suggestions I've found. Specifically:
enable_http2: false
use_mobile_ui: true
increasing the timeout
has tested dns resolution from the container
Nothing has led to a resolution and I will need to abandon this solution unless we can figure out what the issue.
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions