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 'length' of undefined #16

Open
christianbundy opened this issue Jul 14, 2020 · 0 comments
Open

TypeError: Cannot read property 'length' of undefined #16

christianbundy opened this issue Jul 14, 2020 · 0 comments

Comments

@christianbundy
Copy link
Contributor

christianbundy commented Jul 14, 2020

I see this pretty often on Travis.

/home/travis/build/ssbc/ssb-tribes/node_modules/envelope-js/util/derive-secret.js:17
    if (info.some(i => i.length === 0)) {
                         ^

TypeError: Cannot read property 'length' of undefined
    at /home/travis/build/ssbc/ssb-tribes/node_modules/envelope-js/util/derive-secret.js:17:26
    at Array.some (<anonymous>)
    at derive (/home/travis/build/ssbc/ssb-tribes/node_modules/envelope-js/util/derive-secret.js:17:14)
    at box (/home/travis/build/ssbc/ssb-tribes/node_modules/envelope-js/box.js:15:20)
    at groupCreate (/home/travis/build/ssbc/ssb-tribes/method/group/init.js:34:22)
    at Timeout._onTimeout (/home/travis/build/ssbc/ssb-tribes/method/index.js:21:54)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)
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