<@U06C9AW0JFP> re: <https://meltano.slack.com/arch...
# troubleshooting
Can you say a little more about what you are seeing? Do you mean that after installing the web UI will not show at all? Or the version at top right is not updated to the latest?
t
Thank you very much for your quick response. I updated it using CLI rather than clicking on upgrade now. It upgraded to v1.78. Yes, the web UI will not show at all. Below is the screenshot (image 1) - usually the Meltano UI (older version) shows up immediately- but after the upgrade the browser wheel keeps spinning The second screenshot is when i tried to restart using meltano ui using CLI.. it throws below error (image 2). To confirm- when i run 'Meltano --version' it shows v1.78.0
v
you have an old UI running so it seems close this console and run
Copy code
kill -9 808631
808631 looks to be the PID that's running with the old ui
maybe you're running screen / tmux and forgot it was running in the background?
t
This worked, thank you very much for clarifying.