Newbie in dash getting error 48 and not able to update graphs

I have created my first dashboard. Once is created if I change the code on my IDE and press run I get a error [48] Adress in use and I can no longer change whatever I have created.

How do I do to keep creating and checking whats happening? refresh the background code?

Thanks a lot

Ian

Hi @ianweb100, I’ve had a similar issue before, but with Flask. Try following the directions in this SO answer and see if it fixes it.

Thanks for reaching out. I figure out the issue, when running the file in Pycharm , pycharm holds the localhost while Spyder do not. All i have to do was to cut the Pycharm connection.