Error 500 Internal Server Error

GET https://glessmer.fr/mediatheque/films/film/25502

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"dae5af"
exception
Symfony\Component\HttpClient\Exception\ServerException {#693
  #message: "HTTP/2 500  returned for "https://api.themoviedb.org/3/movie/25502/videos?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8"."
  #code: 500
  #file: "/var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php"
  #line: 210
  -response: Symfony\Component\HttpClient\Response\TraceableResponse {#620 …}
  trace: {
    /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php:210 {
      Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code): void …
      › if (500 <= $code) {    throw new ServerException($this);}
    }
    /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php:105 {
      Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
      › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
    }
    /var/www/vhosts/glessmer.fr/httpdocs/src/Services/Films/ApiFilmServices.php:105 {
      App\Services\Films\ApiFilmServices->getFilmVideos($idFilm) …
      › $statusCode = $response->getStatusCode();$content = $response->getContent();}
    /var/www/vhosts/glessmer.fr/httpdocs/src/Services/Films/ApiFilmServices.php:21 {
      App\Services\Films\ApiFilmServices->getFilmsDetail($idFilm) …
      › $data = $this->getFilm($idFilm);$databa = $this->getFilmVideos($idFilm);$dataImages = $this->getFilmImages($idFilm);
    }
    /var/www/vhosts/glessmer.fr/httpdocs/src/Controller/Mediatheque/Films/FilmsController.php:30 {
      App\Controller\Mediatheque\Films\FilmsController->show($id): Response …
      › 
      › $data = $this->apiFilmServices->getFilmsDetail($id);$watchProviders = $this->apiFilmServices->getMovieWatchProviders($id);
    }
    /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:178 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/glessmer.fr/httpdocs/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/vhosts/glessmer.fr/httpdocs/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/vhosts/glessmer.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/glessmer.fr/httpdocs/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/glessmer.fr/httpdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/glessmer.fr/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#229
  -records: [
    16 => [
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.908+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_mediatheque_films_show"
          "route_parameters" => [
            "_route" => "app_mediatheque_films_show"
            "_controller" => "App\Controller\Mediatheque\Films\FilmsController::show"
            "id" => "25502"
          ]
          "request_uri" => "https://glessmer.fr/mediatheque/films/film/25502"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\Utilisateur\AuthAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\Utilisateur\AuthAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.911+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.912+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\BreadcrumbListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.912+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.912+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.913+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.914+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.914+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container2qhgaZx\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.914+01: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" => 1732468796
        "timestamp_rfc3339" => "2024-11-24T18:19:56.914+01:00"
        "message" => "Request: "GET https://api.themoviedb.org/3/movie/25502?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8&language=fr-FR&append_to_response=videos%2Cimages%2Ccredits%2Csimilar%2Creviews""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.255+01:00"
        "message" => "Response: "200 https://api.themoviedb.org/3/movie/25502?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8&language=fr-FR&append_to_response=videos%2Cimages%2Ccredits%2Csimilar%2Creviews""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.256+01:00"
        "message" => "Request: "GET https://api.themoviedb.org/3/movie/25502/videos?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.369+01:00"
        "message" => "Response: "500 https://api.themoviedb.org/3/movie/25502/videos?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.371+01:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpClient\Exception\ServerException: "HTTP/2 500  returned for "https://api.themoviedb.org/3/movie/25502/videos?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8"." at TraceableResponse.php line 210"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\HttpClient\Exception\ServerException {#693
            #message: "HTTP/2 500  returned for "https://api.themoviedb.org/3/movie/25502/videos?api_key=e5be1453a23ffc7b8236ed3f0a75d1c8"."
            #code: 500
            #file: "/var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php"
            #line: 210
            -response: Symfony\Component\HttpClient\Response\TraceableResponse {#620 …}
            trace: {
              /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php:210 {
                Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode(int $code): void …
                › if (500 <= $code) {    throw new ServerException($this);}
              }
              /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-client/Response/TraceableResponse.php:105 {
                Symfony\Component\HttpClient\Response\TraceableResponse->getContent(bool $throw = true): string …
                › if ($throw) {    $this->checkStatusCode($this->response->getStatusCode());}
              }
              /var/www/vhosts/glessmer.fr/httpdocs/src/Services/Films/ApiFilmServices.php:105 {
                App\Services\Films\ApiFilmServices->getFilmVideos($idFilm) …
                › $statusCode = $response->getStatusCode();$content = $response->getContent();}
              /var/www/vhosts/glessmer.fr/httpdocs/src/Services/Films/ApiFilmServices.php:21 {
                App\Services\Films\ApiFilmServices->getFilmsDetail($idFilm) …
                › $data = $this->getFilm($idFilm);$databa = $this->getFilmVideos($idFilm);$dataImages = $this->getFilmImages($idFilm);
              }
              /var/www/vhosts/glessmer.fr/httpdocs/src/Controller/Mediatheque/Films/FilmsController.php:30 {
                App\Controller\Mediatheque\Films\FilmsController->show($id): Response …
                › 
                › $data = $this->apiFilmServices->getFilmsDetail($id);$watchProviders = $this->apiFilmServices->getMovieWatchProviders($id);
              }
              /var/www/vhosts/glessmer.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:178 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/glessmer.fr/httpdocs/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/vhosts/glessmer.fr/httpdocs/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/vhosts/glessmer.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/glessmer.fr/httpdocs/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/glessmer.fr/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/glessmer.fr/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.418+01: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"
      ]
    ]
    784 => [
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.372+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\BreadcrumbListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container2qhgaZx\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.373+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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" => 1732468797
        "timestamp_rfc3339" => "2024-11-24T18:19:57.414+01: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: [
    16 => 1
    784 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#228 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"glessmer.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"3.144.8.79"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 24 Nov 2024 17:19:57 GMT"
vary
"Accept"
x-debug-exception
"HTTP%2F2%20500%20%20returned%20for%20%22https%3A%2F%2Fapi.themoviedb.org%2F3%2Fmovie%2F25502%2Fvideos%3Fapi_key%3De5be1453a23ffc7b8236ed3f0a75d1c8%22."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fglessmer.fr%2Fhttpdocs%2Fvendor%2Fsymfony%2Fhttp-client%2FResponse%2FTraceableResponse.php:210"
x-debug-token
"ac40e4"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"ef6b1f3a3840dc3125a3421819546fe8"
DATABASE_URL
"mysql://app_glessmer:Fcx60y%2354@127.0.0.1:3306/app_gestion_familiale"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/glessmer.fr/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/glessmer.fr/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/glessmer.fr"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"glessmer.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"3.144.8.79"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SCRIPT_URI
"https://glessmer.fr/mediatheque/films/film/25502"
REDIRECT_SCRIPT_URL
"/mediatheque/films/film/25502"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z0NgPLKwEBeGp7d1CAzmrQAAAAo"
REDIRECT_URL
"/mediatheque/films/film/25502"
REMOTE_ADDR
"3.144.8.79"
REMOTE_PORT
"47698"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1732468796
REQUEST_TIME_FLOAT
1732468796.8297
REQUEST_URI
"/mediatheque/films/film/25502"
SCRIPT_FILENAME
"/var/www/vhosts/glessmer.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://glessmer.fr/mediatheque/films/film/25502"
SCRIPT_URL
"/mediatheque/films/film/25502"
SERVER_ADDR
"212.227.8.157"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"glessmer.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at glessmer.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"Z0NgPLKwEBeGp7d1CAzmrQAAAAo"
USER
"glessmer"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 3397e3)

Key Value
_controller
"App\Controller\Mediatheque\Films\FilmsController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_mediatheque_films_show"
_route_params
[
  "id" => "25502"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"5c2946"
id
"25502"