Im Keep Getting Logged out of NoBloxJS

Hi there, i creating an api and i ran into some problem. The Problem is im keep getting logged out of the roblox account when i use noblox js.

here is the code:

const noblox = require('noblox.js')

async function startApp() {
  await noblox.setCookie(cookie);
  let currentUser = await noblox.getCurrentUser();
  console.log(currentUser.UserName);
}

startApp();

can some help me or find the issue! and thats the only set back i have for the project!

I’m assuming because cookies invalidate when you change ips?

This is a bug. Anytime a new IP logs in(like a bot). It’ll log u out.

so what ip address is noblox??

a different one. Whenever a bot logs in, it’ll be a new type of IP address which logs u out.

ok! so how can i fix this issue

nothing. We have to wait for roblox to fix it themselves. Sorry bud

alright so the problem is on roblox’s end

yeah. Can you mark my post as solution if it helped?

np

Summary

This text will be hidden