Bùi Gia Bảo
Bùi Gia Bảo
> > @Schmavery problem persist with 1.7.0 > > ``` > > ERR! markAsRead Error: parseAndCheckLogin got status code: 404. Bailing out of trying to parse response. > > ERR!...
> Have anyone managed to fix this? try using api.listenMqtt, not api.listen
I'm using bleeding edge and everything seems great (used to have this kind of error, but now there are no more for the markAsRead, at least for one week now).
Please use api.listenMqtt > ```js > login({email: '*********, password: '********'}, (err, api) => { > if(err) return console.error(err); > > api.listen((err, message) => { > api.sendMessage(message.body, message.threadID); > }); >...
same issue, up.