mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
cant access the web interface #535
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall-linuxserver#535
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Razerl64 on GitHub (Apr 6, 2022).
Hi All,
I'm new to docker
I had setup Heimdall all was working fine and now getting 500 Server Error
when looking at the logs
In CurlFactory.php line 210:
cURL error 28: Failed to connect to appslist.heimdall.site port 443 after 1
4088 ms: Operation timed out (see https://curl.haxx.se/libcurl/c/libcurl-er
rors.html) for https://appslist.heimdall.site/list.json
any help would be much appreciated
@KodeStar commented on GitHub (Apr 12, 2022):
Your container seems unable to hit the site, you should try exec-ing into the container and seeing if it's limited to the site itself, or all sites
@Razerl64 commented on GitHub (May 17, 2022):
thank you I will do some testing
@valboosky commented on GitHub (Jul 2, 2022):
too bad this is built in... was it to save on doing updates or the size of the image... i manage a lot of dashboards that are internal access only...
@Mangeloco commented on GitHub (Sep 21, 2022):
I am having the same issue, while i can actually open the .json and curl it from the console of that same docker
help please
@Razerl64 commented on GitHub (Sep 24, 2022):
I found that the issue was a proxy issue after using the information from https://docs.docker.com/network/proxy/
the container started and was working