auto-lingo
auto-lingo copied to clipboard
Getting traceback error after logging in
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:
Yep, same issue. Any fix?
same.. @drknzz any fix please..?
@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
@AlinaRinn I don't understand your proposed solution, can you explain more?