Closed MaazBinMusa closed 3 years ago
Also can someone help me understand what this warning mean?
storage_controller - INFO - Terminating handler, because the underlying socket closed
Sorry, that this seems like a warning. It only means that a browser shut down and closed the connection to the storage_controller.
An hour into the experiment this happens (I reran the experiment and I saw that it crashed again and both times it happened on the 600th crawl):
Could you share the website that was being visited at that time? Because this means that this website is breaking OpenWPM.
Right before this happened, I got these warnings
From my understanding this only happens because the TaskManager is a context manager and calls it's close
method when the exception bubbles out of the with
statement. The actual error should be happening further up in the logs.
Also can someone help me understand what this warning mean?
storage_controller - INFO - Terminating handler, because the underlying socket closed
Sorry, that this seems like a warning. It only means that a browser shut down and closed the connection to the storage_controller.
An hour into the experiment this happens (I reran the experiment and I saw that it crashed again and both times it happened on the 600th crawl):
Could you share the website that was being visited at that time? Because this means that this website is breaking OpenWPM.
Hi, thanks for the consistent and quick replies
This is the site that crashes the latest openwpm build. This throws a critical bug
http://www.yts.mx
This has been partially fixed by #945. The crawl should now continue running.
Hi, I am simply using the latest openwpm to crawl list of top 100K sites. I install everything and it works.
Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic
An hour into the experiment this happens (I reran the experiment and I saw that it crashed again and both times it happened on the 600th crawl):
Right before this happened, I got these warnings
Also can someone help me understand what this warning mean?