From f71edf20797d1cf8a033ed2132269deaff83a00f Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 18 Jul 2020 18:54:31 -0300 Subject: [PATCH] Grammar, replaced Unhandled Exception with Errors, changed Stylet.dll to DCE.Cli.dll --- Troubleshooting.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index bd4e59c..5d0c83b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -15,13 +15,14 @@ Don't forget to include your platform (Windows, Mac, Linux, etc.) and a detailed * [DCE is crashing/failing](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#DCE-is-crashingfailing) * [.NET Core Runtime is required](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#net-core-runtime-is-required) * [**CLI help**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#cli) + * [Errors](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#errors) # General ### Token stealer? No. That's why it's important for this kind of software to be open source, so the code can be audited by anyone.
Your token is only used to connect to Discord's API, it's not sent to anywhere else.
-If you're using the GUI, be aware that your token will be saved to a plaintext file unless you disable it in the settings menu. +If you're using the GUI, be aware that your token will be saved to a plain text file unless you disable it in the settings menu. ### Why should I be worried about the safety of my Token? A token can be used to log into your account, so treat it like a password and never share it. @@ -131,7 +132,7 @@ Adding `/usr/local/share/dotnet` to your `PATH` might solve it.
**3.** Hit Control+O, then Control+X
**4.** Open a new terminal window and try running the `dotnet` command again
-### Unhandled Exception +### Errors ``` (x,y) : error : Unexpected exception when calling ResolveUrl @@ -159,9 +160,9 @@ The command should be like the follwing:
``` -System.TypeLoadException: Could not load type of field 'DiscordChatExporter.Cli.Program+<>c__DisplayClass1_0:container' (0) due to: Could not load file or assembly 'Stylet ... +The application to execute does not exist: ``` -↳ The `Stylet.dll` file is missing. Keep the `.exe` and the `.dll` files together. If you didn't move the files, try unzipping again. +↳ The `DiscordChatExporter.Cli.dll` file is missing. Keep the `.exe` and the `.dll` files together. If you didn't move the files, try unzipping again.