I’m trying to create a function that works when something is posted on my group wall using glitch.com. But, even when nothing is posted on the wall I get a “Too Many Requests” error? (I’m not good with JavaScript at all) It logs into the account just fine, it just has a problem with the onWallPost function. How can I fix this?
var groupId = 8679493
var cookie = "I HAVE MY COOKIE HERE"
const rbx = require("noblox.js");
async function startApp() {
await rbx.setCookie(cookie);
}
startApp();
rbx.onWallPost(groupId).on("data", function(data) {
console.log("New post!", data)
})
Above You will find the entry to button to their communication server.
Remember, You must be 13+ years old in order to Join In A Comunication Server
Anymay I think you’re problem is due to The Glitch Site,
For Example, Glitch.com And Repl.it Use the Same IP, there are a tons of other users that make request with the always the same IP, and the system give that error.