http://fatness.fitness/api/trash-talk/season/13/new?since=2025-10-10T19%3A30%3A41.879Z

TrashTalkController :: getNew

Request

GET Parameters

Key Value
since
"2025-10-10T19:30:41.879Z"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\TrashTalkController::getNew"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"api_trash_talk_new"
_route_params
[
  "seasonId" => "13"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"53cad1"
seasonId
"13"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.216.108"
cf-ipcountry
"US"
cf-ray
"98ca17059fd7aaa0-YYZ"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
content-length
""
content-type
""
host
"fatness.fitness"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"216.73.216.108"
x-forwarded-proto
"https"
x-php-ob-level
"1"

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
"Sat, 11 Oct 2025 00:02:39 GMT"
x-debug-exception
"App%5CController%5CTrashTalkController%3A%3AisUserInSeasonTeam%28%29%3A%20Argument%20%231%20%28%24user%29%20must%20be%20of%20type%20App%5CEntity%5CUser%2C%20null%20given%2C%20called%20in%20%2Fvar%2Fwww%2Fsymfony%2Fsrc%2FController%2FTrashTalkController.php%20on%20line%2076"
x-debug-exception-file
"%2Fvar%2Fwww%2Fsymfony%2Fsrc%2FController%2FTrashTalkController.php:216"
x-debug-token
"3ef789"
x-debug-token-link
"http://fatness.fitness/_profiler/ceea76"
x-previous-debug-token
"ceea76"
x-robots-tag
"noindex"

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
"629144f68a7f952eb873520f32974829"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
TENOR_API_KEY
"AIzaSyCAPAZU6nTcJAGvsuLRETTjUPYEwPT-M8w"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/symfony/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.108"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"98ca17059fd7aaa0-YYZ"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"fatness.fitness"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"216.73.216.108"
HTTP_X_FORWARDED_PROTO
"https"
PHP_SELF
"/index.php"
QUERY_STRING
"since=2025-10-10T19%3A30%3A41.879Z"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.70.80.81"
REMOTE_PORT
"61196"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1760140959
REQUEST_TIME_FLOAT
1760140959.7144
REQUEST_URI
"/api/trash-talk/season/13/new?since=2025-10-10T19%3A30%3A41.879Z"
SCRIPT_FILENAME
"/var/www/symfony/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"147.182.234.249"
SERVER_NAME
"fatness.fitness"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,TENOR_API_KEY"
USER
"www-data"

Sub Requests 1

ErrorController (token = ceea76)

Key Value
_controller
"error_controller"
_stopwatch_token
"0c04fe"
exception
TypeError {#218
  #message: "App\Controller\TrashTalkController::isUserInSeasonTeam(): Argument #1 ($user) must be of type App\Entity\User, null given, called in /var/www/symfony/src/Controller/TrashTalkController.php on line 76"
  #code: 0
  #file: "/var/www/symfony/src/Controller/TrashTalkController.php"
  #line: 216
  trace: {
    /var/www/symfony/src/Controller/TrashTalkController.php:216 {
      App\Controller\TrashTalkController->isUserInSeasonTeam(User $user, $season): bool …
      ›  */private function isUserInSeasonTeam(User $user, $season): bool{
    }
    /var/www/symfony/src/Controller/TrashTalkController.php:76 {
      App\Controller\TrashTalkController->getNew(int $seasonId, Request $request): Response …
      › // Check if user is on a team in this seasonif (!$this->isUserInSeasonTeam($user, $season)) {    return $this->json(['error' => 'You must be on a team in this season to view trash talk'], Response::HTTP_FORBIDDEN);
    }
    /var/www/symfony/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/symfony/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/symfony/vendor/symfony/http-kernel/Kernel.php:202 {
      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/symfony/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/symfony/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/symfony/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/symfony/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#118 …9}