Updated Troubleshooting (markdown)

basilfx
2014-12-28 05:30:45 -08:00
parent edaf9ace4d
commit 8f94681a59
+15 -2
@@ -6,6 +6,21 @@ 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)
* [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)
* [Settings cannot be saved or disappear](https://github.com/rembo10/headphones/wiki/Troubleshooting#settings-cannot-be-saved-or-disappear)
* [Snatched downloads aren't picked up by downloader](https://github.com/rembo10/headphones/wiki/Troubleshooting#snatched-downloads-arent-picked-up-by-downloader)
* [Headphones installed as daemon does not work](https://github.com/rembo10/headphones/wiki/Troubleshooting#headphones-installed-as-daemon-does-not-work)
* [Database problems](https://github.com/rembo10/headphones/wiki/Troubleshooting#database-problems)
* [Scheduled tasks don't run](https://github.com/rembo10/headphones/wiki/Troubleshooting#scheduled-tasks-dont-run)
***
## First of all: 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.
@@ -20,8 +35,6 @@ There are a lot of issues that can be solved by just reviewing your settings. Be
* Try to start Headphones directly, not via an init script or service. Type `python Headphones.py -h` to see how to start it directly, and as a tip: make sure the paths to your configuration files are correct!
* Use Google! It's for a reason we put so much logging in Headphones. Sometimes, Google just yields the answer by copy-pasting the error message.
***
## Cannot reach MusicBrainz server ##
_Symptoms_:
```