Skip to content

[Chaosnet-3] shidai is using the wrong port for proxy.local #77

@0xruff

Description

@0xruff

Chaosnet 3's shidai container is throwing warnings and errors because it cannot connect to proxy.local.

Steps to Reproduce

  1. 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
  1. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions