Open MatthK opened 1 year ago
Any ideas? Anyone?
same issue here:
ERROR:searx.search.processor.online:engine flickr : exception : invalid literal for int() with base 10: 'data'
Traceback (most recent call last):
File "/usr/local/searx/searx-src/searx/search/processors/online.py", line 144, in search
search_results = self._search_basic(query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/searx/searx-src/searx/search/processors/online.py", line 128, in _search_basic
return self.engine.response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/searx/searx-src/searx/engines/flickr_noapi.py", line 79, in response
photo = model_export['main'][index[0]][int(index[1])][index[2]][index[3]][int(index[4])]
^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'data'
ERROR:searx.search.processor.online:engine google images : exception : list index out of range
Traceback (most recent call last):
File "/usr/local/searx/searx-src/searx/search/processors/online.py", line 144, in search
search_results = self._search_basic(query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/searx/searx-src/searx/search/processors/online.py", line 128, in _search_basic
return self.engine.response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/searx/searx-src/searx/engines/google_images.py", line 193, in response
pub_source = extract_text(pub_nodes[1])
~~~~~~~~~^^^
IndexError: list index out of range
Identical repro here on 1.1.0-69-75b859d2. For google images, I think there's recent layout changes that might break the parsing in google-images.py, but it's a bit too dense for me to understand exactly what's going on
Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx Powered by searx - 1.1.0-69-75b859d2
How did you install Searx? I installed it as a docker container
What happened? When I try to run an image search, I get the warning red message on the right:
How To Reproduce Do an image search
Expected behavior Expect to get images from Google, Bing and flickr as well
Screenshots & Logs
Additional context I get similar HTTP error from Brave, Gigablast and Bing when doing normal searches.