RuntimeException {#428
  #message: """
    The exit status code '1' says something went wrong:\n
    stderr: "Loading pages (1/6)\n
    [>                                                           ] 0%\r[======>                                                     ] 10%\r[======>                                                     ] 10%\r[==============>                                             ] 24%\r[===================>                                        ] 32%\rlibpng warning: iCCP: known incorrect sRGB profile\n
    libpng warning: iCCP: cHRM chunk does not match sRGB\n
    [========================>                                   ] 40%\rWarning: Failed to load file:///var/www/media.mybrokerage360.com/images/MLS/MFRS5084575/PhotoMFRS5084575-1.jpeg (ignore)\n
    Warning: Failed to load file:///var/www/media.mybrokerage360.com/images/MLS/MFRS5084575/PhotoMFRS5084575-2.jpeg (ignore)\n
    Warning: Failed to load file:///var/www/media.mybrokerage360.com/images/MLS/MFRS5084575/PhotoMFRS5084575-3.jpeg (ignore)\n
    Warning: Failed to load file:///var/www/media.mybrokerage360.com/images/MLS/MFRS5084575/PhotoMFRS5084575-4.jpeg (ignore)\n
    [===============================>                            ] 53%\r[========================================>                   ] 67%\r[================================================>           ] 81%\r[=================================================>          ] 83%\rError: Failed to load https://my.matterport.com/show/?m=Pi7SNJRpowL&mls=1, with network status code 203 and http status code 404 - Error downloading https://my.matterport.com/show/?m=Pi7SNJRpowL&mls=1 - server replied: Not Found\n
    [==================================================>         ] 84%\r[====================================================>       ] 87%\r[=====================================================>      ] 89%\r[============================================================] 100%\rCounting pages (2/6)                                               \n
    [============================================================] Object 1 of 1\rResolving links (4/6)                                                       \n
    [============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \n
    Printing pages (6/6)\n
    [>                                                           ] Preparing\r[==============================>                             ] Page 1 of 2\r[============================================================] Page 2 of 2\rDone                                                                      \n
    Exit with code 1 due to network error: ContentNotFoundError\n
    "\n
    stdout: ""\n
    command: /usr/local/bin/wkhtmltopdf --lowquality --margin-bottom '2' --margin-left '2' --margin-right '2' --margin-top '2' --images '/tmp/knp_snappy685252aa64dfc9.66022858.html' '/tmp/knp_snappy685252aa64e275.41907646.pdf'.
    """
  #code: 1
  #file: "/var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php"
  #line: 480
  trace: {
    /var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php:480 {
      Knp\Snappy\AbstractGenerator->checkProcessStatus($status, $stdout, $stderr, $command) …
      › if (0 !== $status && '' !== $stderr) {    throw new RuntimeException(\sprintf('The exit status code \'%s\' says something went wrong:' . "\n" . 'stderr: "%s"' . "\n" . 'stdout: "%s"' . "\n" . 'command: %s.', $status, $stderr, $stdout, $command), $status);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php:209 {
      Knp\Snappy\AbstractGenerator->generate($input, $output, array $options = [], $overwrite = false) …
      › list($status, $stdout, $stderr) = $this->executeCommand($command);$this->checkProcessStatus($status, $stdout, $stderr, $command);$this->checkOutput($output, $command);
    }
    /var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php:36 {
      Knp\Snappy\Pdf->generate($input, $output, array $options = [], $overwrite = false) …
      › 
      ›     parent::generate($input, $output, $options, $overwrite);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php:253 {
      Knp\Snappy\AbstractGenerator->getOutput($input, array $options = []) …
      › 
      › $this->generate($input, $filename, $options);}
    /var/www/api.mchomesrealty.com/api/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php:272 {
      Knp\Snappy\AbstractGenerator->getOutputFromHtml($html, array $options = []) …
      › 
      ›     return $this->getOutput($fileNames, $options);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/barryvdh/laravel-snappy/src/PdfWrapper.php:176 {
      Barryvdh\Snappy\PdfWrapper->output() …
      › {\treturn $this->snappy->getOutputFromHtml($this->html, $this->options);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/barryvdh/laravel-snappy/src/PdfWrapper.php:216 {
      Barryvdh\Snappy\PdfWrapper->download($filename = '…12') …
      › {    return new Response($this->output(), 200, array(        'Content-Type' => 'application/pdf',
    }
    /var/www/api.mchomesrealty.com/api/app/Http/Controllers/propertiesController.php:1240 {
      App\Http\Controllers\propertiesController::printBrochure2($id, $agent, $company, $portal_type) …
      › ->setOption('images', true);return $pdf->download($property->listing_id . '.pdf');}
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {
      Illuminate\Routing\Controller->callAction($method, $parameters) …
      › {    return $this->{$method}(...array_values($parameters));}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {
      Illuminate\Routing\ControllerDispatcher->dispatch(Route $route, $controller, $method) …
      › if (method_exists($controller, 'callAction')) {    return $controller->callAction($method, $parameters);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Route.php:262 {
      Illuminate\Routing\Route->runController() …
      › return $this->controllerDispatcher()->dispatch(    $this, $this->getController(), $this->getControllerMethod());
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Route.php:205 {
      Illuminate\Routing\Route->run() …
      › if ($this->isControllerAction()) {    return $this->runController();}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:695 {
      Illuminate\Routing\Router->Illuminate\Routing\{closure} …
      › return $this->prepareResponse(    $request, $route->run());
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50 {
      Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78 {
      Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
      › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
      Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121 {
      Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
      › 
      › $response = $next($request);}
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64 {
      Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
      › 
      ›     return $this->handleStatefulRequest($request, $session, $next);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
      Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
      › {    $response = $next($request);}
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67 {
      Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
      › {    return $this->encrypt($next($this->decrypt($request)));}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:697 {
      Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
      ›                         );                    });}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:672 {
      Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
      › return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:636 {
      Illuminate\Routing\Router->dispatchToRoute(Request $request) …
      › {    return $this->runRoute($request, $this->findRoute($request));}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {
      Illuminate\Routing\Router->dispatch(Request $request) …
      › 
      ›     return $this->dispatchToRoute($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:167 {
      Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
      › 
      ›     return $this->router->dispatch($request);};
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /var/www/api.mchomesrealty.com/api/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:67 {
      Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
      ›     /** @var \Illuminate\Http\Response $response */    $response = $next($request);} catch (Exception $e) {
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31 {
      Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle($request, Closure $next) …
      › 
      ›     return parent::handle($request, $next);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40 {
      Illuminate\Foundation\Http\Middleware\TrimStrings->handle($request, Closure $next) …
      › 
      ›     return parent::handle($request, $next);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
      Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/fruitcake/laravel-cors/src/HandleCors.php:38 {
      Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
      › if (! $this->shouldRun($request)) {    return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39 {
      Illuminate\Http\Middleware\TrustProxies->handle(Request $request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
      Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
      ›                 ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
    }
    /var/www/api.mchomesrealty.com/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
    }
    /var/www/api.mchomesrealty.com/api/public/index.php:63 {$response = $kernel->handle(    $request = Request::capture())->send();
    }
  }
}