From bf23d9a0a2df9307a0dfed427b9482adc6d8a16a Mon Sep 17 00:00:00 2001 From: Yudi Date: Wed, 7 Aug 2019 17:14:10 -0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 4730d2d..ba79868 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -13,15 +13,18 @@ You can find the instructions to run **DiscordChatExporter CLI** on [macOS here] 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 contents of this page. If your .NET is older, [please update](https://dotnet.microsoft.com/download/dotnet-framework). +If your **.NET Framework version** is older than 4.6, [please update](https://dotnet.microsoft.com/download/dotnet-framework). + +If your .**NET version is greater**, please check if the solution to your problem is on this page. ### System.OutOfMemoryException -Try using date ranges or partitioning. +Try using date ranges or partitioning. ([#125](https://github.com/Tyrrrz/DiscordChatExporter/issues/125)) # CLI ### How do I use the CLI? Just run the CLI without parameters, it should output the usage instructions. +If you're using Docker, please refer to the [Docker Usage Instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions). ### How do I export to TXT, CSV or Light HTML? The file format can be changed with the `-f` option. The available formats are PlainText, HtmlDark, HtmlLight, Csv. @@ -36,6 +39,9 @@ More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet `DiscordChatExporter.Cli.exe export -t -b -c ` +### Can't find Docker exported chats +Please refer to the [Docker Usage Instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions#file-output) + ### 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. @@ -79,10 +85,11 @@ Debian/Ubuntu: `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` +If it still doesn't work, try mozroots: `mozroots --import --ask-remove`
+ ``` Unhandled Exception: System.MissingMethodException: Method 'System.Net.Logging.get_Http' not found.