-
Notifications
You must be signed in to change notification settings - Fork 26
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
We discussed over 1 year ago about Hubot issue #16
Comments
|
bin/hubot --adapter hubot-zulip --name "hubot" It starts the service yet no connection zulip@chat:~/hubot$ sudo service hubot status
● hubot.service - Hubot
Loaded: loaded (/etc/systemd/system/hubot.service; disabled; vendor preset: enabled)
Active: active (running) since Sun 2023-08-13 12:41:13 UTC; 2s ago
Main PID: 684499 (node)
Tasks: 7 (limit: 1037)
Memory: 45.7M
CGroup: /system.slice/hubot.service
└─684499 node node_modules/.bin/coffee node_modules/.bin/hubot --adapter hubot-zulip --name hubot
Aug 13 12:41:13 chat hubot[684500]: npm WARN EBADENGINE required: { node: '0.10.x' },
Aug 13 12:41:13 chat hubot[684500]: npm WARN EBADENGINE current: { node: 'v18.17.0', npm: '9.6.7' }
Aug 13 12:41:13 chat hubot[684500]: npm WARN EBADENGINE }
Aug 13 12:41:14 chat hubot[684500]: up to date, audited 384 packages in 764ms
Aug 13 12:41:14 chat hubot[684500]: 98 packages are looking for funding
Aug 13 12:41:14 chat hubot[684500]: run `npm fund` for details
Aug 13 12:41:14 chat hubot[684500]: 12 vulnerabilities (8 moderate, 2 high, 2 critical)
Aug 13 12:41:14 chat hubot[684500]: Some issues need review, and may require choosing
Aug 13 12:41:14 chat hubot[684500]: a different dependency.
Aug 13 12:41:14 chat hubot[684500]: Run `npm audit` for details. bin/hubot --adapter zulip --name "hubot" Returns: zulip@chat:~/hubot$ sudo service hubot status
● hubot.service - Hubot
Loaded: loaded (/etc/systemd/system/hubot.service; disabled; vendor preset: enabled)
Active: active (running) since Sun 2023-08-13 12:39:18 UTC; 3s ago
Main PID: 683966 (node)
Tasks: 1 (limit: 1037)
Memory: 36.7M
CGroup: /system.slice/hubot.service
Aug 13 12:39:21 chat hubot[683967]: up to date, audited 384 packages in 3s
Aug 13 12:39:21 chat hubot[683967]: 98 packages are looking for funding
Aug 13 12:39:21 chat hubot[683967]: run `npm fund` for details
Aug 13 12:39:21 chat hubot[683967]: 12 vulnerabilities (8 moderate, 2 high, 2 critical)
Aug 13 12:39:21 chat hubot[683967]: Some issues need review, and may require choosing
Aug 13 12:39:21 chat hubot[683967]: a different dependency.
Aug 13 12:39:21 chat hubot[683967]: Run `npm audit` for details.
Aug 13 12:39:21 chat hubot[683966]: {"level":50,"time":1691930361591,"pid":683966,"hostname":"chat","name":"hubot","msg":"Cannot load adapter [no path set] zulip - T>
Aug 13 12:39:21 chat systemd[1]: hubot.service: Main process exited, code=exited, status=1/FAILURE
Aug 13 12:39:21 chat systemd[1]: hubot.service: Failed with result 'exit-code'.
zulip@chat:~/hubot$ sudo service hubot status
● hubot.service - Hubot
Loaded: loaded (/etc/systemd/system/hubot.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2023-08-13 12:39:55 UTC; 6s ago
Process: 684142 ExecStart=/home/zulip/hubot/bin/hubot --adapter zulip --name hubot (code=exited, status=1/FAILURE)
Main PID: 684142 (code=exited, status=1/FAILURE)
Aug 13 12:39:55 chat systemd[1]: hubot.service: Main process exited, code=exited, status=1/FAILURE
Aug 13 12:39:55 chat systemd[1]: hubot.service: Failed with result 'exit-code'. |
And not a single change, I said either REMOVE from your site, OR update the configs, I spent another 2 hours in vain, trying to connect it. Thanks @zulip team, well done in keeping your word!
The text was updated successfully, but these errors were encountered: