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

TypeError: Cannot read property 'description' of null #668

Open
christianbundy opened this issue May 13, 2019 · 1 comment
Open

TypeError: Cannot read property 'description' of null #668

christianbundy opened this issue May 13, 2019 · 1 comment
Labels

Comments

@christianbundy
Copy link
Contributor

Looks like one of the plugins is exporting data as null when we're expecting an object? I wonder whether we should run ssb-server --help in our tests to ensure that all of this works.

blobs # retrive, store, and share blobs
/home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpcli/index.js:100
                console.log(_cmd.concat(key).join('.') + ' # ' + data.description)
                                                                      ^

TypeError: Cannot read property 'description' of null
    at /home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpcli/index.js:100:71
    at Object._requests.(anonymous function) (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:38:5)
    at PacketStream._onrequest (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:151:26)
    at PacketStream.write (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:134:41)
    at /home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpc/pull-weird.js:56:15
    at /home/christianbundy/src/ssbc/ssb-server/node_modules/pull-stream/sinks/drain.js:24:37
    at /home/christianbundy/src/ssbc/ssb-server/node_modules/pull-goodbye/node_modules/pull-stream/throughs/filter.js:17:11
    at Object.cb (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream-codec/index.js:111:11)
    at drain (/home/christianbundy/src/ssbc/ssb-server/node_modules/pull-reader/index.js:39:14)
    at more (/home/christianbundy/src/ssbc/ssb-server/node_modules/pull-reader/index.js:55:13)
@christianbundy christianbundy self-assigned this May 13, 2019
@christianbundy christianbundy removed their assignment Jan 31, 2021
@stale
Copy link

stale bot commented Jun 2, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the stale label Jun 2, 2021
@staltz staltz removed the stale label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants