noblox/noblox.js

[BUG] Failed to validate cookie.

DominicTheD3v opened this issue · 4 comments

When trying to login to any of my Roblox accounts using Noblox.js, I am given the Failed to validate cookie error. I am getting the cookie and running Noblox.js on the same network and even doesn't work on the same PC.

Please see release notes: https://github.com/noblox/noblox.js/releases/tag/v6.0.1

What version of Noblox are you running? You must be running at least version 6.0.2 due to a breaking change made by Roblox.

You can check your noblox version by running npm list noblox.js --depth=0

Full instructions - Discord

I seem to be running v4.15.1 somehow.

For some reason NPM hasn't been automatically updating to the newest version. After specifying a version number after Noblox.js everything is working now. Thank you!