benbusby / whoogle-search

A self-hosted, ad-free, privacy-respecting metasearch engine
https://pypi.org/project/whoogle-search/
MIT License
9.58k stars 946 forks source link

Internal server error (500) #1181

Open amduong opened 1 month ago

amduong commented 1 month ago

Describe the bug ImportError: Error relocating /usr/local/lib/python3.12/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: FIPS_mode_set: symbol not found

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Deployment Method

Version of Whoogle Search

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

fatihesergg commented 1 month ago

I have same problem.I run trough docker and even in "my ip" query i get Internal server error (500)

Logs:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: /search?gbv=1&num=10&q=my%20ip&tbs=&safe=off (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f28feb84680>: Failed to establish a new connection: [Errno -3] Try again'))

When i ping www.google.com it getting data.curl www.google.com is also working.