https://prod.golmanagerpanel.com/api/es/game/add?isIos=false&p=api%2Fes%2Fgame%2Fadd&version_app=5.0.1

Log Messages

  • Info. & Errors 1
  • Deprecations 1
  • Debug 0
  • PHP Notices 0
  • Container 2328

Informational and error log messages generated during the execution of the application.

Level
  • Emergency
  • Alert
  • Critical
  • Error
  • Warning
  • Notice
  • Info
Channel
  • request
  • security
  • php
Message
INFO request Matched route
"api_game_add"
.
0 of 0
[â–¼ "route" => "api_game_add" "route_parameters" => [â–¶ "_route" => "api_game_add" "_controller" => "App\Controller\Api\GameController::addGame" "_locale" => "es" ] "request_uri" => "https://prod.golmanagerpanel.com/api/es/game/add?isIos=false&p=api%2Fes%2Fgame%2Fadd&version_app=5.0.1" "method" => "POST" ]
INFO security Guard authentication successful!
0 of 0
[▼ "token" => Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Token\JWTUserToken {#754 ▶ #rawToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzgyNzM0MjgsImV4cCI6MTczODI3NzAyOCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiJdLCJ1c2VybmFtZSI6IkRhdmlkLjI1MTFAaG90bWFpbC5jb20ifQ.EiirQz-lyRiVpd3Vu_yZXZUHmbfgnGqFliUxm5jHgjzpxSgXsHFYXMeu-dl2vXweWUyYTfFVXM-JlpUB1WHLfFISgy_x3vv0V7nT-TRs4A2qfWlNe9P9v6FsEMK5YgSvYG28MzQlrd-_RTOSaJFDImiwSb1cjfi5kronhEURLHE0kQbc-iw_2E0NZ708uJu-dX_ygnUrJ4r1qRPonHahORD_M4NaX0g_rh5l77qmxlT8T-TtYzVKMNRbfog789MdnheiUtNCwa7E5-_SrmAIuovoC8foU7oZFlGFpCI2jGBvnYRj7iqmpUoleJrHdJadLEz832U04LusvGPGeDciDAFqr_FhVGbQjGxVBefmlpch1LWnje2mwBtTVjx8zq8qengLl6KMMqFSkOIWIPWQALEkV4VxjyRMmf3rhCQNRp731CcqP2uo4MBVv4gt_VjXeUx8o7dbVl-9tKdOUNCEe5nbK9EseqtDaZPbVi5U28HY5bdSPkjBlcX6lBj_B9DtRMGt-0TsETyrk5b_8oal3aujl_o_6prtnbJBxPqoz3Umc1dNLwe49hGuaW2N9hLsgKdMxyPCwguSn9eegfLzD4QFZa0xbY0UYoFKrNzMmHOmEvy_tMsuaAJsn86KEPdUGGD1yea_X3QQEeKamA-Lxi906uwFtSZ8F68sJh_jwIc" #providerKey: "api" -user: App\Entity\Customer {#758 …} -roleNames: [▶ "ROLE_CUSTOMER" ] -authenticated: true -attributes: [] } "authenticator" => "App\Security\Guard\JWTTokenAuthenticator" ]
CRITICAL php Uncaught Error: Argument 1 passed to App\Entity\Game::setDay() must be of the type int, string given, called in /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/BaseApiManager.php on line 34
0 of 0
[▼ "exception" => TypeError {#1712 ▶ #message: "Argument 1 passed to App\Entity\Game::setDay() must be of the type int, string given, called in /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/BaseApiManager.php on line 34" #code: 0 #file: "/home2/golmanag/public_html/prod-golmanager/backend/src/Entity/Game.php" #line: 283 trace: {▶ /home2/golmanag/public_html/prod-golmanager/backend/src/Entity/Game.php:283 {▼ App\Entity\Game->setDay(int $day): self … › › public function setDay(int $day): self › { } /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/BaseApiManager.php:34 {▶ App\Services\Api\BaseApiManager->setValues($item, $data) … › if (method_exists($item, $attr)) › $item->$attr($d); › $class = ucfirst($ind); arguments: {▶ $day: "null" } } /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/GameManager.php:54 {▶ App\Services\Api\GameManager->add($data, $request) … › $game->setSeason($season); › $game = $this->setValues($game, $data); › if ($data['rivalTactic'] && $data['rivalPlayersFormation']) { arguments: {▶ $item: App\Entity\Game {#1209 …} $data: [ …28] } } /home2/golmanag/public_html/prod-golmanager/backend/src/Controller/Api/GameController.php:557 {▶ App\Controller\Api\GameController->addGame(Request $request) … › $data = $this->getDataFromRequest($request); › $response = $this->gameManager->add($data, $request); › arguments: {▶ $data: [ …28] $request: Symfony\Component\HttpFoundation\Request {#12 …} } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/HttpKernel.php:157 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} $type: 1 } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/Kernel.php:191 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} $type: 1 $catch: true } } /home2/golmanag/public_html/prod-golmanager/backend/public/index.php:34 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} } } } } ]
0 of 0
{▼ /home2/golmanag/public_html/prod-golmanager/backend/src/Entity/Game.php:283 {▼ App\Entity\Game->setDay(int $day): self … › › public function setDay(int $day): self › { } /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/BaseApiManager.php:34 {▶ App\Services\Api\BaseApiManager->setValues($item, $data) … › if (method_exists($item, $attr)) › $item->$attr($d); › $class = ucfirst($ind); arguments: {▶ $day: "null" } } /home2/golmanag/public_html/prod-golmanager/backend/src/Services/Api/GameManager.php:54 {▶ App\Services\Api\GameManager->add($data, $request) … › $game->setSeason($season); › $game = $this->setValues($game, $data); › if ($data['rivalTactic'] && $data['rivalPlayersFormation']) { arguments: {▶ $item: App\Entity\Game {#1209 …} $data: [ …28] } } /home2/golmanag/public_html/prod-golmanager/backend/src/Controller/Api/GameController.php:557 {▶ App\Controller\Api\GameController->addGame(Request $request) … › $data = $this->getDataFromRequest($request); › $response = $this->gameManager->add($data, $request); › arguments: {▶ $data: [ …28] $request: Symfony\Component\HttpFoundation\Request {#12 …} } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/HttpKernel.php:157 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} $type: 1 } } /home2/golmanag/public_html/prod-golmanager/backend/vendor/symfony/http-kernel/Kernel.php:191 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} $type: 1 $catch: true } } /home2/golmanag/public_html/prod-golmanager/backend/public/index.php:34 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#12 …} } } }