From 95c57adbe1bf5444374450d04a15ebffdec2b003 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 14 Jan 2016 11:25:35 +0100 Subject: [PATCH] Created Troubleshooting (markdown) --- Troubleshooting.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..e3ebaef --- /dev/null +++ b/Troubleshooting.md @@ -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. +
+`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.