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.