-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A textual day could not be found Not enough data available to satisfy format #44082
Comments
Found the commit e7ac9b1 Seems that the culprit is |
I'll report back as soon as it happens again |
Hi there, Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels: However, this issue will not be locked and everyone is still free to discuss solutions to your problem! Thanks. |
This is not a support question or a question on how to use the framework. |
Here's what
|
ServeCommand.php:239 Here's the output of the PHP built in web server on my machine:
the @driesvints can we reopen this? |
PHP_CLI_SERVER_WORKERS prepends the process PID to the log line. Fixes laravel#44082
Seems like a PR was sent in so let's see how that goes. |
…ironment variable (#44204) * Fixed erroneous date parse when running with multiple workers. PHP_CLI_SERVER_WORKERS prepends the process PID to the log line. Fixes #44082 * Fixed typo * Apply fixes from StyleCI * Avoids `Server running on..` being displayed multiple times * Update ServeCommand.php Co-authored-by: Wahib Mkadmi <33043525+TheRealMkadmi@users.noreply.github.com> Co-authored-by: StyleCI Bot <bot@styleci.io> Co-authored-by: Taylor Otwell <taylor@laravel.com>
Description:
Running on WSL 1, Windows 11
Running
php artisan serve
would result in the following error thrown randomly (might occur immediately or after a few minutes);Steps To Reproduce:
php artisan serve
for any laravel project. Would appreciate any guidance on providing further information to pinpoint the issue.It is worth noting that I'm using the
PHP_CLI_SERVER_WORKERS=6
environment variable. The problem seems to disappear without it.The text was updated successfully, but these errors were encountered: