Debugger problem

I now use glitch for 1 week. I think it’s pretty chill. I code discord bots with this. I wanted to test all buttons. I went to status and clicked on debugger. Then he opened a page and closed it. But now I get errors. Can someone help me?

ERROR:

(node:16048) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:1988

12:34 PM

at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)

12:34 PM

(node:16048) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 38)

You still have the debugger running - go back to the status panel and disable the debugger (hit the red stop sign button).

It works! Thank you!