You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
@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
After i login nothing happens and after a few seconds it throws this error:
The text was updated successfully, but these errors were encountered: