Error in noblox.js onWallPost

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)
})
1 Like

Hello @zuoec This is currently the roblox forum and I don’t know if you can find anyone who can help you In Javascript.

However I advise you to ask this question in the Official Noblox.js Comunication Server

  1. Go To the noblox.js Website.
  2. 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.

To fix this, I think you should buy a VPS

Im 98% sure this is the Problem.

Thank you.

1 Like