-
Notifications
You must be signed in to change notification settings - Fork 36
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
help with config.json #14
Comments
Same here. Thanks. |
I am getting the same error. Also tried different combinations of namespace and project. |
same error, any resolution for this issue
|
Im looking for a bit of guidance for writing a config.json
Im currently receiving the following error when navigating to the local web page.
nvidia@tegra-ubuntu:~/gitlab-dash/node_modules/gitlab-ci-dashboard/bin$ ./gitlab-ci-dashboard --config ../config/dashboard_config.json The dashboard is now available at http://localhost:8081/?standalone=true (node:20910) UnhandledPromiseRejectionWarning: Error: Exited with code 3 at ChildProcess.cp.once.code (/home/nvidia/gitlab-dash/node_modules/opn/index.js:84:13) at Object.onceWrapper (events.js:273:13) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:961:16) at Socket.stream.socket.on (internal/child_process.js:380:11) at Socket.emit (events.js:182:13) at Pipe._handle.close (net.js:599:12) (node:20910) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:20910) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
My config looks something like this:
Thanks
The text was updated successfully, but these errors were encountered: