assaf/zombie

bind EINVAL

bruno-brant opened this issue · 0 comments

I'm getting an error whenever I try to call visit on any external site:

const browser = new Browser();

browser.visit("http://www.bing.com/", { })
  .then(() => console.log("success"))
  .catch(error => console.error(error));

This will result in TypeError: bind EINVAL 0.0.0.0. I've also tried setting my localAddress and multiple external address. I can't find any decent information the error - it seems related to opening and binding the socket while fetching the page, but I don't know why that would raise an error.

I'm running Windows 11.