https://kedro.org/ logo
#questions
Title
# questions
z

Zihao Xu

11/10/2022, 2:32 PM
Hi team, I have a quick question regarding
kedro viz
. When I try to re-open
kedro viz
for the second time, after using ā€œ^zā€ to terminate the 1st use, I often receive an error message like the following. Is there anything I should do differently to prevent this from happening (e.g., a different way to terminate)?
Copy code
[Errno 48] error while attempting to bind on address ('127.0.0.1', 4141):        server.py:156
                             address already in use
t

Tynan

11/10/2022, 2:40 PM
seems like the process doesn't actually stop after the first time you try and kill it? i would just press
CTRL+C
a few times to ensure it shuts down
z

Zihao Xu

11/10/2022, 3:08 PM
Hi Tynan, I see the issue here - I was using
CTRL+Z
which only suspends but not terminate the process. 🄲. Control+C works fine the 2nd time. Thanks!
šŸ‘ 2
8 Views