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

Unable to find a matching set of capabilities #91

Closed
4urb4nm0nk opened this issue Jul 6, 2019 · 4 comments
Closed

Unable to find a matching set of capabilities #91

4urb4nm0nk opened this issue Jul 6, 2019 · 4 comments
Labels
awaiting feedback kind/bug Something isn't working

Comments

@4urb4nm0nk
Copy link

I follow this installation steps https://sundowndev.github.io/PhoneInfoga/install/
on my Parrot Home 4.7 64-bit (Kernel Linux 5.1.0-parrot1-3t-amd64 x86_64)
and in the the program stops without getting much info.
I ran the follow command python3 phoneinfoga.py -n +CCACNNNNNNNNN where CC = Country Code; AC = Area Code and N = Phone Numbers.
Version v1.10.9.

That's the result:
Would you like to use an additional format for this number ? (y/N)
[i] ---- Web pages footprints ----
[i] Searching for footprints on web pages... (limit=10)
Traceback (most recent call last):
File "phoneinfoga.py", line 95, in
main()
File "phoneinfoga.py", line 71, in main
scanNumber(args.number)
File "phoneinfoga.py", line 38, in scanNumber
osintScan(number)
File "/home/psyparrot/Downloads/TEMP/PhoneInfoga/scanners/footprints.py", line 173, in osintScan
for result in search(req, stop=10):
File "/home/psyparrot/Downloads/TEMP/PhoneInfoga/lib/googlesearch.py", line 35, in search
browser = webdriver.Firefox()
File "/root/.local/lib/python3.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 174, in init
keep_alive=True)
File "/root/.local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/root/.local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/root/.local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/root/.local/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

@ghost
Copy link

ghost commented Jul 8, 2019

Same issue on Win10.

@sundowndev
Copy link
Owner

sundowndev commented Jul 9, 2019

See #6 (comment)

This is an issue with geckodriver or selenium. See SeleniumHQ/selenium#3884. Make sure you have the latest version of geckodriver.

Also see this topic on stackoverflow.

Do you have Firefox installed ?

@sundowndev
Copy link
Owner

Closing due to inactivity. Feel free to reopen and add further details!

@jepunband
Copy link

same. Unable to find a matching set of capabilities

@sundowndev sundowndev unpinned this issue Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants