Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Ship fails silently if port 8800 is already taken #1062

Open
dexhorthy opened this issue Aug 30, 2019 · 0 comments
Open

Ship fails silently if port 8800 is already taken #1062

dexhorthy opened this issue Aug 30, 2019 · 0 comments

Comments

@dexhorthy
Copy link
Member

dexhorthy commented Aug 30, 2019

Expected behavior

If I have something else listening on 8800, ship should show an error or choose a different port.

Actual behavior

Ship tries to open my browser to localhost:8800, where nothing is displayed (I had an SSH port-forward running to a remote service that wasn't running). I just get a Chrome "connection was reset" error page.

Information

  • Ship version: 0.51.0
  • Docker version: n/a
  • Command line run: ship init https://github.com/helm/charts/tree/master/stable/postgresql

Steps to reproduce

Create an SSHConfig with

    LocalForward 8800 127.0.0.1:8800

and start an ssh session on the host.

Locally the above command:

ship init https://github.com/helm/charts/tree/master/stable/postgresql
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant