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

Bug: solidtorrents engine #858

Closed
ghost opened this issue Feb 3, 2022 · 1 comment · Fixed by #862
Closed

Bug: solidtorrents engine #858

ghost opened this issue Feb 3, 2022 · 1 comment · Fixed by #862
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 3, 2022

Version of SearXNG
Repository: https://github.com/searxng/searxng
Branch: master
Version: 1.0.0 (searx.be)
Version: 1.0.0-1638-9fae80fa (search.mdosch.de)
Version: 1.0.0-1537-f0ee5103 (homeserver)

How did you install SearXNG?
searxng-docker (for my own instance)

What happened?
Solidtorrent is not working. I tested it with my homeserver instance, searx.be, search.mdosch.de.

How To Reproduce
Select solidtorrents engine in the "files" category.
Search and select the files tab.

Technical report
(from searx.be)

Error

  • Error: httpx.HTTPStatusError
  • Percentage: 100
  • Parameters: ('404', 'Not Found', 'solidtorrents.net')
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)

Checker

  • simple: httpx.HTTPStatusError ,
  • paging: httpx.HTTPStatusError ,
@ghost ghost added the bug Something isn't working label Feb 3, 2022
@mrpaulblack
Copy link
Member

For vis: paulgoio/searxng#17

return42 added a commit to return42/searxng that referenced this issue Feb 4, 2022
The API endpoint, we where using does not exist anymore.  This patch is a
rewrite that parses the HTML page.

Related: paulgoio/searxng#17
Closes: searxng#858

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit to return42/searxng that referenced this issue Feb 4, 2022
The API endpoint, we where using does not exist anymore.  This patch is a
rewrite that parses the HTML page.

Related: paulgoio/searxng#17
Closes: searxng#858

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit to return42/searxng that referenced this issue Feb 4, 2022
The API endpoint, we where using does not exist anymore.  This patch is a
rewrite that parses the HTML page.

Related: paulgoio/searxng#17
Closes: searxng#858

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant