-
Notifications
You must be signed in to change notification settings - Fork 31
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
Errors when running #9
Comments
Came across the same issue. Double checked every step. Uncertain how to troubleshoot. Grateful if there's a resolution to this. Very excited for this tool! |
+1 also ran into the same issue and received the same messages |
I also had the same problem. Unfortunately, I had to remove all things I just did by following your tutorial. |
+1 no success here. Anyone was help to fix it ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running this manually with BASH inside on Heroku and getting the following (I initially had 2-factor auth on my Amazon account but removed that, triple checked my username and password:
$ python3 kindle_notion_syncer.py
getting driver---------------
Amazon Sign-In
logging in...
Traceback (most recent call last):
File "/app/kindle_notion_syncer.py", line 8, in
book_highlights = get_highlights(email, password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/kindle_scraper.py", line 43, in get_highlights
elem = WebDriverWait(driver, 45).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.heroku/python/lib/python3.11/site-packages/selenium/webdriver/support/wait.py", line 90, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
#0 0x562a107f4fe3
#1 0x562a10533d36
#2 0x562a10570c4d
#3 0x562a10570d61
#4 0x562a105ac6a4
#5 0x562a105918ed
#6 0x562a105aa232
#7 0x562a10591693
#8 0x562a1056403a
#9 0x562a1056517e
#10 0x562a107b6dbd
#11 0x562a107bac6c
#12 0x562a107c44b0
#13 0x562a107bbd63
#14 0x562a1078ec35
#15 0x562a107df138
#16 0x562a107df2c7
#17 0x562a107ed093
#18 0x7fa8482b1b43
The text was updated successfully, but these errors were encountered: