From b551fc03c46de7c91263791c52ba0eb9d889633b Mon Sep 17 00:00:00 2001 From: Yudi Date: Mon, 26 Apr 2021 10:10:55 -0300 Subject: [PATCH] Removed sudo instructions, added "Can DCE recreate the exported chats in Discord?" and "Can DCE reupload exported messages to another channel", brackets issue --- Troubleshooting.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 2fd0c49..2501fdb 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -49,6 +49,12 @@ Yes, and other media too. Export using the "Download referenced media content" ( ### Can the exported chats be shared? Yes. +### Can DCE recreate the exported chats in Discord? +No, DCE is an exporter. + +### Can DCE reupload exported messages to another channel? +No, DCE is an exporter. + # First steps ### How can I find my token? @@ -88,7 +94,7 @@ Try opening it with a different program, try partitioning or use a different fil ### DCE is crashing/failing. Check the following page: [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime) -If you already have .NET Core 3.1 installed, please check if it's a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) before [reporting a new one](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). +If you already have .NET Core 3.1 installed, please check if your problem is a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) before [opening a bug report](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). ### .NET Core Runtime is required. Check the following page: [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime) @@ -112,9 +118,6 @@ Check the following page: ### I can't export Direct Messages Make sure you're [copying the DM Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-direct-message-channel-id), not the person's user ID. -### Username is not in the sudoers file. This incident will be reported -Run `su` on Terminal, then `adduser USER sudo`, replacing `USER` with your username. Reboot. - ### Errors ``` @@ -148,7 +151,6 @@ String 'TOKEN' was not recognized as a valid Boolean. The application to execute does not exist: ``` ↳ The `DiscordChatExporter.Cli.dll` file is missing. Keep the `.exe` and all the `.dll` files together. If you didn't move the files, try unzipping again. - ``` System.Net.WebException: Error: TrustFailure ... Invalid certificate received from server. @@ -162,6 +164,11 @@ Red Hat: `cert-sync --user /etc/pki/tls/certs/ca-bundle.crt` If it still doesn't work, try mozroots: `mozroots --import --ask-remove` +``` +System.InvalidOperationException: Could not find color or style '...'. +``` +↳ This is a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/557). + *** ❓ If you still have unanswered questions, feel free to [create a new discussion](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new). 🐞 If you have encountered a problem that's not described here, has not [been discussed before](https://github.com/Tyrrrz/DiscordChatExporter/discussions), and is not a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue), please [create a new discussion](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) or [open a bug report](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). \ No newline at end of file