OSX - Unable to seed / login
gregkuhnert opened this issue · 3 comments
gregkuhnert commented
Traceback during attempt to seed
New install on an OSX High Sierra computer, running latest Chrome. This generates a traceback during the SEED step.
To Reproduce
Steps to reproduce the behavior:
- pip install google-alerts
- pip install selenium
- pip install chromedriver
- google-alerts setup --email 'REDACTED' --password 'REDACTED'
- google-alerts seed --driver /Library/Frameworks/Python.framework/Versions/3.6/chromedriver-Darwin --timeout 60
- See error
Expected behavior
No traceback error
Screenshots
google-alerts seed --driver /Library/Frameworks/Python.framework/Versions/3.6/chromedriver-Darwin --timeout 60
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/bin/google-alerts", line 11, in <module>
load_entry_point('google-alerts==0.2.1', 'console_scripts', 'google-alerts')()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/google_alerts/cli/manage.py", line 121, in main
driver.get(ga.LOGIN_URL)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 333, in get
self.execute(Command.GET, {'url': url})
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot determine loading status
from unknown error: missing or invalid 'entry.level'
(Session info: chrome=75.0.3770.100)
(Driver info: chromedriver=2.24.417412,platform=Mac OS X 10.13.6 x86_64)
Desktop (please complete the following information):
- OS: [OSX High Sierra 10.13.6]
- Browser [chrome]
- Version [75.0.3770.100]
Additional context
Add any other context about the problem here.
gregkuhnert commented
Does not work on Windows either... Same result
gregkuhnert commented
Solving my own issue - The challenge is that pip install of chrome driver installs it alright, but old out of date version. Some clear instructions would be useful for someone trying to play with this for the first time :)
9b commented
Sorry for the confusion, I don't believe our documentation states to use
that library. We opt to use the chrome driver published by the website.
I'll make the docs more clear that a recent version of the driver should be
used to avoid issues.
On Thu, Jul 11, 2019 at 21:14 gregkuhnert ***@***.***> wrote:
Solving my own issue - The challenge is that pip install of chrome driver
installs it alright, but old out of date version. Some clear instructions
would be useful for someone trying to play with this for the first time :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AAD3NVLPGRDOZ3ZRNIWUYQ3P67LIJA5CNFSM4IAOF75KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZYMNQQ#issuecomment-510707394>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD3NVI4FSOF5OKUNY45E5LP67LIJANCNFSM4IAOF75A>
.
--
Still tracking threats without PassiveTotal? Save time, boost your
analysis. Register for free <https://www.passivetotal.org/register>!