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
It looks as if the current version from pip is different to the version on github. You can manually add start_page = 1 into the parameters of the function in sdk.py to fix this
Seems this was only added 1 month ago, and there hasn't been a release that includes it despite it being added to the documentation
import zoomeye.sdk as zoomeye
zm = zoomeye.ZoomEye()
zm.api_key = ''
data = zm.multi_page_search('telnet', page=25, start_page=1, resource="host", facets=None)
zoomeye.show_site_ip(data)
Traceback (most recent call last):
File "/root/zoom2.py", line 4, in
data = zm.multi_page_search('telnet', page=25, start_page=1, resource="host", facets=None)
TypeError: ZoomEye.multi_page_search() got an unexpected keyword argument 'start_page'
HELP PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEASE
The text was updated successfully, but these errors were encountered: