Closed mojojoke closed 5 years ago
@mojojoke You're missing a ".catch()" for the surrounding promise:
fortniteAPI.login().then(() => {
fortniteAPI
.checkPlayer("Mirardes", "pc")
.then(stats => {
console.log(stats);
})
.catch(err => {
console.log(err);
});
}).catch(err => {
console.log(err);
});
I think you're using the 2FA and the module is not compatible with. Change account or disable 2FA. I was having the same issue but I used another account with 2FA disable and it work.
Hey ! i'll not boring you but i just wanna know if probleme comes from me or something else.
I got this error :
With, the "sample" code :
COuld you please juste let me know from where the error comes please ? :)