#Wings Trouble shoot

1 messages · Page 1 of 1 (latest)

carmine estuary
#

I have been using pterodactyl on my home server now for a couple month and everything has worked flawlessly. I had a power outage for a few minutes the other day and i rebooted the system thinking nothing of it and upon attempting to enter my panel it just says "Welcome to nginx".

Ive restarted all procesess and get this error with wings.

vivid sequoiaBOT
carmine estuary
#

It was working just fine so obviously I had everything set up correctly.

stoic igloo
#

DEBUG: [Jul 29 17:37:56.100] making request to external HTTP endpoint endpoint=http://panel.exclusive-pterodactyl.net:81/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.11.7 (id:QiLlaaRpVB70Ktda)]] method=GET
FATAL: [Jul 29 17:38:26.130] failed to load server configurations error=http: request creation failed: Get "http://panel.exclusive-pterodactyl.net:81/api/remote/servers?page=0&per_page=50": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Stacktrace:
Get "http://panel.exclusive-pterodactyl.net:81/api/remote/servers?page=0&per_page=50": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
http: request creation failed
github.com/pterodactyl/wings/remote.(*client).request.func1
github.com/pterodactyl/wings/remote/http.go:151
github.com/cenkalti/backoff/v4.RetryNotifyWithTimer.func1
github.com/cenkalti/backoff/[email protected]/retry.go:18
github.com/cenkalti/backoff/v4.doRetryNotify[...]
github.com/cenkalti/backoff/[email protected]/retry.go:88
github.com/cenkalti/backoff/v4.RetryNotifyWithTimer
github.com/cenkalti/backoff/[email protected]/retry.go:61
github.com/cenkalti/backoff/v4.RetryNotify
github.com/cenkalti/backoff/[email protected]/retry.go:49
github.com/cenkalti/backoff/v4.Retry
github.com/cenkalti/backoff/[email protected]/retry.go:38
github.com/pterodactyl/wings/remote.(*client).request
github.com/pterodactyl/wings/remote/http.go:136
github.com/pterodactyl/wings/remote.(*client).Get
github.com/pterodactyl/wings/remote/http.go:81
github.com/pterodactyl/wings/remote.(*client).getServersPaged
github.com/pterodactyl/wings/remote/servers.go:201
github.com/pterodactyl/wings/remote.(*client).GetServers
github.com/pterodactyl/wings/remote/servers.go:26
github.com/pterodactyl/wings/server.(*Manager).init

vivid sequoiaBOT
#

There were too many logs to read @stoic igloo. Please post 5 or less. Alternatively, please share larger logs using paste sites, such as pteropaste or hastebin.

carmine estuary
#

DEBUG: [Jul 29 17:37:56.100] making request to external HTTP endpoint endpoint=http://panel.exclusive-pterodactyl.net:81/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.11.7 (id:QiLlaaRpVB70Ktda)]] method=GET
FATAL: [Jul 29 17:38:26.130] failed to load server configurations error=http: request creation failed: Get "http://panel.exclusive-pterodactyl.net:81/api/remote/servers?page=0&per_page=50": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

vivid sequoiaBOT
#

@carmine estuary; It looks like the Panel or Wings is responding too slowly, causing the request to timeout. Usually, this indicates some sort of a network issue.

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.

#

Suppose you are having trouble connecting to a Panel or Node on the same network as your device, or Panel and Wings can't reach each other on the same network. In that case, you may have to edit your /etc/hosts file to point the domain to the local IP, as some routers don't handle NAT Loopback correctly, if at all. On Windows, this file is at C:\Windows\System32\Drivers\etc\hosts

192.168.1.24 panel.mydomain.com node1.mydomain.com
192.168.1.25 node2.mydomain.com
carmine estuary
#

Well upon installation AGAIN, since reinstalling would have fixed my issue. I only get welcome to nginx now. Installed it the way I did in the past and no longer get the panel.

vivid sequoiaBOT
carmine estuary
#

naturally

turbid ivy
#

The unofficial install script isn't supported here. It skips steps and just in general doesn't work well. The only supported documentation is at https://pterodactyl.io.