Rennie
Rennie
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Rennie on 1/5/2024 in #djs-questions
Unhandled promise rejection: Error: getaddrinfo EAI_AGAIN gateway.discord.gg
Hi! My bot have been woking as it should for abt a week, but yesterday night, my bot keeps turning off by itself. It is coded in replit, and hosted on uptimerobot. But now i get this error when i start up my bot
Unhandled promise rejection: Error: getaddrinfo EAI_AGAIN gateway.discord.gg
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:82:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'gateway.discord.gg'
}
Unhandled promise rejection: Error: getaddrinfo EAI_AGAIN gateway.discord.gg
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:82:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'gateway.discord.gg'
}
What is the problem, and how do i fix it?
2 replies
CC#
Created by Rennie on 1/2/2024 in #help
Print seperate line from a "database" in a txt file
Hi people. I have a txt "database" where the input from my console program will be printed to. I now want to be able to search for a specific keyword (fx a phone number), and then get it to print the entire line, the keyword is in. What is the best way to do that?
3 replies