Coder Social home page Coder Social logo

tiekoetter / searxng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from searxng/searxng

102.0 102.0 8.0 52.14 MB

SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. This is a fork of SearXNG used by searx.tiekoetter.com

Home Page: https://searx.tiekoetter.com

License: GNU Affero General Public License v3.0

Shell 10.14% Emacs Lisp 0.41% Dockerfile 0.19% Makefile 0.17% Python 74.06% CSS 0.89% JavaScript 2.77% Less 4.95% HTML 6.33% Lua 0.09%
hacktoberfest metasearch metasearch-engine python search searx searx-metasearch-engine searxng

searxng's People

Contributors

ahmad-alkadri avatar allendema avatar asciimoo avatar austin-olacsi avatar berniehuang2008 avatar bnyro avatar cqoicebordel avatar cy8aer avatar d-tux avatar dalf avatar davidar avatar dependabot[bot] avatar jazzzooo avatar jibe-b avatar kvch avatar liimee avatar madmath03 avatar marcabonce avatar matejc avatar montyqi avatar mrpaulblack avatar not-my-profile avatar pointhi avatar rachmadaniharyono avatar renyhp avatar return42 avatar searxng-bot avatar tiekoetter avatar unixfox avatar venca24 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

searxng's Issues

Bug: brave engine

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: 2023.3.1+714e83d5 (f9edcab)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineTooManyRequestsException
  • Percentage: 95
  • Parameters: ('Too many request',)
  • File name: searx/engines/xpath.py:199
  • Function: response
  • Code: raise_for_httperror(resp)

Error

  • Error: httpx.TimeoutException
  • Percentage: 5
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:114
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2022.11.18-1cdadf4b (db5573d)

What happened?
When I search using the google engine I get a red error saying "Suspended: Access Denied"

How To Reproduce
Search anything with the google engine selected

Expected behavior
I get results

Screenshots & Logs
image

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 15
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Oscar theme not working. Settings got reset.

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
2022.05.03-31521f3a (7017450)

What happened?
Today I got "Invalid settings, please edit your preferences" message and all my settings on all devices have been reset.
Also "oscar" theme disappeared from options list

How To Reproduce
Idk.

Expected behavior
Oscar theme should be in options list.

Screenshots & Logs
image
image

[ 2 Questions ] API for translation and Searx Proxy

First question, why can't I use the translator?
It asks me to ask you for an API and even if you give it to me I have no idea where to put it.
I WOULD BE GRATEFUL IF YOU COULD GUIDE ME ON THIS WAY
THANK YOU.

Second question. I am shocked the proxy that your instance uses is incredible, I have used multiple versions of Searx and always StartPage and other engines failed because of the proxy but for some reason your instance does not fail me is something rare. Actually more than anything else the question would be does it really use proxy? It seems to me it does because it doesn't show local results and every once in a while some engine fails but the proxy you use is so amazing that it leaves me with that question.
THANK YOU.
Your instance is the best one

Error when trying to add several search engines at the same time and save changes

What happened?
When you try to add multiple search engines at once and save your changes, or you simply try to have many search engines added and then try to save the changes, the page displays a 502 Bad gateway error

How To Reproduce
Try to add all the available search engines of all the categories there are and save the changes, you will get a 502 Bad gateway error.

Expected behavior
The added search engines should be saved instead of showing an error, it shows that error and also the changes made are not saved.

Screenshots & Logs
Screenshot_20230327-015648

Additional context
I think this is a bug because the best thing about a metasearch engine is to be able to have many search engines activated at once, but here it gives error if you try to activate them all.

Block certain results by using keywords (blacklist on options)

This is no critical feature:

Implement an option to remove certain results from searches by using phrases or keywords.
I'm actually using the ublacklist extension that I modified to work with SEARX (firefox only), and I know the "-" option in the search field to remove certain words but doing this takes more time when searching than simply searching for the intended words/phrase. Also ublacklist needs specific URLs to work so I would have to repeat the blocking on every bad result (that are probably auto-generated using search keywords so this wold be infinite).

