Merhabalar botumu çalıştırmak için (node .) yazdığımda hiçbir tepki vermiyor

Daha sonra log kayıtlarına baktığım zaman

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

9:09 AM

at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)

9:09 AM

(node:177) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see Command-line API | Node.js v22.6.0 Documentation). (rejection id: 402)

Bu şekilde bir hata alıyorum ne yapmalıyım

Glitch only exposes port 3000, so wherever 1988 appears in your code, you need to change it to 3000.


Glitch yalnızca 3000 numaralı bağlantı noktasını açığa çıkarır, bu nedenle kodunuzda 1988’in göründüğü her yerde, onu 3000 olarak değiştirmeniz gerekir.

Bunu nasıl yapabilirim birinde kodda portla alakalı birşey yok ama bu sorunu yaşıyorum

Hi there, if you can share your project link with us, it will be easier to troubleshoot your problems.


Selamlar, projenizin linkini bizimle paylaşırsanız, sorununuzu çözmemizi kolaylaştırırsınız.

1 Like

buyurun
(Glitch :・゚✧)
@Pufferfish101007 sizde bakabilir misiniz

I’m not too sure, but might it be omething to do with your use of new net.Socket()? Why is that needed?


Pek emin değilim ama bunun new net.Socket() kullanımınızla bir ilgisi olabilir mi? Buna neden ihtiyaç var?

sorunun çözülmesi için bunu kullanmak zorunda kaldım pek işe yarıyor mu ondan da emin değilim ama arada bir yinede kapanıyor