linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.88k stars 545 forks source link

Heimdall Dashboard - error at installation #1402

Closed Bzhdancer closed 5 hours ago

Bzhdancer commented 5 hours ago

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▕ }

  +13 vendor frames 

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

Bzhdancer commented 5 hours ago

After writing this issue, I had an idea (since it's a problem accessing a site) : stop adguard home during installation... and it's gone!