WHY?
I'm really... really... REALLY tired of "toplists"; results like "5 Ways to....", "10 best softwares to...", "3 things..." etc etc.
Recently those websites started to pop-up like a virus on the net.

IDEA(?): An option that auto-concatenates certain "negative words" (i.e "-10 best") that the user can configure via settings so when searching, those options will be automatically appended to the search i.e "cut mp3 -"10 best" "

If this is not possible, its ok no problem.

Infinite scrolling enabled, even if you have it disabled in options.

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG

How did you install SearXNG?

What happened?

The title is self-explanatory.
How To Reproduce

Do a search, the infinite scroll will be active even if you have it disabled in options.
Expected behavior

That the infinite scrolling was disabled, as I have set in options, and instead had several pages. I think infinite scrolling slows down the page load a lot.
Screenshots & Logs

Additional context

It is possible that it has something to do with the fact that I have all possible motors activated, although this should not happen anyway, regardless of how many motors I have activated.

Bug: google engine

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: 2023.1.23+522ba9a1 (16f0943)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: duckduckgo engine

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: 2022.04.17-e22dc2ba (9280a6c)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/engines/duckduckgo.py:121
  • Function: response
  • Code: get(url_ping, headers=headers_ping)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2022.03.11-6c7dca52 (e4d9415)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineTooManyRequestsException
  • Percentage: 0
  • Parameters: ('Too many request',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.07.29-0cf53109 (c7cdaa7)

How did you install SearXNG?

What happened?

Changed settings to include Mojeek, did a search, got an error.

How To Reproduce

Same as above.

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2023.1.27+6b71721c (1c949b2)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.03.13-cd92a7ea (1d821b2)

How did you install SearXNG?

Via public host.

What happened?

Could not find results, access denied.

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 10
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.04.24-d502e7d4 (582ff79)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.03.02-67fd4e13 (9ec5138)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.ReadTimeout
  • Percentage: 0
  • Parameters: (None, None, 'www.mojeek.com')
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: duckduckgo engine

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: 2022.10.29-fc9986de (983c85f)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 10
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: brave engine

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: 2022.11.09-ee4475ff (7fd0058)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineTooManyRequestsException
  • Percentage: 100
  • Parameters: ('Too many request',)
  • File name: searx/engines/xpath.py:199
  • Function: response
  • Code: raise_for_httperror(resp)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: duckduckgo engine

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: 2022.11.11-3a765113 (192775d)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: httpx.TimeoutException
  • Percentage: 5
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Share link / button for searches

Is your feature request related to a problem? Please describe.
Your instance and fork of SearX is amazing, but one thing that would be of value is a "share" function that would make it easy to instantly copy an anonymized search URL for the current search string that would send the visitor to your instance. For those that use saved search URLs to embed preferences, sharing anonymized searches is not as simple as one might like. Having a simple button or icon of a recognizable share image could really help.

Describe the solution you'd like
Place a share button/image/text to the right of the search text field bar at the top of the page. Perhaps an image such as:
share 1
share 2

Bug: No "General" results

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: 2022.05.24-fddbc5ed (39077fc)

How did you install SearXNG?
i installed ungoogled chromium on my android 12 device and set the website as my start page.
What happened?
i didnt get any search results besides images

How To Reproduce
search for anything, i used "ducks"

Expected behavior
search for "ducks" and get articles and websites like normal

Screenshots & Logs
Screenshot_20220525-114138_Ungoogled Chromium
Screenshot_20220525-114145_Ungoogled Chromium

Additional context
now, this is only one of the engines that didnt bring any results, the only page that showed up was a wikiless page that was already cached. in short; i didnt get any results besides images, maybe the server is down, maybe its a browser issue, idk. please resolve this so your instance can still be used! thank you in advance, ill include screenshots. this also started happening just an hour ago or so.

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 10
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.03.13-cd92a7ea (1d821b2)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 5
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: 1 redirects, maximum: 0
  • Percentage: 0
  • Parameters: ('200', 'OK', 'www.mojeek.com')
  • File name: searx/search/processors/online.py:105
  • Function: _send_http_request
  • Code: count_error(

Bug: qwant engine

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: 2022.05.08-85c1c14f (a62351c)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAPIException
  • Percentage: 30
  • Parameters: ('API error::unknown',)
  • File name: searx/engines/qwant.py:123
  • Function: response
  • Code: raise SearxEngineAPIException('API error::' + msg)

Error

  • Error: json.decoder.JSONDecodeError
  • Percentage: 0
  • Parameters: ('Expecting value',)
  • File name: searx/engines/qwant.py:110
  • Function: response
  • Code: search_results = loads(resp.text)

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Error

  • Error: searx.exceptions.SearxEngineAPIException
  • Percentage: 0
  • Parameters: ('API error::q must be longer than or equal to 1 characters',)
  • File name: searx/engines/qwant.py:123
  • Function: response
  • Code: raise SearxEngineAPIException('API error::' + msg)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.04.17-e22dc2ba (9280a6c)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

¡Error! Los motores no pueden obtener resultados:

mojeek ( Suspendido/a: acceso denegado )

Bug: mojeek engine

search with mojeek succeeds about 1 in 30 searches

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: 2022.06.15-36184b2f (a46449e)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 100
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: bing videos engine

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: 2022.06.06-ea0cddba (cceaf65)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Bug: duckduckgo engine

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: 2022.11.06-ae54c7d5 (cb16f19)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 5
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2023.2.20+d669da81 (05735bf)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: httpx.TimeoutException
  • Percentage: 5
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:114
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Bug: invidious engine

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: 2022.03.11-9941a826 (c0f7e0a)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: 2 redirects, maximum: 0
  • Percentage: 30
  • Parameters: ('200', 'OK', 'invidious.snopyta.org')
  • File name: searx/search/processors/online.py:105
  • Function: _send_http_request
  • Code: count_error(

Error

  • Error: json.decoder.JSONDecodeError
  • Percentage: 30
  • Parameters: ('Expecting value',)
  • File name: searx/engines/invidious.py:60
  • Function: response
  • Code: search_results = resp.json()

Error

  • Error: httpx.ReadTimeout
  • Percentage: 15
  • Parameters: (None, None, 'invidio.xamh.de')
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2022.11.11-e6345758 (192775d)

What happened?
When I search using the google engine I get a red error saying "Suspended: Access Denied"

How To Reproduce
Search anything with the google engine selected

Expected behavior
I get results

Screenshots & Logs
image

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: startpage engine

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: 2023.1.23+522ba9a1 (16f0943)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: babel.core.UnknownLocaleError
  • Percentage: 0
  • Parameters: ()
  • File name: searx/engines/startpage.py:115
  • Function: get_engine_locale
  • Code: locale = babel.Locale.parse(language, sep='-')

Error

  • Error: searx.exceptions.SearxEngineCaptchaException
  • Percentage: 0
  • Parameters: ('CAPTCHA',)
  • File name: searx/engines/startpage.py:71
  • Function: raise_captcha
  • Code: raise SearxEngineCaptchaException(suspended_time=7 * 24 * 3600)

Bug: qwant engine

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: 2023.2.15+ba5b6c38 (d9667d9)

How did you install SearXNG?

What happened?

How To Reproduce

Search something with qwant engine on searx.tiekoeter.com but also on my own instance (in preparation to go public)

Expected behavior

Get search results

Technical report

Error

  • Error: searx.exceptions.SearxEngineAPIException
  • Percentage: 100
  • Parameters: ('API error::unknown',)
  • File name: searx/engines/qwant.py:128
  • Function: response
  • Code: raise SearxEngineAPIException('API error::' + msg)

Bug: google engine

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: 2022.03.11-6c7dca52 (e4d9415)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineTooManyRequestsException
  • Percentage: 0
  • Parameters: ('Too many request',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

libreddit.tiekoetter.com probably should change

Given the situation with Reddit, we probably should no longer have the use of libreddit.tiekoetter.com as a proxy. I personally would be pleased with a simple option that would allow redirection to old.reddit.com at this point for search results.

Bug: mojeek engine

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: 2022.04.24-d502e7d4 (582ff79)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2023.12.3+3829c253 (7b93ee1)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: 2 redirects, maximum: 0
  • Percentage: 15
  • Parameters: ('200', 'OK', 'www.google.com.hk')
  • File name: searx/search/processors/online.py:127
  • Function: _send_http_request
  • Code: count_error(

Error

  • Error: httpx.TimeoutException
  • Percentage: 5
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:118
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: startpage engine

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: 2023.3.24+64fea2f9 (6dae686)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineCaptchaException
  • Percentage: 85
  • Parameters: ('CAPTCHA',)
  • File name: searx/engines/startpage.py:70
  • Function: raise_captcha
  • Code: raise SearxEngineCaptchaException()

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/engines/startpage.py:91
  • Function: get_sc_code
  • Code: resp = get(base_url, headers=headers)

Little but annoying bug | why removing all other skins? | not able to select from results

BUG:
Search textbox has started to "select all" on first click. Annoying when I want to make quick corrections to the search words.

Skins:
Why where all the skin options removed? oscar theme was better IMO and did not suffer from the bugs above/below.

Select/Copy:
Cannot select text from search results leaving no other choice than clicking the results, go to the page and copy the required text there.

Bug: google engine

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: 2022.11.09-ee4475ff (7fd0058)

How did you install SearXNG?
Following the official wiki

How To Reproduce
Search anything, with google being set as one of the engines.

Expected behavior

Screenshots & Logs

Additional context
Occurs for any searches I make. I use duckduckgo + google, both have been failing for past few days, so I have been using the !!g bang to redirect to google.

Technical report

Error

  • Error: httpx.HTTPStatusError
  • Percentage: 5
  • Parameters: ('500', 'Internal Server Error', 'www.google.de')
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: google engine

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: 2022.10.21-710a3a00 (7d19e4a)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:113
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: mojeek engine

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: 2022.03.21-b14ed494 (55eb969)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: timeout
  • Percentage: 0
  • Parameters: ()
  • File name: searx/search/processors/abstract.py:102
  • Function: handle_exception
  • Code: count_error(self.engine_name, exception_or_message)

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Error

  • Error: httpx.TimeoutException
  • Percentage: 0
  • Parameters: (None, None, None)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: unsplash engine

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: 2022.04.06-4135a740 (a3be802)

How did you install SearXNG?

I installed it with https://addons.mozilla.org/en-US/firefox/addon/search-engines-helper/
What happened?

i searched for "ducks" to test if things worked and it gave me the error "Error: unsplash: suspendes acces denied"

How To Reproduce

search for anything and have unsplash ticked on in the settings

Expected behavior

get unsplash resultst as well

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 0
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: duckduckgo engine

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: 2022.05.20-61535a4c (c77d82b)

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

  • Error: searx.exceptions.SearxEngineAccessDeniedException
  • Percentage: 100
  • Parameters: ('HTTP error 403',)
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Bug: startpage engine crash

this is most likely a result of the previous fix lol

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: 2022.04.06-4135a740 (a3be802)

How did you install SearXNG?

i installed with the search engine helper add on for firefox
What happened?

i searched for 'ducks' and there was an error: "startpage: unexpected crash"

How To Reproduce

search for anything

Expected behavior

get normal search results, startpage included

Technical report

Error

  • Error: 2 redirects, maximum: 0
  • Percentage: 80
  • Parameters: ('200', 'OK', 'www.startpage.com')
  • File name: searx/search/processors/online.py:105
  • Function: _send_http_request
  • Code: count_error(

Error

  • Error: TypeError
  • Percentage: 10
  • Parameters: ('SearxEngineResponseException() takes no keyword arguments',)
  • File name: searx/engines/startpage.py:96
  • Function: get_sc_code
  • Code: raise SearxEngineResponseException(

Error

  • Error: 1 redirects, maximum: 0
  • Percentage: 10
  • Parameters: ('200', 'OK', 'www.startpage.com')
  • File name: searx/search/processors/online.py:105
  • Function: _send_http_request
  • Code: count_error(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.