Package Details: searxng-git 1.0.0.r3824.gac430a9ea-1

Git Clone URL: https://aur.archlinux.org/searxng-git.git (read-only, click to copy)
Package Base: searxng-git
Description: A privacy-respecting, hackable metasearch engine
Upstream URL: https://searxng.github.io/searxng/
Licenses: AGPL3
Conflicts: searx, searx-git
Provides: searxng
Submitter: HLFH
Maintainer: HLFH
Last Packager: HLFH
Votes: 8
Popularity: 0.009499
First Submitted: 2021-09-29 10:43 (UTC)
Last Updated: 2024-05-06 08:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

HLFH commented on 2023-07-07 10:05 (UTC) (edited on 2023-07-07 10:08 (UTC) by HLFH)

As python-httpcore is out-of-date, you need to update python-httpcore to 0.17.3:

yay -G python-httpcore
cd python-httpcore
vim PKGBUILD
#update pkgver with:
pkgver=0.17.3
#exit with :wq!
updpkgsums
makepkg -si

amalgam commented on 2023-07-06 21:01 (UTC) (edited on 2023-07-06 21:52 (UTC) by amalgam)

For those who updated and failed to launch searxng, check if you have this line in "systemctl status uwsgi@emperor" or "journalctl"

uwsgi[123456]: ModuleNotFoundError: No module named 'httpcore._backends'

googled it and this is something related to recent update of httpcore (dependency of python-httpx-socks). python-httpcore in arch repo is now 0.17.2. After upgraded to 0.17.3, searxng works fine again.

My steps to install 0.17.3 (I don't know whether it is a proper way to do it or not...):

$ pkgctl repo clone --protocol https python-httpcore # download PKGBUILD of python-httpcore
$ cd python-httpcore
$ vim PKGBUILD # edit PKGBUILD, change pkgver to 0.17.3
$ updpkgsums # update hash in PKGBUILD
$ makepkg -si # build and install

deons commented on 2023-06-30 06:28 (UTC)

when trying to start searxng it will fail because it cant find 'limiter.toml' in '/usr/lib/python3.11/site-packages/searx/botdetection/'. This file is in the source directory 'scr/searxng/searx/botdetection/limiter.toml'. As a quick work around I manually copied it to the expected location and everything works.

HLFH commented on 2023-06-20 10:16 (UTC)

python-pytomlpp has been added as a dep.

ramenu commented on 2023-06-03 14:34 (UTC)

New update requires python-pytomlpp as a dependency.

luigibu commented on 2023-05-18 10:27 (UTC)

hi, I installed this package and works as spected however, i wanna set it up with nginx so i could eventually use https. the problem is i'm a complete nob with searxng and nginx. The contex is.. my arch server has pihole installed using nginx, and now i whant to searxng use nginx so i can ecrypt the connection. Any guide? or tip? thanks

stef204 commented on 2023-05-05 14:20 (UTC)

@flylightning OK, I uninstalled searxng, rebuilt a bunch of python packages and reinstalled searxng. Seems OK, now, it's running. Tx for feedback.

flylightning commented on 2023-05-05 12:41 (UTC) (edited on 2023-05-05 12:57 (UTC) by flylightning)

@stef204 I do not have any issue, here are just some suggestions. Try rebuild python-httpx-socks, python-fasttext-predict, and searxng-git. You can use checkrebuild in package community/rebuild-detector to check if other python packages need to rebuild and rebuild them all. If use paru aur helper, do something like paru --rebuild python-httpx-socks && paru --rebuild python-fasttext-predict && paru --rebulid searxng-git. At last, restart emperor.uwsgi.service with sudo systemctl restart emperor.uwsgi.service. If does not work, uninstall searxng-git and all dependencies recursively with something like sudo pacman -Rs searxng-git, then clean all aur helper cache (if paru, do paru -aSc or rm -rf ~/.cache/paru/clone), then install again.

stef204 commented on 2023-05-05 11:53 (UTC) (edited on 2023-05-05 11:53 (UTC) by stef204)

starting last couple of days (where I believe there were a number of python package updates?), searxng no longer starts. Nothing has changed on my side (install, config). Removed and re-installed fresh, still does not want to start/run.
I suspect this is an 'Archlinux' problem , meaning not a bug upstream but something to do with changes/updates in Arch which may have broken this. Here is the error message: https://paste.xinu.at/tZ5an45N/

HLFH commented on 2023-03-23 17:28 (UTC)

python-flask-babel was updated to 3.0.1 on 19/02/2023.
Problem solved.