Replies: 1 comment 5 replies
-
Hello, an application resuming repeatedly should generally be expected nowadays, as Discord asks every app connected to the gateway to do so every couple hours. If the logs annoy you you may want to set a different log level for the logging.getLogger('discord.gateway').setLevel(logging.WARNING) The name resolution error is however on your side, and you can try to remedy it by either changing your DNS servers, or adding additional ones in case your primary ones fail to return a result as they did in this case. How this is done varies by operating system, you can find instructions on popular DNS provider's websites such as Cloudflare's public DNS or Google's public DNS. For redundancy sake you may also specify multiple of these. |
Beta Was this translation helpful? Give feedback.
-
I can't tell if this is a bug, a discord server error, a network error or something I'm doing wrong.
The bot seems to be working fine regardless but I'd rather not have this word vomit in my logs.
I recently updated a couple month old project to the latest version of discord.py and after some adapting to the new stuff I get the following crap in my logs:
... this repeats several times ...
This next bit also repeats several times
and then it goes back to this
the RESUMED bit keeps repeating again
Beta Was this translation helpful? Give feedback.
All reactions