|
Новичок
Регистрация: 28.09.2019
Сообщений: 0
С нами:
3488665
Репутация:
0
|
|
В версии 1.1 выдает вот такую ошибку:
Searching for footprints on web pages... (limit=10)
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'geckodriver'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "phoneinfoga.py", line 101, in
main()
File "phoneinfoga.py", line 77, in main
scanNumber(args.number)
File "phoneinfoga.py", line 40, in scanNumber
osintScan(number)
File "/root/PhoneInfoga-1.11/scanners/footprints.py", line 186, in osintScan
for result in search(req, stop=10):
File "/root/PhoneInfoga-1.11/lib/googlesearch.py", line 49, in search
browser = getFirefoxBrowser()
File "/root/PhoneInfoga-1.11/lib/googlesearch.py", line 32, in getFirefoxBrowser
return webdriver.Firefox()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/firefox/webdriver.py", line 164, in __init__
self.service.start()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.
Куда копать?
|