Currently, every time I try to login using the following code:
var rbx = require('roblox-js') rbx.login(username, password).then(function(){ console.log("success") }).catch(function(err) { console.log(err) })
I receive the "Login failed, know issues: []" error. It's quite irritating. Is there a reason this is happening?
Currently, every time I try to login using the following code:
var rbx = require('roblox-js') rbx.login(username, password).then(function(){ console.log("success") }).catch(function(err) { console.log(err) })
I receive the "Login failed, know issues: []" error. It's quite irritating. Is there a reason this is happening?