samuelm2/Nvidia-Notify

Issues with Best Buy over long periods of time

Kosyne opened this issue · 1 comments

Best Buy initially works, but over time it runs into issues. Probably something to do with Selenium. It worked before we used NVIDIA API I believe, so it may have issues with multiple libraries seeking connections at the same time, connections not being closed/cleared/refreshed properly, or I could be completely off base and it could be something else.

Any help is appreciated on this one.

Starting search 3 at 19:16:56
        Checking Nvidia 3080...
        Checking Nvidia 3090...
        Checking EVGA 3080...
        Checking Newegg 3080...
        Checking BandH 3080...
        Checking BestBuy 3080...
        Checking Amazon 3080...
Starting search 4 at 19:17:21
        Checking Nvidia 3080...
        Checking Nvidia 3090...
        Checking EVGA 3080...
        Checking Newegg 3080...
        Checking BandH 3080...
        Checking BestBuy 3080...
                Connection failed...
                Message: Browsing context has been discarded

        Checking Amazon 3080...
Starting search 5 at 19:17:48
        Checking Nvidia 3080...
        Checking Nvidia 3090...
        Checking EVGA 3080...
        Checking Newegg 3080...
        Checking BandH 3080...
        Checking BestBuy 3080...
                Connection failed...
                Message: Failed to decode response from marionette

        Checking Amazon 3080...
Starting search 6 at 19:18:08
        Checking Nvidia 3080...
        Checking Nvidia 3090...
        Checking EVGA 3080...
        Checking Newegg 3080...
        Checking BandH 3080...
        Checking BestBuy 3080...
                Connection failed...
                Message: Tried to run command without establishing a connection

        Checking Amazon 3080...
Starting search 7 at 19:18:21
        Checking Nvidia 3080...
        Checking Nvidia 3090...
        Checking EVGA 3080...
        Checking Newegg 3080...
        Checking BandH 3080...
        Checking BestBuy 3080...
                Connection failed...
                Message: Tried to run command without establishing a connection

These may be of help, they're discussing almost the same issue:

"Failed to decode response from marionette” message in Python/Firefox headless scraping script
https://stackoverflow.com/a/49800671
https://stackoverflow.com/a/55260657