You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
After upgrading from storjshare-cli to sotorjshare-daemon, I got this:
root@JGI02:~# storjshare start --config /root/config.json
Secp256k1 bindings are not compiled. Pure JS implementation will be used.
* starting share with config at /root/config.json
root@JGI02:~# storjshare status
stream.js:74
throw er; // Unhandled stream error in pipe.
^
TypeError: Cannot read property 'toString' of undefined
at /root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/cli-table/lib/index.js:182:26
at Array.forEach (native)
at generateRow (/root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/cli-table/lib/index.js:181:11)
at /root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/cli-table/lib/index.js:275:16
at Table.forEach (native)
at Table.toString (/root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/cli-table/lib/index.js:258:10)
at /root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/bin/storjshare-status.js:51:30
at Proto.apply (/root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/dnode-protocol/index.js:123:13)
at Proto.handle (/root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/dnode-protocol/index.js:99:19)
at D.dnode.handle (/root/.nvm/versions/node/v6.9.1/lib/node_modules/storjshare-daemon/node_modules/dnode/lib/dnode.js:140:21)
root@JGI02:~# storjshare status
┌──────────────────────────────────────────┬─────────┬────────┬───────┬──────────┐
│ Node ID │ Status │ Uptime │ Peers │ % Shared │
├──────────────────────────────────────────┼─────────┼────────┼───────┼──────────┤
│ f**************************************9 │ stopped │ 17s │ 0 │ ... │
└──────────────────────────────────────────┴─────────┴────────┴───────┴──────────┘
Note that the daemon stops anyway (that's another bug) and is not stopped by the status command.
The text was updated successfully, but these errors were encountered:
After upgrading from storjshare-cli to sotorjshare-daemon, I got this:
Note that the daemon stops anyway (that's another bug) and is not stopped by the status command.
The text was updated successfully, but these errors were encountered: