at vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210
206▕ }
207▕
208▕ // Create a connection exception if it was a specific error code.
209▕ $error = isset($connectionErrors[$easy->errno])
➜ 210▕ ? new ConnectException($message, $easy->request, null, $ctx)
211▕ : new RequestException($message, $easy->request, $easy->response, null, $ctx);
212▕
213▕ return P\Create::rejectionFor($error);
214▕ }
Hi !
I have an issue when I try to install Heimdall Dashboard. In verbose mode, the error is, at the step "Installing Heimdall Dashboard v2.6.3" :
GuzzleHttp\Exception\ConnectException
cURL error 7: Failed to connect to appslist.heimdall.site port 443 after 1 ms: Couldn't connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://appslist.heimdall.site/list.json
at vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210 206▕ } 207▕ 208▕ // Create a connection exception if it was a specific error code. 209▕ $error = isset($connectionErrors[$easy->errno]) ➜ 210▕ ? new ConnectException($message, $easy->request, null, $ctx) 211▕ : new RequestException($message, $easy->request, $easy->response, null, $ctx); 212▕ 213▕ return P\Create::rejectionFor($error); 214▕ }
14 app/SupportedApps.php:157 GuzzleHttp\Client::request()
15 app/Jobs/ProcessApps.php:41 App\SupportedApps::getList() / [ERROR] in line 35: exit code 0: while executing command $STD php artisan key:generate