-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
TypeError: Cannot read property 'length' of undefined #116
Comments
i've got the same problem with the "proof-of-work" property, does anybody solved it? |
I solved this problem, at first you have your coin daemon running properly, and you may be able to launch it methods like i.e. if it returns a number, it means that it works properly, so the next step is when you start your explorer at firstfrom the explorer root path with PD. look in the settings.json file if your wallet credentials are correct |
my fix: add to coin config (yourCoin.conf)
|
@modinfo I did, still get length error. |
What it means? run manually sync.js script? Isn't it mean type node scripts/sync.js index reindex ? |
Duplicate of #56 |
root@vultr:~/explorer# node scripts/sync.js index reindex
script launched with pid: 19148
index cleared (reindex)
TypeError: Cannot read property 'length' of undefined
at /root/explorer/lib/database.js:642:36
at Request._callback (/root/explorer/lib/explorer.js:107:14)
at Request.self.callback (/root/explorer/node_modules/request/request.js:187:22)
at Request.EventEmitter.emit (events.js:98:17)
at Request. (/root/explorer/node_modules/request/request.js:1044:10)
at Request.EventEmitter.emit (events.js:95:17)
at IncomingMessage. (/root/explorer/node_modules/request/request.js:965:12)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:919:16
at process._tickCallback (node.js:419:13)
The text was updated successfully, but these errors were encountered: