| exception |
GuzzleHttp\Exception\ServerException {#897
#message: """
Server error: `POST https://auth.mangadex.org/realms/mangadex/protocol/openid-connect/token` resulted in a `503 Service Unavailable` response:\n
<html><body><h1>503 Service Unavailable</h1>\n
No server is available to handle this request.\n
</body></html>\n
\n
"""
#code: 503
#file: "/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php"
#line: 113
-request: GuzzleHttp\Psr7\Request {#885 …}
-response: GuzzleHttp\Psr7\Response {#895 …}
-handlerContext: []
trace: {
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 {
GuzzleHttp\Exception\RequestException::create(RequestInterface $request, ResponseInterface $response = null, Throwable $previous = null, array $handlerContext = [], BodySummarizerInterface $bodySummarizer = null): self …
›
› return new $className($message, $request, $response, $previous, $handlerContext);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Middleware.php:72 {
GuzzleHttp\Middleware::GuzzleHttp\{closure} …
› }
› throw RequestException::create($request, $response, null, [], $bodySummarizer);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:209 {
GuzzleHttp\Promise\Promise::callHandler(int $index, $value, array $handler): void …
› unset($handler);
› $promise->resolve($f($value));
› } elseif ($index === 1) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:158 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/TaskQueue.php:52 {
GuzzleHttp\Promise\TaskQueue->run(): void …
› /** @var callable $task */
› $task();
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:251 {
GuzzleHttp\Promise\Promise->invokeWaitFn(): void …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Throwable $reason) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:227 {
GuzzleHttp\Promise\Promise->waitIfPending(): void …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:272 {
GuzzleHttp\Promise\Promise->invokeWaitList(): void …
› do {
› $result->waitIfPending();
› $result = $result->result;
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:229 {
GuzzleHttp\Promise\Promise->waitIfPending(): void …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:69 {
GuzzleHttp\Promise\Promise->wait(bool $unwrap = true) …
› {
› $this->waitIfPending();
›
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Client.php:189 {
GuzzleHttp\Client->request(string $method, $uri = '', array $options = []): ResponseInterface …
›
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/var/www/mangarr/releases/20/src/Client/MangadexClient.php:32 {
App\Client\MangadexClient->authenticate(): void …
› {
› $response = $this->httpClient->request('POST', self::AUTHENTICATION_URL, [
› 'form_params' => [
}
/var/www/mangarr/releases/20/src/Client/MangadexClient.php:27 {
App\Client\MangadexClient->__construct(ClientInterface $httpClient, string $clientId, string $clientSecret, string $username, string $password) …
› $this->password = $password;
› $this->authenticate();
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/getMangadexProviderService.php:33 {
ContainerOS3GRx8\getMangadexProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Service\\MangadexProvider'] = new \App\Service\MangadexProvider(new \App\Client\MangadexClient(new \GuzzleHttp\Client(['headers' => ['Content-Type' => 'application/json'], 'allow_redirects' => ['max' => 20, 'strict' => true, 'referer' => true, 'protocols' => ['http', 'https'], 'track_redirects' => true]]), $container->getEnv('MANGADEX_CLIENT_ID'), $container->getEnv('MANGADEX_CLIENT_SECRET'), $container->getEnv('MANGADEX_USERNAME'), $container->getEnv('MANGADEX_PASSWORD')), ($container->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en')), ($container->privates['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')));
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/App_KernelDevDebugContainer.php:658 {
ContainerOS3GRx8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/getMangaControllerService.php:25 {
ContainerOS3GRx8\getMangaControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\MangaController'] = $instance = new \App\Controller\MangaController(($container->privates['App\\Manager\\FileSystemManager'] ?? $container->load('getFileSystemManagerService')), ($container->privates['App\\Repository\\MangaRepository'] ?? $container->load('getMangaRepositoryService')), ($container->privates['App\\Repository\\ChapterRepository'] ?? $container->load('getChapterRepositoryService')), ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)), ($container->privates['App\\Service\\CbzService'] ?? $container->load('getCbzServiceService')), ($container->privates['App\\Manager\\Toolbar\\Factory\\ToolbarFactory'] ??= new \App\Manager\Toolbar\Factory\ToolbarFactory()), ($container->privates['App\\Service\\MangadexProvider'] ?? $container->load('getMangadexProviderService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')), ($container->privates['App\\Repository\\ContentSourceRepository'] ?? $container->load('getContentSourceRepositoryService')));
›
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/App_KernelDevDebugContainer.php:658 {
ContainerOS3GRx8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/mangarr/releases/20/vendor/symfony/dependency-injection/Container.php:220 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/mangarr/releases/20/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/mangarr/releases/20/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/HttpKernel.php:161 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/mangarr/releases/20/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/mangarr/releases/20/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/mangarr/releases/20/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/mangarr/releases/20/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#208
-records: [
2 => [
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.168+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_manga_show"
"route_parameters" => [
"_route" => "app_manga_show"
"_controller" => "App\Controller\MangaController::showChapters"
"mangaSlug" => "naruto"
]
"request_uri" => "https://mangarr.test.nestor-server.fr/manga/chapters/naruto"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.170+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.172+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"host" => "localhost"
"port" => null
"user" => "postgres"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "mangarr"
"serverVersion" => "17"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.186+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.manga_directory AS manga_directory_2, t0.image_directory AS image_directory_3 FROM app_settings t0 LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.726+00:00"
"message" => """
Uncaught PHP Exception GuzzleHttp\Exception\ServerException: "Server error: `POST https://auth.mangadex.org/realms/mangadex/protocol/openid-connect/token` resulted in a `503 Service Unavailable` response:\n
<html><body><h1>503 Service Unavailable</h1>\n
No server is available to handle this request.\n
</body></html>\n
\n
" at RequestException.php line 113
"""
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => GuzzleHttp\Exception\ServerException {#897
#message: """
Server error: `POST https://auth.mangadex.org/realms/mangadex/protocol/openid-connect/token` resulted in a `503 Service Unavailable` response:\n
<html><body><h1>503 Service Unavailable</h1>\n
No server is available to handle this request.\n
</body></html>\n
\n
"""
#code: 503
#file: "/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php"
#line: 113
-request: GuzzleHttp\Psr7\Request {#885 …}
-response: GuzzleHttp\Psr7\Response {#895 …}
-handlerContext: []
trace: {
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113 {
GuzzleHttp\Exception\RequestException::create(RequestInterface $request, ResponseInterface $response = null, Throwable $previous = null, array $handlerContext = [], BodySummarizerInterface $bodySummarizer = null): self …
›
› return new $className($message, $request, $response, $previous, $handlerContext);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Middleware.php:72 {
GuzzleHttp\Middleware::GuzzleHttp\{closure} …
› }
› throw RequestException::create($request, $response, null, [], $bodySummarizer);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:209 {
GuzzleHttp\Promise\Promise::callHandler(int $index, $value, array $handler): void …
› unset($handler);
› $promise->resolve($f($value));
› } elseif ($index === 1) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:158 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/TaskQueue.php:52 {
GuzzleHttp\Promise\TaskQueue->run(): void …
› /** @var callable $task */
› $task();
› }
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:251 {
GuzzleHttp\Promise\Promise->invokeWaitFn(): void …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Throwable $reason) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:227 {
GuzzleHttp\Promise\Promise->waitIfPending(): void …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:272 {
GuzzleHttp\Promise\Promise->invokeWaitList(): void …
› do {
› $result->waitIfPending();
› $result = $result->result;
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:229 {
GuzzleHttp\Promise\Promise->waitIfPending(): void …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/promises/src/Promise.php:69 {
GuzzleHttp\Promise\Promise->wait(bool $unwrap = true) …
› {
› $this->waitIfPending();
›
}
/var/www/mangarr/releases/20/vendor/guzzlehttp/guzzle/src/Client.php:189 {
GuzzleHttp\Client->request(string $method, $uri = '', array $options = []): ResponseInterface …
›
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/var/www/mangarr/releases/20/src/Client/MangadexClient.php:32 {
App\Client\MangadexClient->authenticate(): void …
› {
› $response = $this->httpClient->request('POST', self::AUTHENTICATION_URL, [
› 'form_params' => [
}
/var/www/mangarr/releases/20/src/Client/MangadexClient.php:27 {
App\Client\MangadexClient->__construct(ClientInterface $httpClient, string $clientId, string $clientSecret, string $username, string $password) …
› $this->password = $password;
› $this->authenticate();
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/getMangadexProviderService.php:33 {
ContainerOS3GRx8\getMangadexProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Service\\MangadexProvider'] = new \App\Service\MangadexProvider(new \App\Client\MangadexClient(new \GuzzleHttp\Client(['headers' => ['Content-Type' => 'application/json'], 'allow_redirects' => ['max' => 20, 'strict' => true, 'referer' => true, 'protocols' => ['http', 'https'], 'track_redirects' => true]]), $container->getEnv('MANGADEX_CLIENT_ID'), $container->getEnv('MANGADEX_CLIENT_SECRET'), $container->getEnv('MANGADEX_USERNAME'), $container->getEnv('MANGADEX_PASSWORD')), ($container->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('en')), ($container->privates['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')));
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/App_KernelDevDebugContainer.php:658 {
ContainerOS3GRx8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/getMangaControllerService.php:25 {
ContainerOS3GRx8\getMangaControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\MangaController'] = $instance = new \App\Controller\MangaController(($container->privates['App\\Manager\\FileSystemManager'] ?? $container->load('getFileSystemManagerService')), ($container->privates['App\\Repository\\MangaRepository'] ?? $container->load('getMangaRepositoryService')), ($container->privates['App\\Repository\\ChapterRepository'] ?? $container->load('getChapterRepositoryService')), ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)), ($container->privates['App\\Service\\CbzService'] ?? $container->load('getCbzServiceService')), ($container->privates['App\\Manager\\Toolbar\\Factory\\ToolbarFactory'] ??= new \App\Manager\Toolbar\Factory\ToolbarFactory()), ($container->privates['App\\Service\\MangadexProvider'] ?? $container->load('getMangadexProviderService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')), ($container->privates['App\\Repository\\ContentSourceRepository'] ?? $container->load('getContentSourceRepositoryService')));
›
}
/var/www/mangarr/releases/20/var/cache/dev/ContainerOS3GRx8/App_KernelDevDebugContainer.php:658 {
ContainerOS3GRx8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/mangarr/releases/20/vendor/symfony/dependency-injection/Container.php:220 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/mangarr/releases/20/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/mangarr/releases/20/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/HttpKernel.php:161 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/mangarr/releases/20/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/mangarr/releases/20/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/mangarr/releases/20/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/mangarr/releases/20/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/mangarr/releases/20/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.069+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Symfony\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
1113 => [
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.730+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.731+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.732+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.732+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.732+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.733+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.735+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.735+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.735+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerOS3GRx8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1764992027
"timestamp_rfc3339" => "2025-12-06T03:33:47.735+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\Symfony\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.066+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1764992028
"timestamp_rfc3339" => "2025-12-06T03:33:48.067+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
1113 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#207 …}
} |