diff --git a/Troubleshooting.md b/Troubleshooting.md index 7bc11d7..78bbff2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -8,8 +8,8 @@ See the [README.md](https://github.com/rembo10/headphones/blob/master/README.md) ## Table of contents -* [First of all: toggle verbose](https://github.com/rembo10/headphones/wiki/Troubleshooting#first-of-all-toggle-verbose) -* [Second of all: rule-out human error](https://github.com/rembo10/headphones/wiki/Troubleshooting#second-of-all-rule-out-human-error) +* [Toggle verbose](https://github.com/rembo10/headphones/wiki/Troubleshooting#toggle-verbose) +* [Rule-out human error](https://github.com/rembo10/headphones/wiki/Troubleshooting#rule-out-human-error) * [Cannot reach MusicBrainz server](https://github.com/rembo10/headphones/wiki/Troubleshooting#cannot-reach-musicbrainz-server) * [(Auto) update does not work](https://github.com/rembo10/headphones/wiki/Troubleshooting#auto-update-does-not-work) * [SSL-enabled servers/indexers/search providers don't work](https://github.com/rembo10/headphones/wiki/Troubleshooting#ssl-enabled-serversindexerssearch-providers-dont-work) @@ -21,13 +21,13 @@ See the [README.md](https://github.com/rembo10/headphones/blob/master/README.md) *** -## First of all: toggle verbose ## +## Toggle verbose ## Headphones does not turn on verbose logging (also known as debug information) for efficiency reasons. While this information is extremely useful in solving problems, it is the first thing that you should enable in case of problems. There are two ways of toggling verbose mode. * Start Headphones with the `--verbose` option. Do note that the `--verbose` option may conflicts with `--quiet` (web log only) and `--daemon` (no terminal output). * Toggle verbose mode temporary via `http://ip:port/toggleVerbose`. You should see in the web log if verbose is turned on or off. -## Second of all: rule-out human error ## +## Rule-out human error ## There are a lot of issues that can be solved by just reviewing your settings. Before continuing (or posting an issue), consider the following general advice: * Review your settings. If possible, try to start from scratch (just run a separate install from another directory), to isolate the problem. For instance, see this issue [#1985](https://github.com/rembo10/headphones/issues/1985).