sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

Login failed, know issues: [] #111

Closed ghost closed 6 years ago

ghost commented 6 years ago

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?

ghost commented 6 years ago

sorry, found the fix!