You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Repository: https://github.com/tiekoetter/searxng
Branch: master
Version: 2024.12.1+0245e82bd (e05173b)
How did you install SearXNG?
I installed it with docker, but it can be reproduced on public instances as well, such as the top 3 instances on https://searx.space/
What happened?
Google Videos search gives a parsing error and no videos from Google Videos are shown. Videos from other search engines appear correctly. To see the error you have unfold the "Response time: X seconds" section
How To Reproduce
Search for any videos with Google Videos enabled
Expected behavior
Google Videos results should be sown
Screenshots & Logs
Additional context
Technical report
Error
Error: searx.exceptions.SearxEngineXPathException
Percentage: 90
Parameters: ('.//div[@class="ITZIwc"]', 'index 0 not found')
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Repository: https://github.com/tiekoetter/searxng
Branch: master
Version: 2024.12.1+0245e82bd (e05173b)
How did you install SearXNG?
I installed it with docker, but it can be reproduced on public instances as well, such as the top 3 instances on https://searx.space/
What happened?
Google Videos search gives a parsing error and no videos from Google Videos are shown. Videos from other search engines appear correctly. To see the error you have unfold the "Response time: X seconds" section
How To Reproduce
Search for any videos with Google Videos enabled
Expected behavior
Google Videos results should be sown
Screenshots & Logs
Additional context
Technical report
Error
('.//div[@class="ITZIwc"]', 'index 0 not found')
searx/engines/google_videos.py:118
response
c_node = eval_xpath_getindex(result, './/div[@class="ITZIwc"]', 0)
Error
('200', 'OK', 'www.google.com.hk')
searx/search/processors/online.py:125
_send_http_request
count_error(
The text was updated successfully, but these errors were encountered: