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