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

TypeError: 'float' object cannot be interpreted as an integer #3

Open
netsys-it opened this issue Apr 23, 2021 · 0 comments
Open

TypeError: 'float' object cannot be interpreted as an integer #3

netsys-it opened this issue Apr 23, 2021 · 0 comments

Comments

@netsys-it
Copy link

Stack trace:
Traceback (most recent call last): File "OptionsBleed-POC-Scanner/bleeder.py", line 127, in <module> main() File "OptionsBleed-POC-Scanner/bleeder.py", line 105, in main hemorrhage(args.count / method_count, 'option') File "OptionsBleed-POC-Scanner/bleeder.py", line 76, in hemorrhage for i in range(count): TypeError: 'float' object cannot be interpreted as an integer
For resolve problem:
Add type conversion on 76 line:
count = int(count)

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

1 participant