drknzz / auto-lingo

A Duolingo Bot for automatic XP earning
MIT License
126 stars 40 forks source link

Getting traceback error after logging in #29

Open TomerGamerTV opened 1 year ago

TomerGamerTV commented 1 year ago

After i login nothing happens and after a few seconds it throws this error:

Loggin in
Traceback (most recent call last):
  File "D:\Local Downloads\auto-lingo\auto-lingo.py", line 911, in <module>
    main()
  File "D:\Local Downloads\auto-lingo\auto-lingo.py", line 903, in main
    learn_bot()
  File "D:\Local Downloads\auto-lingo\auto-lingo.py", line 778, in learn_bot
    skills = WebDriverWait(driver, 20).until(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\site-packages\selenium\webdriver\support\wait.py", line 95, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
avyaymc commented 1 year ago

Yep, same issue. Any fix?

Ariuuwu commented 1 year ago

same.. @drknzz any fix please..?

AlinaRinn commented 1 year ago

@avyaymc @Ariuuwu @TomerGamerTV As I understand it, this error is due to the fact that duolingo changed names of div-containers on site, so we need to select div-names again

L1LHomie commented 11 months ago

@AlinaRinn I don't understand your proposed solution, can you explain more?