From f2c04a0b766ddf7ea079048848432273baccd925 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 13 Mar 2016 14:45:06 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 9db5925..69a2cc2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -13,22 +13,9 @@ pip3 install --upgrade git+https://github.com/Rapptz/discord.py@async You're missing some files. [Read and follow the instructions for cogs.audio](https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements#python-libraries). These files need to be in the main Red-DiscordBot folder: ![](https://cdn.discordapp.com/attachments/133049553984159745/146068865208680458/unknown.png) -`OSError: [WinError 193] %1 is not a valid Win32 application` +`Red is working but there are 0 cogs loaded` -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. Update 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. Update it. If you already did, do `pip uninstall discord.py` and do it again. +Your current directory must the bot's root folder (where red.py is). Run it from there. `ImportError: No module named 'discord'` @@ -56,7 +43,7 @@ It could be the streamer at fault or the Twitch API freaking out. >How do I submit my own cog? -Send your .py file to either Twentysix or JennJenn on discord server. Once approved, it will be posted in the #user_made_cogs channel. +To submit your cogs you can follow [this guide](https://github.com/Twentysix26/Red-DiscordBot/wiki/Publishing-your-cog) >Can I submit my own trivia list?