This how I start the ui: ```(my-test) bash-3.2$ me...
# troubleshooting
s
This how I start the ui:
Copy code
(my-test) bash-3.2$ meltano ui start --bind-port 8050
2022-03-16T15:29:14.701582Z [info     ] Auto-compiling models in '/Users/mosu/pipenv-works/meltano-projects/my-test/model'
2022-03-16T15:29:14.702004Z [info     ] All workers started.
[2022-03-16 15:29:15,576] [56187|MainThread|gunicorn.error] [INFO] Starting gunicorn 19.10.0
[2022-03-16 15:29:15,579] [56187|MainThread|gunicorn.error] [INFO] Listening at: <http://0.0.0.0:8050> (56187)
[2022-03-16 15:29:15,579] [56187|MainThread|gunicorn.error] [INFO] Using worker: sync
/Users/mosu/.pyenv/versions/3.8.12/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  return io.open(fd, *args, **kwargs)
[2022-03-16 15:29:15,594] [56190|MainThread|gunicorn.error] [INFO] Booting worker with pid: 56190
[2022-03-16 15:29:15,651] [56191|MainThread|gunicorn.error] [INFO] Booting worker with pid: 56191
[2022-03-16 15:29:15,667] [56192|MainThread|gunicorn.error] [INFO] Booting worker with pid: 56192
[2022-03-16 15:29:15,744] [56193|MainThread|gunicorn.error] [INFO] Booting worker with pid: 56193
Meltano UI is now available at <http://localhost:8050>
[2022-03-16 15:29:59,891] [56187|MainThread|gunicorn.error] [INFO] Handling signal: winch