How to fix this error "<e> [webpack-dev-server] [HPM] Error occurred while proxying request localhost:9000 to undefined [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)" #7854
-
After I installed openMCT it worked well and I was able to see the project in YAMCS myproject, but ater I did some configuration with different file like index.html this error raised |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi @JohnAdam-123 ! Thanks for raising this issue. I'm happy to help resolve this, but I need some more info. Are you able to share your code? Are you using the |
Beta Was this translation helpful? Give feedback.
-
Yes… I was using OPENMCT for display of whats going on from the Yamcs
Server, so I was not able to connect the two.
Regards,
J. M. Adam
…On Tue, Apr 1, 2025 at 7:57 PM David Tsay ***@***.***> wrote:
Hi @JohnAdam-123 <https://github.com/JohnAdam-123> , sorry for the delay
in response.
Was @ozyx <https://github.com/ozyx> 's suggestion able to resolve your
issue?
Regarding your follow up question,
But how can I be able to display the packets that are captured of
telemetry into yamcs web interface. Any ideas, please!!
Are you trying to display data from your YAMCS server in Open MCT, and are
having difficulties with your telemetry dictionary?
Or are you trying to actually use the YAMCS UI in some way in conjunction
with Open MCT?
—
Reply to this email directly, view it on GitHub
<#7854 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6MHT445F5XRXAGD5X6VBET2XLANZAVCNFSM6AAAAABO2O433GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRZGEZDCNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Though I have stopped working on that project, since January. When I get
time for it, I’ll consider that.
Regards,
J. M. Adam
…On Thu, Apr 17, 2025 at 2:02 AM David Tsay ***@***.***> wrote:
Can you provide the code that you are having issues with?
—
Reply to this email directly, view it on GitHub
<#7854 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6MHT4ZZFIFZMQE26AODQLD2Z3OOXAVCNFSM6AAAAABO2O433GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBWGA2DGMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi @JohnAdam-123 ,
Apologies for the late response.
To fix this you can register your plugin prior to openmct being started. Move your plugin code from index.html to index.js like this: