Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] filtron fails after reinstalation / in new installations #443

Closed
return42 opened this issue Oct 27, 2021 · 5 comments · Fixed by #455
Closed

[question] filtron fails after reinstalation / in new installations #443

return42 opened this issue Oct 27, 2021 · 5 comments · Fixed by #455
Labels
question Further information is requested

Comments

@return42
Copy link
Member

return42 commented Oct 27, 2021

Today I (re-) installed filtron on two hosts (archlinux, ubu2004) and got strange response .. see below .. is it only me?

@dalf can you try a re-installtion of filtron in a docker iimage?

OKServer: fasthttp
Date: Wed, 27 Oct 2021 23:47:23 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 10751
Server-Timing: total;dur=17.155, render;dur=13.062
X-Content-Type-Options: nosniff
X-Xss-Protection: 1; mode=block
X-Download-Options: noopen
X-Robots-Tag: noindex, nofollow
Referrer-Policy: no-referrer

<!DOCTYPE html>
<html lang="de-DE" xml:lang="de-DE" class="nojs">
<head>
    <meta charset="UTF-8" />
    <meta name="description" content="SearXNG - a privacy-respecting, hackable metasearch engine" />
    <meta name="keywords" content="SearXNG, search, search engine, metasearch, meta search" />
    <meta name="generator" content="SearXNG/1.0.0-961-2624034c">
....
@return42 return42 added the question Further information is requested label Oct 27, 2021
@mrpaulblack
Copy link
Member

mrpaulblack commented Oct 28, 2021

Yeah I had the same problem with my instance on monday (but only when using filtron from dalfs fork tho): https://paulgo.dev/paulgoio/searxng/-/issues/11 ....

[EDIT] right now its possible to use dalf/filtron or to build asciimoo/filtron from the git repo...

@dalf
Copy link
Member

dalf commented Oct 28, 2021

Few days ago, I have installed a searxng-docker without issue.

I'm not sure to understand the issue, is it related to valyala/fasthttp#875 ?

@mrpaulblack
Copy link
Member

So the imge dalf/filtron:latest works fine, but rebuilding it from your git repo does not work. Filtron seems to serve data with the HTTP 0.9 Protocol for whatever reason!? And there is also the issue return42 already mentioned, where it cuts of the served html after the header....

@tiekoetter
Copy link
Member

filtron is currently also broken when updating/installing it via utils/filtron.sh

dalf added a commit to dalf/searxng that referenced this issue Oct 29, 2021
build filtron with the golang version 1.17.2

close  searxng#443
@dalf
Copy link
Member

dalf commented Oct 29, 2021

I've updated https://github.com/dalf/filtron :

  • docker build / make build works again.
  • the built docker image doesn't have this issue

searx(ng)-docker uses dalf/filtron docker image.

About utils/filtron.sh, see #455

return42 pushed a commit to dalf/searxng that referenced this issue Oct 29, 2021
morty & filtron upgrade golang from v1.13.5 to v1.17.2 (#stable go[1])

Closes: searxng#443

[1] https://golang.org/dl/#stable
return42 pushed a commit that referenced this issue Oct 29, 2021
morty & filtron upgrade golang from v1.13.5 to v1.17.2 (#stable go[1])

Closes: #443

[1] https://golang.org/dl/#stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants