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

Removed engines are still in reference_settings.yml #15

Open
SmirAlex opened this issue Apr 17, 2021 · 0 comments
Open

Removed engines are still in reference_settings.yml #15

SmirAlex opened this issue Apr 17, 2021 · 0 comments

Comments

@SmirAlex
Copy link

Engines that was already removed from searx are still in reference_settings.yml. Like www500px or searchcode. It needs to manually understand what the problem is and edit this file.

ERROR:searx.engines:Cannot load engine "www500px"
Traceback (most recent call last):
File "/mnt/c/Users/swx995135/PycharmProjects/searx/searx/engines/init.py", line 76, in load_engine
engine = load_module(engine_module + '.py', engine_dir)
File "/mnt/c/Users/swx995135/PycharmProjects/searx/searx/utils.py", line 441, in load_module
spec.loader.exec_module(module)
File "", line 779, in exec_module
File "", line 915, in get_code
File "", line 972, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/c/Users/swx995135/PycharmProjects/searx/searx/engines/www500px.py'
ERROR:searx.engines:Cannot load engine "searchcode_doc"
Traceback (most recent call last):
File "/mnt/c/Users/swx995135/PycharmProjects/searx/searx/engines/init.py", line 76, in load_engine
engine = load_module(engine_module + '.py', engine_dir)
File "/mnt/c/Users/swx995135/PycharmProjects/searx/searx/utils.py", line 441, in load_module
spec.loader.exec_module(module)
File "", line 779, in exec_module
File "", line 915, in get_code
File "", line 972, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/c/Users/swx995135/PycharmProjects/searx/searx/engines/searchcode_doc.py'
ERROR:searx.engines:Missing engine config attribute: "spotify.api_client_id"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant