Я искал эту ошибку, но не нашел решения;
Я продолжаю получать эту ошибку
Код: Выделить всё
[ErrorException]
fwrite(): SSL operation failed with code 1. OpenSSL Error messages:
error:1409F07F:SSL routines:ssl3_write_pending:bad write retry
Проблема не в коде, он читает X строк, а затем просто говорит, что не может найти что-либо Я ставлю эту строку, не важно, будет она существовать или нет.
Код: Выделить всё
And I follow "Gebruiker aanmaken" # FeatureContext::clickLink()
Then I should see "Nieuwe gebruiker aanmaken" # FeatureContext::assertPageContainsText()
And I fill in "Voornaam" with "Jesse" # FeatureContext::fillField()
And I fill in "Achternaam" with "Bessem" # FeatureContext::fillField()
And I fill in "E-Mailadres" with "[email protected]" # FeatureContext::fillField()
And I fill in "Functie" with "Eigenaar" # FeatureContext::fillField()
And I fill in "Geboortedatum" with "14-07-1994" # FeatureContext::fillField()
And I click on submit button "Aanmaken" # FeatureContext::iClickOnSubmitButton()
Then I should not see "Nieuwe gebruiker aanmaken" # FeatureContext::assertPageNotContainsText()
And I should see "Jesse" # FeatureContext::assertPageContainsText()
And I should see "Bessem" # FeatureContext::assertPageContainsText()
The text "Bessem" was not found anywhere in the text of the current page. (Behat\Mink\Exception\ResponseTextException)
And I should see "[email protected]" # FeatureContext::assertPageContainsText()
And I should see "Eigenaar" # FeatureContext::assertPageContainsText()
And I should see "14-07-1994" # FeatureContext::assertPageContainsText()
And I should see "Er is een e-mail verstuurd naar [email protected]" # FeatureContext::assertPageContainsText()
[ErrorException]
fwrite(): SSL operation failed with code 1. OpenSSL Error messages:
error:1409F07F:SSL routines:ssl3_write_pending:bad write retry
и, наконец, после некоторого дальнейшего копания
Код: Выделить всё
ErrorException in StreamBuffer.php line 232:
fwrite(): SSL: Broken pipe
in StreamBuffer.php line 232
at HandleExceptions->handleError('2', 'fwrite(): SSL: Broken pipe', '/home/vagrant/aag/code/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php', '232', array('bytes' => 'QUIT ', 'bytesToWrite' => '6', 'totalBytesWritten' => '0'))
at fwrite(resource, 'QUIT ') in StreamBuffer.php line 232
Подробнее здесь: https://stackoverflow.com/questions/402 ... te-laravel