-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error while driver setup #3
Comments
I had the same issue. I solved it by installing google's chrome driver. |
Indeed, it works on Chrome which is not originally planned on Kali. |
Hello when I try to open the program it closes immediately |
Hello, I'm sorry, since I had a small problem with my kali VM, I haven't worked with Firefox. Now I noticed that on Amazon there is a Captcha. I will make a patch note later so that the user can validate it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've got error with -p in Kali (-a too).
[?] What's your browser? Chrome or Firefox? (c/f): f
[-] Error while driver setup
Traceback (most recent call last):
File "/home/XX/Desktop/Phunter/phunter.py", line 8, in
asyncio.run(parser())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/XX/Desktop/Phunter/lib/cli.py", line 104, in parser
Annuaire.annuaire(args.person)
File "/home/XX/Desktop/Phunter/lib/annuaire.py", line 46, in annuaire
driver.get('https://www.pagesjaunes.fr/annuaireinverse')
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
With -t it's good.
Thanks
The text was updated successfully, but these errors were encountered: