Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this has been broken for a while and unless its updated, never will #25

Open
WebHost6 opened this issue Jun 22, 2024 · 1 comment
Open

Comments

@WebHost6
Copy link

WebHost6 commented Jun 22, 2024

the short story is that this won't work due to a change Roblox made and unless OriginalAlien updates it, it wont work. The long story is that the Reporter attempts to your your Roblox cookie to send a request to "https://www.roblox.com/build/upload" and then uses the beautiful soup library to extract the cookie "__RequestVerificationToken" from the page. this doesn't work because the page it tries to get it from "https://www.roblox.com/build/upload" no longer exists and just redirects to create.roblox.com. so when the reporter sends a request to the website it gets a blank file in return, then it tries to extract the "__RequestVerificationToken" and fails because the page nor the cookie exist and that results in the error below.

AttributeError: 'NoneType' object has no attribute 'attrs'

edit, i am attempting to write my own mass reporter in bash using WSL since bash is the language most familiar with, if i succeed i will release it (unless OriginalAlien updates his)

@doglover91283
Copy link

any updates on your mass reporter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants