Skip to content

Commit

Permalink
Add network-issues tag
Browse files Browse the repository at this point in the history
A frequently recurring issue are network issues, with these being the 3 most common error messages
  • Loading branch information
Wolvinny committed Jul 19, 2024
1 parent 1efd95b commit f79fcbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,3 +1187,10 @@ Discord does not provide the invite that a member used to join through the bot A
- Tracking the uses of invites through the `inviteCreate` and `guildMemberAdd` events is unreliable and we recommend against it.
- Discord has not shared any plans to make the members tab available for bots.
"""
[network]
keywords = ["network-issues", "connection-reset", "socket-error"]
content = """
Errors such as `ECONNRESET`, `ConnectTimeoutError`, `SocketError: other side closed` indicate a network issue
* Free or shared hosting providers often come with significant limitations and challenges, making them more prone to these issues
* Another indication of these issues are 'Unknown Interaction' errors.
"""

0 comments on commit f79fcbc

Please sign in to comment.