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

[Bug] searching with "-num all" raises an error #110

Open
thepoorhacker opened this issue Jan 25, 2024 · 1 comment
Open

[Bug] searching with "-num all" raises an error #110

thepoorhacker opened this issue Jan 25, 2024 · 1 comment

Comments

@thepoorhacker
Copy link

Hello,
I found the requesting results with "-num all" causes errors and after checking the source code it turns out that you are trying to parse the provided value to integer at line 65 of the file core.py, I think you made this by mistake because you are parsing it the right way in file data.py:CliZoomEye:handle_page
so maybe you should replace core.py:65 with this:
num = args.num

Regards

@thepoorhacker thepoorhacker changed the title requesting all the results is causing an error [Bug] searching with "-num all" raises an error Jan 25, 2024
@wh0am1i
Copy link
Collaborator

wh0am1i commented Feb 22, 2024

thanks

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