Updated Troubleshooting (markdown)

Yudi
2019-08-07 17:14:10 -03:00
parent c77bc564b4
commit bf23d9a0a2

@@ -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 <BOTTOKEN> -b -c <CHANNEL>`
### 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`
<br/><br/>
If it doesn't work, try mozroots: `mozroots --import --ask-remove`
If it still doesn't work, try mozroots: `mozroots --import --ask-remove`
<br/>
```
Unhandled Exception:
System.MissingMethodException: Method 'System.Net.Logging.get_Http' not found.