Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make search.checker reports trillions of tracebacks #3310

Open
return42 opened this issue Mar 9, 2024 · 0 comments
Open

make search.checker reports trillions of tracebacks #3310

return42 opened this issue Mar 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working search.checker

Comments

@return42
Copy link
Member

return42 commented Mar 9, 2024

With make search.checker we can run a check that probes every single engine we have. And we have added cron job:

So far so good .. in practice its hard to read checker's output since checker reports trillions of tracebacks. To verify what I mean run make search.checker or have a look at the cron job log:

which ends in

grafik

May we do not show the full traceback, just one line should be enough .. or we completely suppress these messages that are displayed when loading the images:

 File "./local/py3/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
    raise to_exc(exc) from exc
httpcore.ReadError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "./searx/search/checker/impl.py", line 92, in _download_and_check_if_image
    r.close()

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working search.checker
Projects
None yet
Development

No branches or pull requests

2 participants