From 6ff62f1e6c02d737d09adb18d2cbd9d04e747709 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 13 Oct 2018 16:24:29 -0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index ffa7237..aa164f9 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -15,8 +15,6 @@ Just run the CLI without parameters, it should output the usage instructions. ### How can I change the date format? Date formats can be changed with the `--dateformat` option. The default one is `dd-MMM-yyyy hh:mm tt`. -`dd` for day, `MMM` for abbreviated month, `yyyy` year, `hh` 12-hour clock, `mm` minute 00 through 59, and `tt` for AM/PM. - More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings). ### Option '-b' parse error: could not parse '\' to 'System.Boolean' @@ -24,17 +22,7 @@ More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet `DiscordChatExporter.Cli.exe -t -b -c ` -## Linux - ### Unhandled Exception -``` -Unhandled Exception: -System.MissingMethodException: Method 'System.Net.Logging.get_Http' not found. -... -``` - -Make sure you've installed Mono correctly. The instructions are available [here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions) and also on [Mono's Official Documentation](https://www.mono-project.com/download/stable/#download-lin). - ``` Unhandled Exception: @@ -45,11 +33,15 @@ Make sure the arguments and the options (-t, -b, -c...) are correct. The command should be like: -Mono: -`mono DiscordChatExporter.Cli.exe export -t -c ` +`DiscordChatExporter.Cli.exe export -t -c ` -Docker: -`docker run tyrrrz/discordchatexporter export -t -c ` +``` +Unhandled Exception: +System.MissingMethodException: Method 'System.Net.Logging.get_Http' not found. +... +``` + +Make sure you've installed Mono correctly. The instructions are available [here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions). ### 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.