Stefan Zabka

Results 206 comments of Stefan Zabka

I really don't know what is going on there. Can you try pulling the latest master, rerunning `install.sh` and then trying again.

There is no DB related activity happening in the link counting command however. https://github.com/mozilla/OpenWPM/blob/491262e9a9f1a9397abba47bc500f2495971bce4/custom_command.py#L42-L43 :thinking: Is this while using the modified GetCommand, so it doesn't stop the command sequence if...

Also > browser_param.extension_enabled = False will fix the issue temporarily. (normally setting that to False will raise an error so some other modifications are needed) shouldn't affect how any of...

However this command also doesn't do anything useful for larger crawls and maybe we should encourage removing it then. It's mostly there to show off how easily one can write...

I can reproduce it but don't have any idea, why this might be happening. I'll need to investigate this further.

Just me brainstorming: Is it really the webdriver becoming unresponsive and if so, how could that happen? Like how could a website crash the webdriver?? It shouldn't have that power....

Could either of you add another webdriver action right after the last action in the GetCommand and see if it starts hanging there instead of in the Finalize Command? I'll...

Thanks! Okay, then I'm going to see when we last updated geckodriver, see if we need to update [our copy of their prefs](https://github.com/mozilla/OpenWPM/blob/master/openwpm/deploy_browsers/configure_firefox.py#L15) and see if I need to file...

Nope, GeckoDriver hasn't been updated in forever. https://github.com/mozilla/OpenWPM/blame/master/environment.yaml#L11

Hmm, I'm very confused. Need to set up a minimal code sample just using selenium and visiting http://www.marriott.com to see if that breaks as well. But GorgMish, you also said...