Noblox.js Cookie problem!

Hello Developers,

For the past year, I’ve been using glitch.com to host my roblox ranking bot, which had a 100% success rate. However, as of two days ago, the bot stopped working. When I logged into my Glitch project, I saw the following error:

(node:3091) UnhandledPromiseRejectionWarning: Error: You are not logged in.

I tried updating the cookie by following these steps:

1. opened an incognito tab
2. logged into the account
3. copied the cookie and closed the tab
4. pasted it into the .env file

Unfortunately, I keep getting the same error. I also tried finding the IP of the project (to get the region) and repeated the steps above while connected to a VPN in the same region.

I’ve searched the DevForum for a solution but haven’t had any luck.


Additionally, I’m using noblox.js v4.15.1 because glitch doesn’t support node.js v18.x, so I can’t update the noblox.js package.


Thanks,
Pixel

2 Likes

I don’t think this is a Roblox side issue. It could just be on your end with glitch. Maybe your login credentials expired or smth. Try looking on the glitch FAQ (if any) or try making a new account :man_shrugging:

1 Like

This is a Roblox side issue as the cookie keeps expiring. I also turned off Account Session Protection from my ranking bot and still, the cookie resets!

The error comes from noblox.js meaning that it cant login to the bot

1 Like

Hey, have you found any solution yet or are we just kinda doomed? Cause I’m also having noblox.js issues on glitch but mine is to do with an invalid cookie. I also updated my cookie but still no luck.

Sadly I haven’t found anything yet. If I find any updates and/or solution I’ll post it here!