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
Hi,
When I try this Command after install everything, does not working
The Command: python3 social_mapper.py -f imagefolder -i /root/social_mapper/Input-Examples/imagefolder/ -m fast -fb -tw -ig
The error message :
`[-] Error Filling out Facebook Profiles [-]
Message: Failed to read marionette port
[-]
Traceback (most recent call last):
File "/root/social_mapper/social_mapper.py", line 1256, in
peoplelist = fill_twitter(peoplelist)
File "/root/social_mapper/social_mapper.py", line 326, in fill_twitter
TwitterfinderObject = twitterfinder.Twitterfinder(showbrowser)
File "/root/social_mapper/modules/twitterfinder.py", line 32, in init
self.driver = webdriver.Firefox(firefox_profile=firefoxprofile, options=opts)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/firefox/webdriver.py", line 177, in init
super().init(
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 276, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 369, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: Failed to read marionette port
`
I wish to find someone help me to fix that.
The text was updated successfully, but these errors were encountered:
Hi,
When I try this Command after install everything, does not working
The Command:
python3 social_mapper.py -f imagefolder -i /root/social_mapper/Input-Examples/imagefolder/ -m fast -fb -tw -ig
The error message :
`[-] Error Filling out Facebook Profiles [-]
Message: Failed to read marionette port
[-]
Traceback (most recent call last):
File "/root/social_mapper/social_mapper.py", line 1256, in
peoplelist = fill_twitter(peoplelist)
File "/root/social_mapper/social_mapper.py", line 326, in fill_twitter
TwitterfinderObject = twitterfinder.Twitterfinder(showbrowser)
File "/root/social_mapper/modules/twitterfinder.py", line 32, in init
self.driver = webdriver.Firefox(firefox_profile=firefoxprofile, options=opts)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/firefox/webdriver.py", line 177, in init
super().init(
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 276, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 369, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: Failed to read marionette port
`
I wish to find someone help me to fix that.
The text was updated successfully, but these errors were encountered: