Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 388 Bytes

troubleshooting.md

File metadata and controls

10 lines (7 loc) · 388 Bytes

Troubleshooting

Errors

Failed to bind listener socket to port 8080

This usually happens on Linux if the server is restarted before the socket on 8080 closes. This can cause the httpserver not to work and will not allow new ships to be launched (or any other access) via the GUI. Fix: Wait for the socket to close and restart server. This could be a couple of minutes.