lg08 / kindle_notion_syncer

GNU Affero General Public License v3.0
78 stars 30 forks source link

Errors when running #9

Open dvdmon opened 1 year ago

dvdmon commented 1 year ago

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

sjhsz commented 1 year ago

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!

richgourmet commented 1 year ago

+1 also ran into the same issue and received the same messages

Hooning commented 1 year ago

I also had the same problem. Unfortunately, I had to remove all things I just did by following your tutorial. But overall great work :)

gyos23 commented 1 year ago

These are the issues for anyone that can code!

CleanShot 2023-09-11 at 12 22 43@2x CleanShot 2023-09-11 at 12 21 36@2x
olivierguy36 commented 1 year ago

+1 no success here. Anyone was help to fix it ?