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
I use
b.pinMode( outpin[j], b.OUTPUT , 7, 'pullup', 'fast', function (x) {} );
where outpin[j] is e.g. P8_31 or almost whatever.
I get this:
/usr/local/lib/node_modules/bonescript/index.js:161
if(typeof resp.err != 'undefined') {
^
TypeError: Cannot read property 'err' of undefined
at Object.f.pinMode (/usr/local/lib/node_modules/bonescript/index.js:161:19)
at Object.event [as /stream](/home/debian/nodeSofta/requestHandlers.js:287: 19)
at route (/home/debian/nodeSofta/router.js:4:25)
at IncomingMessage. (/home/debian/nodeSofta/server.js:18:13)
at IncomingMessage.EventEmitter.emit (events.js:92:17)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
Actually even for simpler versions I get the same message. E.g. for
b.pinMode( outpin[j], b.OUTPUT );
Beaglebone version is 2.4. OS was Debian with node.js 10.*
The text was updated successfully, but these errors were encountered:
Hi
I use
b.pinMode( outpin[j], b.OUTPUT , 7, 'pullup', 'fast', function (x) {} );
where outpin[j] is e.g. P8_31 or almost whatever.
I get this:
/usr/local/lib/node_modules/bonescript/index.js:161
if(typeof resp.err != 'undefined') {
^
TypeError: Cannot read property 'err' of undefined
at Object.f.pinMode (/usr/local/lib/node_modules/bonescript/index.js:161:19)
at Object.event [as /stream](/home/debian/nodeSofta/requestHandlers.js:287: 19)
at route (/home/debian/nodeSofta/router.js:4:25)
at IncomingMessage. (/home/debian/nodeSofta/server.js:18:13)
at IncomingMessage.EventEmitter.emit (events.js:92:17)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
Actually even for simpler versions I get the same message. E.g. for
Beaglebone version is 2.4. OS was Debian with node.js 10.*
The text was updated successfully, but these errors were encountered: