OriginalAlien / Roblox-Mass-Report

Mass Report Tool for Roblox. EDUCATIONAL PURPOSES ONLY! Made By Dreamer#5114
34 stars 83 forks source link

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

Open IpYosh opened 11 months ago

IpYosh commented 11 months ago

raceback (most recent call last):
File "/home/kali/Roblox-Mass-Report/main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "/home/kali/Roblox-Mass-Report/RBXBan.py", line 98, in ban
requestVerificationToken = soup.find("input", {"name" : "__RequestVerificationToken"}).attrs["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attrs'

I had no idea how to fix this