Connection between wings and panel #3555
Unanswered
Lukas-Craft
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have just finished configuring the wings and when I wanted to test this is what he gave me as an error. I have asked a lot of people who have failed to help me, if a developer can help me it would be good.
`DEBUG: [Aug 19 14:23:59.356] running in debug mode
INFO: [Aug 19 14:23:59.356] loading configuration from file config_file=/etc/pterodactyl/config.yml
INFO: [Aug 19 14:23:59.357] configured wings with system timezone timezone=Etc/UTC
DEBUG: [Aug 19 14:23:59.358] ensuring root data directory exists path=/var/lib/pterodactyl
DEBUG: [Aug 19 14:23:59.358] ensuring server data directory exists path=/var/lib/pterodactyl/volumes
DEBUG: [Aug 19 14:23:59.359] ensuring archive data directory exists path=/var/lib/pterodactyl/archives
DEBUG: [Aug 19 14:23:59.360] ensuring backup data directory exists path=/var/lib/pterodactyl/backups
INFO: [Aug 19 14:23:59.360] checking for pterodactyl system user username={0 0}
INFO: [Aug 19 14:23:59.361] configured system user successfully gid=997 uid=997 username=pterodactyl
INFO: [Aug 19 14:23:59.362] fetching list of servers from API
DEBUG: [Aug 19 14:23:59.362] making request to external HTTP endpoint endpoint=https://minecraft.liskov.fr:99/api/remote/servers?page=0&per_page=50 headers=map[Accept:[application/vnd.pterodactyl.v1+json] Authorization:[(redacted)] Content-Type:[application/json] User-Agent:[Pterodactyl Wings/v1.4.7 (id:25ZOBBIkEESLlbwl)]] method=GET
FATAL: [Aug 19 14:24:29.376] failed to load server configurations error=http: request creation failed: Get "https://minecraft.liskov.fr:99/api/remote/servers?page=0&per_page=50": dial tcp 212.129.0.31:99: i/o timeout (Client.Timeout exceeded while awaiting headers)
Stacktrace:
Get "https://minecraft.liskov.fr:99/api/remote/servers?page=0&per_page=50": dial tcp 212.129.0.31:99: i/o timeout (Client.Timeout exceeded while awaiting headers)
http: request creation failed
github.com/pterodactyl/wings/remote.(*client).request.func1
/home/runner/work/wings/wings/remote/http.go:140
github.com/cenkalti/backoff/v4.RetryNotifyWithTimer
/home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:55
github.com/cenkalti/backoff/v4.RetryNotify
/home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:34
github.com/cenkalti/backoff/v4.Retry
/home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:28
github.com/pterodactyl/wings/remote.(*client).request
/home/runner/work/wings/wings/remote/http.go:134
github.com/pterodactyl/wings/remote.(*client).Get
/home/runner/work/wings/wings/remote/http.go:79
github.com/pterodactyl/wings/remote.(*client).getServersPaged
/home/runner/work/wings/wings/remote/servers.go:189
github.com/pterodactyl/wings/remote.(*client).GetServers
/home/runner/work/wings/wings/remote/servers.go:24
github.com/pterodactyl/wings/server.(*Manager).init
/home/runner/work/wings/wings/server/manager.go:220
github.com/pterodactyl/wings/server.NewManager
/home/runner/work/wings/wings/server/manager.go:37
github.com/pterodactyl/wings/cmd.rootCmdRun
/home/runner/work/wings/wings/cmd/root.go:148
github.com/spf13/cobra.(*Command).execute
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:860
github.com/spf13/cobra.(*Command).ExecuteC
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:974
github.com/spf13/cobra.(*Command).Execute
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:902
github.com/pterodactyl/wings/cmd.Execute
/home/runner/work/wings/wings/cmd/root.go:67
main.main
/home/runner/work/wings/wings/wings.go:8
runtime.main
/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/proc.go:225
runtime.goexit
/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371
`
Beta Was this translation helpful? Give feedback.
All reactions