You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
thepoorhacker
changed the title
requesting all the results is causing an error
[Bug] searching with "-num all" raises an error
Jan 25, 2024
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
The text was updated successfully, but these errors were encountered: