
Engine stats - public domain image archive
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public domain image archive |
|
70 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 15 |
|---|---|---|---|
| Parameter | Access denied (suspended_time=86400) | ||
| Filename | searx/engines/public_domain_image_archive.py:121 | ||
| Function | response | ||
| Code | raise SearxEngineAccessDeniedException() | ||
| Exception | TypeError | Percentage | 15 |
|---|---|---|---|
| Parameter | 'EngineAbout' object is not subscriptable | ||
| Filename | searx/engines/public_domain_image_archive.py:143 | ||
| Function | response | ||
| Code | 'url': _clean_url(f"{about['website']}/images/{result['objectID']}"), | ||