Hi community !
I come back on Blynk with news RaspberryPi. All work fine expect when i add token on raspberry with “blynk-client”.
Raspberry Pi B buster lite
local server
Sony XZ 3 runing android
pi@raspberrypi:~ $ blynk-client XIjE0idvRLKyhvq4b5xGL43hSk2CiGbK
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
///_, /////_
/__/Give Blynk a Github star! => https://github.com/vshymanskyy/blynk-library-js
OnOff mode
Connecting to: blynk-cloud.com 443
SSL authorization…
Connected
Could not login: INVALID_TOKEN
events.js:189
throw err; // Unhandled ‘error’ event
^Error [ERR_UNHANDLED_ERROR]: Unhandled error. (‘INVALID_TOKEN’)
at Blynk.emit (events.js:187:17)
at Blynk.onReceive (/usr/lib/node_modules/blynk-library/blynk.js:466:20)
at exports.SslClient. (/usr/lib/node_modules/blynk-library/blynk.js:607:50)
at exports.SslClient.emit (events.js:198:13)
at TLSSocket. (/usr/lib/node_modules/blynk-library/blynk-node.js:212:16)
at TLSSocket.emit (events.js:198:13)
at addChunk (_stream_readable.js:288:12)
at readableAddChunk (_stream_readable.js:265:13)
at TLSSocket.Readable.push (_stream_readable.js:224:10)
at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
I don’t understand what happened… I use token from blynk application…
Somebody can help me ?
Thanks !