Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

bind EINVAL #1233

Open
bruno-brant opened this issue Oct 22, 2023 · 0 comments
Open

bind EINVAL #1233

bruno-brant opened this issue Oct 22, 2023 · 0 comments

Comments

@bruno-brant
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant