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

fatal exception: ModuleNotFoundError: No module named 'searx.shared' #2208

Closed
Happyfeet01 opened this issue Feb 20, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@Happyfeet01
Copy link

Happyfeet01 commented Feb 20, 2023

With the latest pull, I get this Error and can't use searxng anymore.

searxng  | 2023-02-20 07:36:03,090 CRITICAL:searx.plugins: searx.plugins.limiter: fatal exception
searxng  | Traceback (most recent call last):
searxng  |   File "/usr/local/searxng/searx/plugins/__init__.py", line 116, in load_plugin
searxng  |     plugin = import_module(plugin_module_name)
searxng  |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
searxng  |     return _bootstrap._gcd_import(name[level:], package, level)
searxng  |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
searxng  |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
searxng  |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
searxng  |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
searxng  |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
searxng  |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
searxng  |   File "/usr/local/searxng/searx/plugins/limiter.py", line 20, in <module>
searxng  |     from searx.shared import redisdb
searxng  | ModuleNotFoundError: No module named 'searx.shared'
Xsearxng  | DAMN ! worker 1 (pid: 1358) died :( trying respawn ...
searxng  | Respawned uWSGI worker 1 (new pid: 1526)
searxng  | DAMN ! worker 2 (pid: 1361) died :( trying respawn ...
searxng  | Respawned uWSGI worker 2 (new pid: 1529)
@Happyfeet01 Happyfeet01 added the bug Something isn't working label Feb 20, 2023
@Happyfeet01 Happyfeet01 changed the title searx.shared not found fatal exception: ModuleNotFoundError: No module named 'searx.shared' Feb 20, 2023
@return42
Copy link
Member

With the latest pull

Please fill out the form .. at least we need to know your installation method and how you updated (aka latest pull).

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

@return42
Copy link
Member

Closed due lack of feedback.

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

No branches or pull requests

2 participants