-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bug: yacy images engine #3671
Labels
bug
Something isn't working
Comments
I often have timeout issues, but I can't reproduce a Lines 2137 to 2163 in 319afe0
I suppose decode error is related to one of your |
So my yacy node is hosted locally, which is why I disabled the proxy for that. I will note that so far I've only noticed this when using the !yai Search usage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Repository: https://github.com/searxng/searxng
Branch: master
Version: 2024.7.20 657dcb973
How did you install SearXNG?
docker
What happened?
Using the !yai Start string with the yacy back-end setup only returns page 1. Page 2 does not work.
How To Reproduce
Go to page two of any Yacy image search.
Expected behavior
Page 2 shows Instead of a parsing error.
Technical report
Error
('Expecting value',)
searx/engines/yacy.py:152
response
raw_search_results = loads(resp.text)
The text was updated successfully, but these errors were encountered: