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

bind EINVAL #1233

@bruno-brant

Description

@bruno-brant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions