InstaPy / InstaPy/instapy-quickstart
mac_start.command issues
- Vorherrschende Sprache
- Python
- Sterne
- 777
- Forks
- 763
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Whenever I run the mac_start.command file from the run folder it doesn't open up a Chrome browser and login as expected. This is what is displayed and I think it has to do with the part saying: "No handlers could be found for logger "root"
Please help
> ._. ._. ._. ._. ._. ._. ._. ._.
> Workspace in use: "/Users/kheaven/InstaPy"
> No handlers could be found for logger "root"
>
> ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. ._.
> INFO [2019-11-07 19:17:37] [kheaven.xo] Using built in instapy-chromedriver executable (version 2.46)
> ERROR [2019-11-07 19:17:39] [kheaven.xo] Message: session not created: Chrome version must be between 71 and 75
> (Driver info: chromedriver=2.46.628411 (3324f4c8be9ff2f70a05a30ebc72ffb013e1a71e),platform=Mac OS X 10.14.6 x86_64)
> Traceback (most recent call last):
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/instapy/browser.py", line 163, in set_selenium_local_session
> chrome_options=chrome_options)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 81, in __init__
> desired_capabilities=desired_capabilities)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__
> self.start_session(capabilities, browser_profile)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
> response = self.execute(Command.NEW_SESSION, parameters)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
> self.error_handler.check_response(response)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
> raise exception_class(message, screen, stacktrace)
> SessionNotCreatedException: Message: session not created: Chrome version must be between 71 and 75
> (Driver info: chromedriver=2.46.628411 (3324f4c8be9ff2f70a05a30ebc72ffb013e1a71e),platform=Mac OS X 10.14.6 x86_64)
>
> Traceback (most recent call last):
> File "../quickstart.py", line 24, in
> headless_browser=False)
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/instapy/instapy.py", line 312, in __init__
> self.set_selenium_local_session()
> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/instapy/instapy.py", line 362, in set_selenium_local_session
> raise InstaPyError(err_msg)
> instapy.exceptions.InstaPyError: ensure chromedriver is installed at /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/instapy_chromedriver/chromedriver_mac64
> logout
> Saving session...
> ...copying shared history...
> ...saving history...truncating history files...
> ...completed.
>
> [Process completed]
>
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.