-1

Laravel Dusk show this error in every project:

Laravel Dusk error

Melebius
  • 11,431
  • 9
  • 52
  • 78

1 Answers1

1

Your connection at port 9515 is refused.

Potential failures:

1 - Firewall is blocking the connection (use nmap to see if port is open)

2 - No application is running on port 9515 (use netstat to check it)

kukulo
  • 2,015
  • After that it shows this error : TypeError: Argument 1 passed to Facebook\WebDriver\Remote\DesiredCapabilities::__construct() must be of the type array, null given, –  Dec 05 '18 at 12:02
  • Whatewer is calling Facebook\WebDriver\Remote\DesiredCapabilities, is calling without arguments. An array is expected as argument. Check your php script that is calling it. – kukulo Dec 05 '18 at 12:07