osintstalker icon indicating copy to clipboard operation
osintstalker copied to clipboard

No module named GraphMLParser

Open gamegoofs2 opened this issue 9 years ago • 6 comments

File "fbstalker1.py", line 18, in from pygraphml.GraphMLParser import * ImportError: No module named GraphMLParser

After installing all the pre-reqs I run it and get this. I have worked around it by removing the .GraphMLParser portion, but I'm not sure if I am breaking the application by doing so. Am I missing something or is this a real issue?

gamegoofs2 avatar Sep 11 '15 22:09 gamegoofs2

modify lines 18-21 in fbstalker1.py to this: from pygraphml.graphml_parser import * from pygraphml.graph import * from pygraphml.node import * from pygraphml.edge import *

xlucagiordanox avatar Oct 27 '15 20:10 xlucagiordanox

I am receiving the same error , Double checked dependences. Still no go.

Lines 18-21 were already set as above states.

EDIT:

Now I receive

Traceback (most recent call last): File "fbstalker1.py", line 59, in driver = webdriver.Chrome(chrome_options=chromeOptions) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 61, in init self.service.start() File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/service.py", line 88, in start os.path.basename(self.path) + "'") selenium.common.exceptions.WebDriverException: Message: Can not connect to the 'chromedriver'

brandontict avatar Jan 13 '16 15:01 brandontict

After reinstalling chromedriver ,

raceback (most recent call last): File "fbstalker1.py", line 59, in driver = webdriver.Chrome(chrome_options=chromeOptions) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 67, in init desired_capabilities=desired_capabilities) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 87, in init self.start_session(desired_capabilities, browser_profile) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 141, in start_session 'desiredCapabilities': desired_capabilities, File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 201, in execute self.error_handler.check_response(response) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 181, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: /usr/bin/google-chrome

google-chrome exists in /usr/bin/ . Although When i attempt to execute by itself, nothing happens.

Will keep update, hope fully someone can benefit from this troubleshooting

brandontict avatar Jan 13 '16 15:01 brandontict

The problemas its selenium driver. You must download and configure

BlackOsint avatar Jan 13 '16 20:01 BlackOsint

No one found ? :(

PastaGringo avatar Jun 07 '16 23:06 PastaGringo

no solution ?

hitchou avatar Mar 06 '20 11:03 hitchou