Updated Troubleshooting (markdown)

Yudi
2019-07-04 20:22:38 -03:00
parent 6c1f37a76d
commit 747c4e17d6

@@ -1,9 +1,9 @@
# General
### I can't find my Token
The steps to find your Token are [here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
The steps to find your Token are [here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs). If your token is disappearing before you're able to copy it, [try this instead](https://github.com/Tyrrrz/DiscordChatExporter/issues/76#issuecomment-412349261).
### Where is Channel ID?
### Where are the 'Channel IDs'?
The steps to find Channel IDs are [here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
### How do I run this on Mac/Linux?
@@ -12,6 +12,9 @@ You can find the instructions to run **DiscordChatExporter CLI** on [macOS here]
### How do I set DCE to export automatically at certain times?
You can find the instructions on how to schedule **DiscordChatExporter CLI** runs on [Windows here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-Windows), on [macOS here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS), and on [Linux here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-with-Mono-&-Crontab).
### It crashes/fails
If you have **.NET Framework 4.6 or newer**, check the sections below. If your .NET is older, [please update](https://dotnet.microsoft.com/download/dotnet-framework).
# CLI
### How do I use the CLI?
@@ -69,7 +72,7 @@ System.Net.WebException: Error: TrustFailure ... Invalid certificate received fr
```
Try running cert-sync.
Ubuntu/Debian: `cert-sync /etc/ssl/certs/ca-certificates.crt`
Debian/Ubuntu: `cert-sync /etc/ssl/certs/ca-certificates.crt`
Red Hat: `cert-sync --user /etc/pki/tls/certs/ca-bundle.crt`
<br/><br/>