sentanos / roblox-js

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

"Message Failed" #46

Closed artomiha1 closed 7 years ago

artomiha1 commented 7 years ago

Hi,

When I write the following code:

rbx.login(username, password).then(function() {
  rbx.message(186642658, 'Welcome', 'Welcome to my group');
});

It errors in red with the following message: "Unhandled rejection Error: Message failed"

What am I doing wrong? Is there anything I can fix? Thanks.

EDIT: Same goes with following:

rbx.login(username, password).then(function() {
  rbx.follow(186642658);
  //rbx.message(186642658, 'Welcome', 'Welcome to my group');
});

"Unhandled rejection Error: Follow failed"

artomiha1 commented 7 years ago

Nvm, it's not your fault. After trying to follow/message manually, I've noticed that captcha is being requested.