Closed NorteX-dev closed 4 years ago
When you attempt to join a group on the Roblox website right now, you're forced to do a captcha due to all the bot floods through the years. That's why the endpoint hasn't been updated with noblox.js, there's no point.
Well, how do I cope with that problem though?
I need to join a group.
Describe the bug When I try using the noblox.js function "joinGroup(group)", the code fails, saying that it broke. I dug into the code a little bit and found out that the URL for joining the group (which ends with .aspx and we don't see such extensions in Roblox anymore too often) returns code 301 (Moved Permanently). I tried fixing it by finding a new URL but to no success.
To Reproduce Steps to reproduce the behavior:
Expected behavior The joinGroup() function joining the group and responding with a resolved promise.