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: z-library engine #1435

Closed
ToontjeM opened this issue Jul 4, 2022 · 0 comments · Fixed by #1457
Closed

Bug: z-library engine #1435

ToontjeM opened this issue Jul 4, 2022 · 0 comments · Fixed by #1457
Labels
bug Something isn't working

Comments

@ToontjeM
Copy link

ToontjeM commented Jul 4, 2022

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
Repository: https://github.com/searxng/searxng
Branch: master
Version: 2022.07.02-4ef62637

How did you install SearXNG?
searxng-docker

What happened?
Search the web. Switched to File. Searched again.
Search results with error in the right sidebar.

Expected behavior
Search results without error.

Screenshots & Logs
image

Additional context
Docker for Desktop on Mac 12.4

Technical report

Error

  • Error: httpx.UnsupportedProtocol
  • Percentage: 100
  • Parameters: (None, None, '')
  • File name: searx/search/processors/online.py:96
  • Function: _send_http_request
  • Code: response = req(params['url'], **request_args)
@ToontjeM ToontjeM added the bug Something isn't working label Jul 4, 2022
return42 added a commit to return42/searxng that referenced this issue Jul 5, 2022
before this patch:

    DEBUG   searx.engines.z-library : using base_url: https:https://de1lib.org

with this patch URL is fixed to:

    DEBUG   searx.engines.z-library : using base_url: https://de1lib.org

Closes: searxng#1435
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
Status: Closed
Development

Successfully merging a pull request may close this issue.

1 participant