-
Notifications
You must be signed in to change notification settings - Fork 8k
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
The "streams" argument must be specified #4929
Comments
Hey @j-norwood-young, How do you have n8n installed is it through npm? |
Correct. To update I ran |
@j-norwood-young Node.js has this issue between |
@netroy Thanks! That solved it! > # n 16.18
installing : node-v16.18.1
mkdir : /usr/local/n/versions/node/16.18.1
fetch : https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.xz
installed : v16.18.1 (with npm 8.19.2)
> # node -v
v16.18.1
> # systemctl restart n8n
> # journalctl -u n8n -f
-- Logs begin at Tue 2022-11-29 22:35:01 CET. --
systemd[1]: Stopping n8n...
n8n[22263]: Stopping n8n...
n8n[22263]: There was an error shutting down n8n. Error: InternalHooks not initialized
n8n[22263]: at Function.getInstance (/usr/local/lib/node_modules/n8n/src/InternalHooksManager.ts:13:9)
n8n[22263]: at process.stopProcess (/usr/local/lib/node_modules/n8n/src/commands/start.ts:124:31)
n8n[22263]: at processTicksAndRejections (node:internal/process/task_queues:96:5)
systemd[1]: Stopped n8n.
systemd[1]: Started n8n.
n8n[23137]: Initializing n8n process
n8n[23137]: Last session crashed
n8n[23137]: n8n ready on 0.0.0.0, port 5678
n8n[23137]: Version: 0.207.1
n8n[23137]: ================================
n8n[23137]: Start Active Workflows:
n8n[23137]: ================================
n8n[23137]: - Subscription Callback (ID: 1)
n8n[23137]: => Started
n8n[23137]: Editor is now accessible via:
n8n[23137]: https://xxxxxxx:5678/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrading to 0.207.1 (not sure from what version, it was two months old) I got the following error on startup:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: