
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 0.6 |
|
85 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 15 |
|---|---|---|---|
| Parameter | Extra data | ||
| Filename | searx/engines/startpage.py:407 | ||
| Function | response | ||
| Code | results_json = loads(results_raw) | ||
| Exception | TypeError | Percentage | 0 |
|---|---|---|---|
| Parameter | 'int' object is not iterable | ||
| Filename | searx/engines/startpage.py:388 | ||
| Function | _get_image_result | ||
| Code | size_str = ''.join(filter(str.isdigit, result['filesize'])) | ||