-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unrecognized node type: n8n-nodes-searxng.searxngTool #7
Comments
@sivom I had the same issue. |
@sivom Did you get this issue resolved that you could comment on? Any alternatives?
Question: should we add the three lines at the bottom of the docker container code? |
@LasyShark this is not something that you can fix within the node source code I am running my n8n in docker so I have my custom n8n docker image that I build with the Dockerfile. |
@ihor-sokoliuk I would like to test your searxng node and try to run a custom build n8n container.
|
@rjbaat I do not fork from the n8n repo. My Dockerfile looks like this:
And then build and run the image based on this Dockerfile. I prefer docker compose file:
That builds the n8n image with your changes and will unblock the community tool usage in AI agent. |
starting the last release, you don't need to do any of this. You can simply set the env variable |
@netroy oke cool, from what version is this ENV supported? I tried 1.77.3 but I get this error now: Unrecognized node type: n8n-nodes-searxng.searxngTool |
never mind. I forgot that this was merged only 6 days ago, and it's yet to be a part of a release. If you want to test it, you could use the latest |
Oke thnx! I tried with nightly and I don't get the error now. Only I get another error. Maybe @ihor-sokoliuk you can help me out? I am running the searing container next to n8n and connected them to the same network.
But I get a 403 error from searxng. I used the default API Key from settings.yaml and also tried without key. Do you have an idea what the problem could be? |
@rjbaat you can share your node config by clicking on the searxng node at the n8n web ui, copying it (Ctrl+C) and pasting here in the code block. For example, here is my searxng node as a tool that works fine:
There could be an issue with the node setup. Also, please consider enabling the JSON format for the SearXNG server: For example, this is the settings.yml for my SearXNG self-hosted server.
|
Installed through webui and followed the installation instructions from the below link
https://github.com/sammcj/n8n-nodes-searxng
Below is the error log
The text was updated successfully, but these errors were encountered: