Troubleshooting

Troubleshooting is something I haven't looked into much so I don't know many steps to help trouble shoot, although there are a few steps to take when encountering some errors you find.

When Fatal throws an error with a specified error code in the footer of the embed, then you can refer to this page to troubleshoot these problems. Please note that most of the problems cannot be fixed by yourself, and rather require notifying the developer. You can refer to this page to get an understanding to why the error is happening.

The best way to find out what the error exactly means is by looking at the error code that is sent in the footer of the embed, lets make a scale ranging from 3 different levels, Critical will be level 3 Moderate will be level 2 and Low will be level 1.

Critical - The error code given is extremely major and will guarantee that the bot isn't working properly in all servers. If you can you should report this to the Support Server Immediately.

Moderate - The error code is something that needs looking into either for you or for me but isn't causing any major issues to your server, the bot will still be working for the majority of it's commands and modules.

Low - This is 90% of the time something that you have done/caused, this should be extremely easy to fix and will cause almost little to no issues with anything.

INTERACT

This code will typically appear when something with the commands is going horribly wrong and Fatal-Bot cannot execute a single command. This could be due to the following things:

  1. Something in the code is causing the bot to go completely haywire, this could be an error when listening for events or using commands, in other words, something constantly keeps going wrong when Fatal try's to execute interactions. This is a problem the Owner must fix.

  2. There could be a problem with Discord's API and slash commands might be down. This is a problem Discord must fix.

This error code is a Critical issue.

USER_MISSING_PERMS

You are missing permissions from the role you've been assigned, Fatal-Bot has set permissions for all moderation commands, meaning if users don't have hierarchy or correct permissions set on there roles, they can't use commands.

How do I fix this? very straight forward, just set the correct permissions for yourself.

This error code is a Low issue.

INVALID_ACCESS

This error code appears when using a command that has been set an access level. Normal users cannot bypass nor can they execute anything, no need to do anything, you can use the command as many times as you like, nothing will happen.

This error code is a Low issue.

BOT_MISSING_PERMS

The bot is missing it's required permissions. You must have unticked a few permissions when inviting the bot without realising that Fatal-Bot needs that permission to execute the command you were going to use. NOTE: You should only mess around with the bots role permissions if you know exactly what you're doing, if not, then don't touch them, all those permissions that come with the bot are ones that are needed for all commands to function. If you untick a permission, certain commands may not work.

this error code is a Moderate issue.

UNHANDLED_EXCEPTION

A specific command is experiencing a bug, it should be reported to the Owner in the Support Server if possible so it can be fixed in the next update

this error code is a Moderate issue

Last updated