Stefan Zabka
Stefan Zabka
I think we need to close this issue, as our current design makes it impossible to reliably capture the `browser_id` (which was previously called `crawl_id`). We can capture the `task_id`...
Thanks for trying to find issues at your own but I don't think that the `Road to 1.0` is a good source of issues to work on right now. Instead...
The basic way to reenable tracking protection is to have a `browser_params["tp_cookies"].lower() == "etp"` check in here https://github.com/mozilla/OpenWPM/blob/65337e0c19dc857f63bbca1b3aa3773a2c49fd42/automation/DeployBrowsers/configure_firefox.py#L17-L23 and set `cookie_behaviour` to 5 if that's the case. The only other...
For the last 100k crawl running OpenWPM v0.14.0 we got the following stats: Data that appears as a hash in the data but not in the bucket: 4725 or in...
My first instinct was that we were not awaiting content, but that doesn't seem to be the case https://github.com/mozilla/OpenWPM/blob/358c8a73373abf84e6bea4600e6e154e7a903854/openwpm/storage/storage_controller.py#L138-L141 My second thought was that there might be a bug in...
One thing that makes me curious, even though I don't think it's the issue is the fact that we add the entry to the cache after having the transaction to...
Investigation update: There is an individual `visit_id` that have lost 114 records with the second highest one being 55, trailing down to one hash being unavailable. Each affected browser lost...
Hmm, that is very curious. Can you run `./scripts/build-extension.sh` and try again? This bug indicates to me that something is going wrong in the extension causing a failure on startup....
Okay, a couple of ideas: 1. Run ./firefox-bin/firefox to see if it starts correctly 2. In the BrowserParams change the display mode to `native` and increase both the sleep and...
All good, this is very weird and shouldn't happen, so it needs to be investigated. Can you confirm that there is an `openwpm.xpi` under `Extension/firefox`? Also can you paste the...