You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Alexander Sulfrian e86c96974d [fix] self_info: request.user_agent is not a str
The user_agent attribute of the Flask request object is an instance of
the werkzeug.user_agent.UserAgent class.

This will fix the following error of the self_info plugin:

> ERROR:searx.plugins.self_info: Exception while calling post_search
> Traceback (most recent call last):
>   File "searx/plugins/__init__.py", line 203, in call
>     ret = getattr(plugin, plugin_type)(*args, **kwargs)
>   File "searx/plugins/self_info.py", line 31, in post_search
>     search.result_container.answers['user-agent'] = {'answer': gettext('Your user-agent is: ') + ua}
> TypeError: can only concatenate str (not "UserAgent") to str
2 months ago
..
answerers [fix] setup.py - packaging for 'answerers' to build a valid package 4 months ago
botdetection
data [data] update searx.data - update_ahmia_blacklist.py 2 months ago
enginelib
engines [fix] Do not show DDG user-agent from zero click 2 months ago
infopage [mod] add French translation for infopage 2 months ago
metrics
network [mod] remove py 3.6 leftovers 3 months ago
plugins [fix] self_info: request.user_agent is not a str 2 months ago
search
static [build] /static 2 months ago
templates/simple [fix] search: don't show categories without active engine 2 months ago
translations [l10n] update translations from Weblate 2 months ago
__init__.py
autocomplete.py [fix] html.unescape stract autocomplete suggestions 4 months ago
babel_extract.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
limiter.py
limiter.toml
locales.py
preferences.py
query.py
redisdb.py
redislib.py
results.py
searxng.msg
settings.yml [feat] engine: implementation of yandex (web, images) 2 months ago
settings_defaults.py
settings_loader.py [mod] revision of the settings_loader 3 months ago
sxng_locales.py [data] update searx.data - update_engine_traits.py 3 months ago
unixthreadname.py
utils.py [feat] videos template: support for view count 3 months ago
version.py
webadapter.py
webapp.py [mod] revision of the settings_loader 3 months ago
webutils.py