Trying to link a website with Discord BOT
Posted by user_t6gmoe in discord-bots.
hi, i have made a website and made a discord bot for it to push updates via commands, on local host.. both website and bot were working completely fine but i have tried to host website on github and bot in wispbyte and bot isnt able to send updates in website. please help Failed to sync member count: TypeError: fetch failed [16:22:36] at Object.fetch (node:internal/deps/undici/undici:11457:11) [16:22:36] at process.processTicksAndRejections (node:internal/process/task queues:95:5) [16:22:36]at async Timeout.syncMemberCount [as onTimeout] (file:///home/container/index.js:162:22) { [16:22:36]cause: Error: connect ECONNREFUSED 127.0.0.1:16565 [16:22:36] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) { [16:22:36]errno: 111, [16:22:36]code: 'ECONNREFUSED', [16:22:36]syscall: 'connect', [16:22:37]address: '127.0.0.1', [16:22:37]port: 16565 [16:22:37]} [16:22:37]}
Replies
astror
Hey there, make sure your web app is listening on the same port as the servers port in the console tab.