Removed sudo instructions, added "Can DCE recreate the exported chats in Discord?" and "Can DCE reupload exported messages to another channel", brackets issue

Yudi
2021-04-26 10:10:55 -03:00
parent f7ea5bfbaf
commit b551fc03c4
+12 -5
@@ -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).