-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Chaosnet 3's shidai container is throwing warnings and errors because it cannot connect to proxy.local.
Steps to Reproduce
- Install as the documentation suggests
wget -O bootstrap.sh https://raw.githubusercontent.com/KiraCore/sekin/refs/heads/main/scripts/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh
- Check logs of sekin-shidai-1
docker logs -f sekin-shidai-1
Expected Behavior
Shidai runs without errors.
Actual Behavior
Shidai throws constant warnings and errors related to the connection to proxy.local
2025-11-05T16:59:27.583Z warn api/get_dashboard.go:196 Failed to fetch some data {"error": "failed to make HTTP request: Get \"http://proxy.local:80/api/valopers?all=true\": dial tcp 10.1.0.10:80: connect: connection refused"}
2025-11-05T16:59:27.584Z warn api/get_dashboard.go:207 Fetching ecnounted errors {"times": "3"}
2025-11-05T16:59:27.584Z error api/get_dashboard.go:209 Detail[FETCH]: {"error": "failed to make HTTP request: Get \"http://proxy.local:80/api/status\": dial tcp 10.1.0.10:80: connect: connection refused"}
Possible Solution
Change the port which shidai uses to connect to proxy.local the correct port. AFAIK proxy.local is using port 8080 so most likely this line needs to be changed from port 80 to 8080:
https://github.com/KiraCore/sekin/blob/main/src/shidai/internal/types/types.go#L34
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working