Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Specified IDE_PORT=63342 but it is not responding correctly. #4

Closed
bdc860 opened this issue Dec 23, 2024 · 0 comments · Fixed by #7
Closed

Error: Specified IDE_PORT=63342 but it is not responding correctly. #4

bdc860 opened this issue Dec 23, 2024 · 0 comments · Fixed by #7

Comments

@bdc860
Copy link

bdc860 commented Dec 23, 2024

Error: Specified IDE_PORT=63342 but it is not responding correctly.

`

node
Welcome to Node.js v18.17.0.
Type ".help" for more information.
fetch('http://localhost:63342/api/mcp/list_tools')
Promise {
,
[Symbol(async_id_symbol)]: 81,
[Symbol(trigger_async_id_symbol)]: 6
Uncaught TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11576:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
cause: Error: connect ECONNREFUSED ::1:63342
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 63342
}
}
`

Error: connect ECONNREFUSED ::1:63342

fetch('http://127.0.0.1:63342/api/mcp/list_tools') is success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant