Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Program crashes on connection reset #60

Open
tobyjzstay opened this issue Sep 29, 2022 · 0 comments
Open

Program crashes on connection reset #60

tobyjzstay opened this issue Sep 29, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@tobyjzstay
Copy link

Program crashes on a connection reset. Typically occurs after a couple days running the combine.bat.

Traceback (most recent call last):
  File "main.py", line 210, in <module>
  File "selenium\webdriver\remote\webdriver.py", line 447, in get
  File "selenium\webdriver\remote\webdriver.py", line 435, in execute
  File "selenium\webdriver\remote\errorhandler.py", line 247, in check_response
selenium.common.exceptions.WebDriverException: Message: unknown error: net::ERR_CONNECTION_RESET
  (Session info: headless chrome=105.0.5195.53)
Stacktrace:
Backtrace:
        Ordinal0 [0x0074DF13+2219795]
        Ordinal0 [0x006E2841+1779777]
        Ordinal0 [0x005F423D+803389]
        Ordinal0 [0x005F0A12+789010]
        Ordinal0 [0x005E78FD+751869]
        Ordinal0 [0x005E853F+755007]
        Ordinal0 [0x005E7B11+752401]
        Ordinal0 [0x005E706A+749674]
        Ordinal0 [0x005E5F94+745364]
        Ordinal0 [0x005E63FD+746493]
        Ordinal0 [0x005F5A8E+809614]
        Ordinal0 [0x0064F87D+1177725]
        Ordinal0 [0x0063E7FC+1107964]
        Ordinal0 [0x0064F192+1175954]
        Ordinal0 [0x0063E616+1107478]
        Ordinal0 [0x00617F89+950153]
        Ordinal0 [0x00618F56+954198]
        GetHandleVerifier [0x00A42CB2+3040210]
        GetHandleVerifier [0x00A32BB4+2974420]
        GetHandleVerifier [0x007E6A0A+565546]
        GetHandleVerifier [0x007E5680+560544]
        Ordinal0 [0x006E9A5C+1808988]
        Ordinal0 [0x006EE3A8+1827752]
        Ordinal0 [0x006EE495+1827989]
        Ordinal0 [0x006F80A4+1867940]
        BaseThreadInitThunk [0x762EFA29+25]
        RtlGetAppContainerNamedObjectPath [0x77E17A9E+286]
        RtlGetAppContainerNamedObjectPath [0x77E17A6E+238]

[11724] Failed to execute script 'main' due to unhandled exception!

A potential quick fix could be to put driver.get("https://lolesports.com/schedule") in a try/catch.

@alepouna alepouna added bug Something isn't working enhancement New feature or request labels Oct 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants