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
Had a crash happen while accepting bills. My program isn't too different from the one in the example, it's slightly modified.
/home/siren/projects/nv10d/node_modules/encrypted-smiley-secure-protocol/src/utils.js:236
result.info.name = rejectNote[data[0]].name;
^
TypeError: Cannot read properties of undefined (reading 'name')
at parseData (/home/siren/projects/nv10d/node_modules/encrypted-smiley-secure-protocol/src/utils.js:236:46)
at SSP.parsePacket (/home/siren/projects/nv10d/node_modules/encrypted-smiley-secure-protocol/src/index.js:218:24)
at EventEmitter.<anonymous> (/home/siren/projects/nv10d/node_modules/encrypted-smiley-secure-protocol/src/index.js:172:24)
at Object.onceWrapper (node:events:633:26)
at EventEmitter.emit (node:events:518:28)
at ESSPProtocolParser.<anonymous> (/home/siren/projects/nv10d/node_modules/encrypted-smiley-secure-protocol/src/index.js:58:27)
at ESSPProtocolParser.emit (node:events:518:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushObjectMode (node:internal/streams/readable:536:3)
at Readable.push (node:internal/streams/readable:391:5)
The text was updated successfully, but these errors were encountered:
Had a crash happen while accepting bills. My program isn't too different from the one in the example, it's slightly modified.
The text was updated successfully, but these errors were encountered: