Error Codes FAQ

Common Discord API errors and how to fix them

Unknown Channel Error 10003 HTTP 404

Not Found

The channel was deleted, doesn't exist, or the bot can't access it.

Solution

Re-select the channel in the dashboard or recreate it if it was deleted.

  1. Go to your server dashboard
  2. Navigate to the relevant module (Verification, Tickets, etc.)
  3. Re-select the channel from the dropdown
  4. Save your changes

Common Causes

  • Channel was deleted
  • Bot was removed from the server and re-added
  • Channel permissions changed
  • Channel ID is incorrect

Unknown Guild Error 10004 HTTP 404

Not Found

The server (guild) doesn't exist or the bot is no longer in it.

Solution

Re-invite the bot to your server using the invite link.

  1. Go to the invite page
  2. Select your server
  3. Ensure the bot has the required permissions
  4. Complete the invite process

Common Causes

  • Bot was removed from the server
  • Server was deleted
  • Bot invite expired

Unknown User Error 10007 HTTP 404

Not Found

The user doesn't exist, left the server, or the bot can't see them.

Solution

The user may have left the server. Check if they're still a member.

  1. Verify the user is still in your server
  2. Check if the user was banned or left
  3. Try the action again with a different user

Common Causes

  • User left the server
  • User was banned
  • User account was deleted
  • Bot can't see the user due to permissions