mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-24 02:03:54 +00:00
Grammar, replaced Unhandled Exception with Errors, changed Stylet.dll to DCE.Cli.dll
@@ -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.<br/>
|
||||
Your token is only used to connect to Discord's API, it's not sent to anywhere else.<br/>
|
||||
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.<br/>
|
||||
**3.** Hit Control+O, then Control+X<br/>
|
||||
**4.** Open a new terminal window and try running the `dotnet` command again<br/>
|
||||
|
||||
### Unhandled Exception
|
||||
### Errors
|
||||
|
||||
```
|
||||
<input>(x,y) : error : Unexpected exception when calling ResolveUrl
|
||||
@@ -159,9 +160,9 @@ The command should be like the follwing:
|
||||
<br/>
|
||||
|
||||
```
|
||||
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.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user