You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Deployment Method
Heroku (one-click deploy)
Docker
run executable
pip/pipx
Other: [describe setup]
Version of Whoogle Search
Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
Version [linux/arm/v7 0.9.0 ]
Not sure
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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.
had a same issue since last week , aach64 dockerized, agent Lynx,
I found address will not be resolved in container any more, since the last update of docker engine....not the whoogle problem
Fix: you have to change network_mode: bridge; do not let the docker engine create the network for you.
I did not try mode host maybe it work too??
Uh oh!
There was an error while loading. Please reload this page.
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:
Deployment Method
run
executableVersion 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.
The text was updated successfully, but these errors were encountered: