Created
July 27, 2013 23:02
-
-
Save beriberikix/6096633 to your computer and use it in GitHub Desktop.
j5 error on repl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string_decoder.js:109 | |
charStr += buffer.toString(this.encoding, 0, end); | |
^ | |
RangeError: toString() radix argument must be between 2 and 36 | |
at Number.toString (native) | |
at StringDecoder.write (string_decoder.js:109:21) | |
at ReadStream.onData (readline.js:839:39) | |
at ReadStream.EventEmitter.emit (events.js:117:20) | |
at Board.<anonymous> (/Users/jberi/Desktop/node_modules/johnny-five/lib/board.js:284:27) | |
at Board.<anonymous> (/Users/jberi/Desktop/node_modules/johnny-five/lib/board.js:131:18) | |
at null.<anonymous> (/Users/jberi/Desktop/node_modules/johnny-five/node_modules/firmata/lib/firmata.js:399:25) | |
at g (events.js:175:14) | |
at EventEmitter.emit (events.js:92:17) | |
at Object.SYSEX_RESPONSE.(anonymous function) [as 106] (/Users/jberi/Desktop/node_modules/johnny-five/node_modules/firmata/lib/firmata.js:211:11) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment