Power-Maverick / DataverseDevTools-VSCode

The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.
https://marketplace.visualstudio.com/items?itemName=danish-naglekar.dataverse-devtools
MIT License
58 stars 15 forks source link

[Bug]: #100

Closed chaffee007 closed 1 year ago

chaffee007 commented 1 year ago

What happened?

image

What version of the tool are you using?

2.1.1

What version of Visual Studio Code are you running?

1.76

Any relevant session id from VSCode?

6be66883-389b-4f0b-898a-b124c9a2449e1678473518914

Relevant log output

Error occured in connectDataverse command. 
Error code: EADDRINUSE. 
Error message: listen EADDRINUSE: address already in use 127.0.0.1:19472. 
Error stack: Error: listen EADDRINUSE: address already in use 127.0.0.1:19472
    at Server.setupListenHandle [as _listen2] (node:net:1330:16)
    at listenInCluster (node:net:1378:12)
    at doListen (node:net:1516:7)
    at process.processTicksAndRejections (node:internal/process/task_queues:84:21).
power-maverick-bot[bot] commented 1 year ago

Thanks for opening your first issue here! Please make sure you have given us as much context as possible. One of the repo maintainer will respond as soon as possible.

Power-Maverick commented 1 year ago

Please close any other application using port 19472 as I am using it to authenticate the user which is causing conflicts.