Skip to content

[BUG] socks5 proxy config gives Internal server error 500 #1138

@dave0003

Description

@dave0003

Describe the bug
When configured to use a socks5 proxy, the result is an "Internal server error (500)".

To Reproduce
Steps to reproduce the behavior:

  1. Start whoogle-search with options "--proxytype socks5 --proxyloc 127.0.0.1:8310" where there is a local socks5 proxy server running at 127.0.0.1 port 8310.
  2. Perform search.
  3. Receive Internal server error (500)

Deployment Method

  • pip/pipx

Version of Whoogle Search

  • Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)

Desktop (please complete the following information):

  • OS: Debian Bookworm
  • Browser Chromium
  • Version 123.0.6312.122

Additional context
whoogle-search is using nginx as a reverse proxy. Other startup parameters:
whoogle-search --port 6000 --host 127.0.0.1 --https-only

I've tried with and without --https-only (makes no difference to the error).
I've tried with --debug but it doesn't give any helpful clue, just a POST for the search and a GET with status 500.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions