You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We're trying to integrate MeiliSearch into our Laravel app (using Laravel Scout), and have the official getmeili/meilisearch:v0.24.0 image running as a Docker Compose service. However, every request from meilisearch-php fails with an "Idle imeout reached" exception thrown by symfony/http-client.
This looked like symfony/symfony#44198, but upgrading to symfony/http-client 5.4.0 did not fix the issue.
The error is thrown in Symfony's TransportResponseTrait (see full stacktrace below), with $elapsedTimeout and $timeoutMax both being 0.
Expected behavior
MeiliSearch-php should be able to interact with the running MeiliSearch instance.
Current behavior
MeiliSearch-php's requests fail.
Screenshots or Logs
Environment (please complete the following information):
Hi @caugner,
Thank you for your interest in Meilisearch.
First of all, we have a symfony SDK for MeiliSearch but perhaps it does not correspond to your need.
Second, I'm not sure I can help you as it is. Do you have an example that can be easily reproduced?
Thank you for your response, I should have already closed this issue for now, because the exception seems to be unrelated to MeiliSearch and instead related to a PHP configuration we have set: symfony/symfony#44477
Description
We're trying to integrate MeiliSearch into our Laravel app (using Laravel Scout), and have the official
getmeili/meilisearch:v0.24.0
image running as a Docker Compose service. However, every request from meilisearch-php fails with an "Idle imeout reached" exception thrown bysymfony/http-client
.This looked like symfony/symfony#44198, but upgrading to
symfony/http-client
5.4.0 did not fix the issue.The error is thrown in Symfony's TransportResponseTrait (see full stacktrace below), with
$elapsedTimeout
and$timeoutMax
both being 0.Expected behavior
MeiliSearch-php should be able to interact with the running MeiliSearch instance.
Current behavior
MeiliSearch-php's requests fail.
Screenshots or Logs
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: