From 6c1f37a76d670d28430f300519adc4e1230949a5 Mon Sep 17 00:00:00 2001 From: Yudi Date: Tue, 4 Jun 2019 13:14:16 -0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index e5cfed6..c4c324e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -47,6 +47,8 @@ DiscordChatExporter.Core.Exceptions.HttpErrorStatusCodeException: Error HTTP sta ``` Make sure the token is correct. If it is a bot token, don't forget to use `-b`. +
+ ``` Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. @@ -58,6 +60,7 @@ The command should be like: `DiscordChatExporter.Cli.exe export -t -c ` +
``` Unhandled Exception: @@ -69,9 +72,11 @@ Try running cert-sync. Ubuntu/Debian: `cert-sync /etc/ssl/certs/ca-certificates.crt` Red Hat: `cert-sync --user /etc/pki/tls/certs/ca-bundle.crt` - +

If it doesn't work, try mozroots: `mozroots --import --ask-remove` +
+ ``` Unhandled Exception: System.MissingMethodException: Method 'System.Net.Logging.get_Http' not found.