Engine stats - google images

Engine name Scores Result count Response time Reliability
google images 0.1
99
1.5
55

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage35
ParameterHTTP error 403 (suspended_time=60)
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionjson.decoder.JSONDecodeErrorPercentage10
ParameterExpecting value
Filenamesearx/engines/google_images.py:89
Functionresponse
Codejson_data = loads(resp.text[json_start:])