ConnectException {#333
-request: Request {#327
-method: "GET"
-requestTarget: null
-uri: Uri {#323
-scheme: "https"
-userInfo: ""
-host: "gfesta.com"
-port: null
-path: "/api/shorturl/sitemap.xml"
-query: ""
-fragment: ""
}
-headers: array:2 [
"User-Agent" => array:1 [
0 => "GuzzleHttp/6.3.3 curl/7.67.0 PHP/7.4.2"
]
"Host" => array:1 [
0 => "gfesta.com"
]
]
-headerNames: array:2 [
"user-agent" => "User-Agent"
"host" => "Host"
]
-protocol: "1.1"
-stream: Stream {#326
-stream: stream resource @4
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 0
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-response: null
-handlerContext: array:39 [
"errno" => 28
"error" => "Operation timed out after 5006 milliseconds with 0 bytes received"
"url" => "https://gfesta.com/api/shorturl/sitemap.xml"
"content_type" => null
"http_code" => 0
"header_size" => 0
"request_size" => 112
"filetime" => -1
"ssl_verify_result" => 0
"redirect_count" => 0
"total_time" => 5.006145
"namelookup_time" => 0.013038
"connect_time" => 0.013826
"pretransfer_time" => 0.035415
"size_upload" => 0.0
"size_download" => 0.0
"speed_download" => 0.0
"speed_upload" => 0.0
"download_content_length" => -1.0
"upload_content_length" => -1.0
"starttransfer_time" => 0.0
"redirect_time" => 0.0
"redirect_url" => ""
"primary_ip" => "211.43.211.205"
"certinfo" => []
"primary_port" => 443
"local_ip" => "211.43.211.205"
"local_port" => 53136
"http_version" => 0
"protocol" => 2
"ssl_verifyresult" => 0
"scheme" => "HTTPS"
"appconnect_time_us" => 35363
"connect_time_us" => 13826
"namelookup_time_us" => 13038
"pretransfer_time_us" => 35415
"redirect_time_us" => 0
"starttransfer_time_us" => 0
"total_time_us" => 5006145
]
#message: "cURL error 28: Operation timed out after 5006 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
#code: 0
#file: "C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php"
#line: 185
trace: {
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:185 {
› $error = isset($connectionErrors[$easy->errno])
› ? new ConnectException($message, $easy->request, null, $ctx)
› : new RequestException($message, $easy->request, $easy->response, null, $ctx);
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:149 {
›
› return self::createRejection($easy, $ctx);
› }
arguments: {
$easy: EasyHandle {#331 …}
$ctx: array:39 [ …39]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:102 {
› if (!$easy->response || $easy->errno) {
› return self::finishError($handler, $easy, $factory);
› }
arguments: {
$handler: CurlHandler {#313 …}
$easy: EasyHandle {#331 …}
$factory: CurlFactory {#314 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\CurlHandler.php:43 {
›
› return CurlFactory::finish($this, $easy, $this->factory);
› }
arguments: {
$handler: CurlHandler {#313 …}
$easy: EasyHandle {#331 …}
$factory: CurlFactory {#314 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\Proxy.php:28 {
› ? $default($request, $options)
› : $sync($request, $options);
› };
arguments: {
$request: Request {#327}
$options: array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Handler\Proxy.php:51 {
› return empty($options['stream'])
› ? $default($request, $options)
› : $streaming($request, $options);
arguments: {
Request {#327}
array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\PrepareBodyMiddleware.php:37 {
› if ($request->getBody()->getSize() === 0) {
› return $fn($request, $options);
› }
arguments: {
Request {#327}
array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Middleware.php:30 {
› if (empty($options['cookies'])) {
› return $handler($request, $options);
› } elseif (!($options['cookies'] instanceof CookieJarInterface)) {
arguments: {
$request: Request {#327}
$options: array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\RedirectMiddleware.php:70 {
›
› return $fn($request, $options)
› ->then(function (ResponseInterface $response) use ($request, $options) {
arguments: {
Request {#327}
array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Middleware.php:60 {
› }
› return $handler($request, $options)->then(
› function (ResponseInterface $response) use ($request, $handler) {
arguments: {
$request: Request {#327}
$options: array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\HandlerStack.php:67 {
›
› return $handler($request, $options);
› }
arguments: {
Request {#327}
array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Client.php:277 {
› try {
› return Promise\promise_for($handler($request, $options));
› } catch (\Exception $e) {
arguments: {
$request: Request {#327}
$options: array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Client.php:125 {
›
› return $this->transfer($request, $options);
› }
arguments: {
$request: Request {#327}
$options: array:9 [ …9]
}
}
C:\php_home\gfesta_short_url\www\vendor\guzzlehttp\guzzle\src\Client.php:131 {
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
arguments: {
$method: "GET"
$uri: Uri {#323}
$options: array:10 [ …10]
}
}
C:\php_home\gfesta_short_url\www\app\Http\Controllers\ShortURLManageController.php:43 {
› $client = new Client(['base_uri' => _SHORTURL_API_URL_, 'timeout' => _SHORTURL_API_TIMEOUT_, 'verify' => false,]); //if protocol is `ssl`, `verify` is false
› $response = $client->request('GET', $uri);
› $statusCode = $response->getStatusCode();
arguments: {
$method: "GET"
$uri: "https://gfesta.com/api/shorturl/sitemap.xml"
}
}
App\Http\Controllers\ShortURLManageController->index() {}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:54 {
› {
› return call_user_func_array([$this, $method], $parameters);
› }
arguments: {
$function_name: array:2 [ …2]
$parameters: array:1 [ …1]
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php:45 {
› if (method_exists($controller, 'callAction')) {
› return $controller->callAction($method, $parameters);
› }
arguments: {
$method: "index"
$parameters: array:1 [ …1]
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Route.php:219 {
› return $this->controllerDispatcher()->dispatch(
› $this, $this->getController(), $this->getControllerMethod()
› );
arguments: {
$route: Route {#247 …}
$controller: ShortURLManageController {#266 …}
$method: "index"
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Route.php:176 {
› if ($this->isControllerAction()) {
› return $this->runController();
› }
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Router.php:680 {
› return $this->prepareResponse(
› $request, $route->run()
› );
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken.php:75 {
› ) {
› return tap($next($request), function ($response) use ($request) {
› if ($this->shouldAddXsrfTokenCookie()) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php:49 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php:56 {
›
› $response = $next($request);
›
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Router.php:682 {
› );
› });
› }
arguments: {
$destination: Closure {#276 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Router.php:657 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#247 …}
$request: Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Router.php:623 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#43 …}
$route: Route {#247 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Router.php:612 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\fideloper\proxy\src\TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:21 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\TransformsRequest.php:21 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#43 …}
$next: Closure {#250 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
C:\php_home\gfesta_short_url\www\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#43 …}
}
}
C:\php_home\gfesta_short_url\www\public\index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#43 …}
}
}
}
}