AttributeError: 'NoneType' object has no attribute 'attrs'
Opened this issue · 0 comments
IpYosh commented
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