mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-10 03:12:33 -05:00
Created Troubleshooting (markdown)
29
Troubleshooting.md
Normal file
29
Troubleshooting.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Common installation issues
|
||||
|
||||
Take a moment to read the error you're getting and see if the solution is already in this page.
|
||||
<br>
|
||||
`OSError: [WinError 193] %1 is not a valid Win32 application`
|
||||
|
||||
Your python is not 32bit like specified in the instructions. Install it. If you're extra sure that you did, you probably have two different installations of Python and the default is 64bit
|
||||
|
||||
`TypeError: type object got multiple values for keyword argument 'mute'`
|
||||
|
||||
Your discord.py is outdated. Upgrade it. If you already did, do `pip uninstall discord.py` and do it again.
|
||||
|
||||
|
||||
`The credentials you put in settings.json are wrong. Take a look.`
|
||||
|
||||
Exactly what you should do. Either delete settings.json and restart or edit it manually.
|
||||
|
||||
`AttributeError: 'Permissions' object has no attribute 'manage messages'`
|
||||
|
||||
Your discord.py is outdated. Upgrade it. If you already did, do `pip uninstall discord.py` and do it again.
|
||||
|
||||
`ImportError: No module named 'discord'`
|
||||
|
||||
Your discord.py wasn't installed. Make sure you instal with a command prompt and admin rights.
|
||||
|
||||
`SyntaxError: invalid syntax`
|
||||
|
||||
Your python is inferior to 3.5.0. Red needs at least 3.5.0 32bit to run. Install it.
|
||||
If you already did you might have two different versions of python and the older one is the default.
|
||||
Reference in New Issue
Block a user