Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Warning: socket_read(): unable to read from socket [10054]: An existing connection was forcibly closed by the remote host. #169

@jmauerhan

Description

@jmauerhan

I have tried using the Mink Zombie Driver on it's own, and as part of BehatMinkDriverExtension, and both ways I get this. After a test successfully passes and the test suite ends, I get this PHP warning:

PHP Warning: socket_read(): unable to read from socket [10054]: An existing connection was forcibly closed by the remote host.
in ***\vendor\behat\mink-zombie-driver\src\NodeJS\Connection.php on line 89

I'm not quite sure where to start on debugging or providing more info, so please ask for whatever and I'll try to provide it :)

I am using Windows 7

Composer require:

  "require": {
    "behat/behat": "^3.0",
    "behat/mink": "^1.7",
    "behat/mink-goutte-driver": "^1.2",
    "behat/mink-extension": "^2.2",
    "sensiolabs/behat-page-object-extension": "^2.0@dev",
    "grovolearning/silva2": "*@dev",
    "beberlei/assert": "^2.5",
    "behat/mink-zombie-driver": "^1.4"
  },

I also tried using it with the page objects extension and that doesn't work at all - at least this way, it works, but I get a PHP warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions