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
var Keybase = require('node-keybase')
let keybase = new Keybase('lollerblades', 'keep it secret keep it safe')
keybase.signup({
name: "Lol",
username: "lollerblades",
email: "[email protected]",
passphrase: "keep it secret keep it safe",
invitation_id: "342128cecb14dbe6af0fab0d"
}, function(err, result) {})
Actual Behaviour
The following error was thrown:
buffer.js:207
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type undefined
at Function.from (buffer.js:207:11)
at new Buffer (buffer.js:182:17)
at Object.gen_pwh (/home/vasa/Desktop/test/test/node_modules/node-keybase/util/index.js:60:16)
at /home/vasa/Desktop/test/test/node_modules/node-keybase/index.js:69:16
at /home/vasa/Desktop/test/test/node_modules/node-keybase/index.js:84:11
at Deferrals.exports.Deferrals.Deferrals._call (/home/vasa/Desktop/test/test/node_modules/iced-runtime/lib/runtime.js:86:16)
at /home/vasa/Desktop/test/test/node_modules/iced-runtime/lib/runtime.js:98:26
at trampoline (/home/vasa/Desktop/test/test/node_modules/iced-runtime/lib/runtime.js:64:14)
at Deferrals.exports.Deferrals.Deferrals._fulfill (/home/vasa/Desktop/test/test/node_modules/iced-runtime/lib/runtime.js:96:16)
at ret (/home/vasa/Desktop/test/test/node_modules/iced-runtime/lib/runtime.js:29:18)
version
0.0.5
Expected Behaviour
I ran the below code:
Actual Behaviour
The following error was thrown:
@taterbase Any idea what's going on here?
The text was updated successfully, but these errors were encountered: