Exceptions
Exception
Harmonizely\Service\Panel\OAuth\ OAuthException
in
src/Service/Panel/OAuth/TwitterOAuthClient.php
(line 118)
in
vendor/symfony/http-kernel/HttpKernel.php
->
__invoke
(line 169)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 81)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 201)
Logs
Level | Channel | Message |
---|---|---|
INFO 19:51:58 | php |
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. { "exception": {} } |
INFO 19:51:58 | php |
User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver. { "exception": {} } |
INFO 19:51:58 | php |
User Deprecated: Using Groups is deprecated since version 2.2 and will be removed in 3.0. { "exception": {} } |
INFO 19:51:58 | php |
User Deprecated: The "Harmonizely\Model\UserInterface" interface extends "FOS\UserBundle\Model\UserInterface" that is deprecated since Symfony 4.1. Remove in Nov 2023 (End of support for security fixes SF 4.4). { "exception": {} } |
INFO 19:51:58 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "819e99" }, "request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/819e99", "method": "GET" } |
INFO 19:51:58 | php |
User Deprecated: The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8. { "exception": {} } |
INFO 19:51:58 | php |
User Deprecated: The FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer class is deprecated since FOSRestBundle 2.8. { "exception": {} } |
INFO 19:51:58 | request |
Matched route "_profiler_exception_css". { "route": "_profiler_exception_css", "route_parameters": { "_route": "_profiler_exception_css", "_controller": "web_profiler.controller.exception_panel::stylesheet", "token": "819e99" }, "request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/819e99/exception.css", "method": "GET" } |
INFO 19:51:58 | request |
Matched route "_profiler_search_bar". { "route": "_profiler_search_bar", "route_parameters": { "_route": "_profiler_search_bar", "_controller": "web_profiler.controller.profiler::searchBarAction" }, "request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/search_bar", "method": "GET" } |
INFO 19:51:58 | request |
Matched route "_profiler_exception". { "route": "_profiler_exception", "route_parameters": { "_route": "_profiler_exception", "_controller": "web_profiler.controller.exception_panel::body", "token": "819e99" }, "request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/819e99/exception", "method": "GET" } |
Stack Trace
OAuthException |
---|
Harmonizely\Service\Panel\OAuth\OAuthException: Token api end point status != 200 at src/Service/Panel/OAuth/TwitterOAuthClient.php:118 at Harmonizely\Service\Panel\OAuth\TwitterOAuthClient->getAuthUrl() (src/Controller/Login/LoginOAuthController.php:78) at Harmonizely\Controller\Login\LoginOAuthController->__invoke() (vendor/symfony/http-kernel/HttpKernel.php:169) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (vendor/symfony/http-kernel/HttpKernel.php:81) at Symfony\Component\HttpKernel\HttpKernel->handle() (vendor/symfony/http-kernel/Kernel.php:201) at Symfony\Component\HttpKernel\Kernel->handle() (public/index.php:30) |