I've [generated some try builds with a patch](https://treeherder.mozilla.org/jobs?repo=try&revision=962e265305f64e112da583e4e2322eebcb63f2b3&searchStr=build) which will prefer IPv4 over IPv6. Could you please see if that works? Just click the green `Ba` job for your platform and check the lower pane that will open for the `target.zip` or `target.tar.gz` file.
Bug 1792088 Comment 17 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I've [generated some try builds with a patch](https://treeherder.mozilla.org/jobs?repo=try&revision=962e265305f64e112da583e4e2322eebcb63f2b3&searchStr=build) which will prefer IPv4 over IPv6. Could you please see if that works? Just click the green `Ba` job for your platform and check the lower pane that will open for the `target.zip` or `target.tar.gz` file. It would be great to also get an excerpt from the trace log so that we can make sure the order of resolved IP addresses is reversed.
I've [generated some try builds with a patch](https://treeherder.mozilla.org/jobs?repo=try&revision=962e265305f64e112da583e4e2322eebcb63f2b3&searchStr=build) which will prefer IPv4 over IPv6. Could you please see if that works? Just click the green `Ba` job for your platform and check the lower pane that will open for the `target.zip` or `target.tar.gz` file. It would be great to also get an excerpt from the trace log so that we can make sure the order of resolved IP addresses is reversed. On all of our systems it looks like: ``` [task 2022-10-04T10:49:55.584Z] 10:49:55 INFO - GECKO(1632) | 1664880595583 RemoteAgent TRACE Found local addresses: 127.0.0.1,[::1]. [task 2022-10-04T10:49:55.592Z] 10:49:55 INFO - GECKO(1632) | WebDriver BiDi listening on ws://127.0.0.1:9222 ```