Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heimdall Dashboard - error at installation #1402

Closed
Bzhdancer opened this issue Nov 16, 2024 · 1 comment
Closed

Heimdall Dashboard - error at installation #1402

Bzhdancer opened this issue Nov 16, 2024 · 1 comment

Comments

@Bzhdancer
Copy link

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
Copy link
Author

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!

@LinuxServer-CI LinuxServer-CI moved this from Non-Docker Issues to Done in Issue & PR Tracker Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant