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

Error: Could not load service "@dashevo/insight-ui" #59

Open
allgama opened this issue Apr 4, 2019 · 0 comments
Open

Error: Could not load service "@dashevo/insight-ui" #59

allgama opened this issue Apr 4, 2019 · 0 comments

Comments

@allgama
Copy link

allgama commented Apr 4, 2019

I followed this installation guide https://docs.dash.org/en/stable/developers/insight.html
but I can't get the service to start:

dashcore-node start
/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/scaffold/start.js:124
throw new Error(
^

Error: Could not load service "@dashevo/insight-ui" as it does not support necessary methods and properties.
at checkService (/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/scaffold/start.js:124:11)
at Function.setupServices (/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/scaffold/start.js:182:7)
at start (/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/scaffold/start.js:85:31)
at Command. (/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/cli/main.js:70:7)
at Command.listener (/usr/local/lib/node_modules/@dashevo/dashcore-node/node_modules/commander/index.js:315:8)
at emitTwo (events.js:126:13)
at Command.emit (events.js:214:7)
at Command.parseArgs (/usr/local/lib/node_modules/@dashevo/dashcore-node/node_modules/commander/index.js:651:12)
at Command.parse (/usr/local/lib/node_modules/@dashevo/dashcore-node/node_modules/commander/index.js:474:21)
at Object.main (/usr/local/lib/node_modules/@dashevo/dashcore-node/lib/cli/main.js:147:11)

Here's my dashcore-node.json config paths are ok, I double checked this.

{
"network": "livenet",
"port": 3001,
"services": [
"@dashevo/insight-api",
"@dashevo/insight-ui",
"dashd",
"web"
],
"servicesConfig": {
"dashd": {
"spawn": {
"datadir": "../.dashcore",
"exec": "../dashcore-0.13.2/bin/dashd"
}
}
}
}

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