zombie icon indicating copy to clipboard operation
zombie copied to clipboard

bind EINVAL

Open bruno-brant opened this issue 2 years ago • 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.

bruno-brant avatar Oct 22 '23 13:10 bruno-brant