serenadeai/serenade

Serenade VS Code constant error spamming

Opened this issue · 0 comments

System Information

Serenade Version: e.g., v2.0.1
2.02

OS and Version: e.g., macOS 12.4
Windows 11

Application: e.g., VS Code
VS Code

Issue Description

Without having Serenade server started, VS Code extension Spams errors on Logs (Window, Extension Host etc).
It creates an error every second, I guess it should be some other way to do it or suppress the error even if it will happens.
Logs are useless if they are full of garbage.
it looks like this:

2023-07-31 01:28:47.499 [error] connect ECONNREFUSED 127.0.0.1:17373: Error: connect ECONNREFUSED 127.0.0.1:17373
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16)
2023-07-31 01:28:48.509 [error] connect ECONNREFUSED 127.0.0.1:17373: Error: connect ECONNREFUSED 127.0.0.1:17373
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16)

Thanks.

How to Reproduce

Installing Serenade extension and checking VS Code Window log.

Screenshots

image