Open Xqqz opened 6 years ago
I have the same error with the linux version I think it takes an update with the new API
same problem with the login also with "Manually Add Replay"
oops i just saw updated with account login I will test now :)
@TuxNuX , yeah it needs some type of "authentication" process, like LMPT had to have done.
I created file account.json with
{
"email": "email",
"password": "password"
}
but still have bug
maybe more like:
const LivemeAPI = require('liveme-api') const Liveme = new LivemeAPI({ email: 'user@example.com', password: 'password' })
Liveme.getUserInfo('123456790123456') .then(user => { // user.user_info contains details on the user queried }) .catch(err => { // Unable to locate user account })
.... but need the GUI to INPUT your email and password to a setting(saved) file (?)
@TuxNuX
Using Windows 7-Ultimate 64-bit
getting this error::: ......................................................................................................................................................... LiveMe Account Monitor Daemon (LAMD) https://thecoderstoolbox.com/lamd
2 accounts loaded in. (node:34572) UnhandledPromiseRejectionWarning: Unhandled promise rejection (reje ction id: 2): Error: 400 Message: lack params: token (node:34572) [DEP0018] DeprecationWarning: Unhandled promise rejections are depr ecated. In the future, promise rejections that are not handled will terminate th e Node.js process with a non-zero exit code.
Any solution ?
T.I.A.