Roblox-Mass-Report icon indicating copy to clipboard operation
Roblox-Mass-Report copied to clipboard

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

Open IpYosh opened this issue 2 years ago • 0 comments

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

IpYosh avatar Nov 01 '23 13:11 IpYosh