Updated Troubleshooting (markdown)

basilfx
2014-12-27 16:49:20 -08:00
parent f7fb49fe31
commit 75760ff8bc
+14 -1
@@ -21,6 +21,8 @@ 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_:
```
@@ -175,4 +177,15 @@ I get exceptions such as `DatabaseError: database disk image is malformed`.
_Solutions_:
* In case of locked databases, try to increase interval settings for scanning and so forth. If you have a huge library, scanning takes a while. Any other operations may already be started, causing locking conflicts.
* In case of corruption, see [#1178](https://github.com/rembo10/headphones/issues/1178), [#1053](https://github.com/rembo10/headphones/issues/1053), [#1676](https://github.com/rembo10/headphones/issues/1676) or [#1981](https://github.com/rembo10/headphones/issues/1981).
* In case of corruption, see [#1178](https://github.com/rembo10/headphones/issues/1178), [#1053](https://github.com/rembo10/headphones/issues/1053), [#1676](https://github.com/rembo10/headphones/issues/1676) or [#1981](https://github.com/rembo10/headphones/issues/1981).
## Scheduled tasks don't run ##
_Symptoms_:
My downloads in the post processing folder isn't picked up.
_Solutions_:
* Scheduled post processing (download scan interval) only picks up snatched downloads, not ones you put in the folder manually.
* Make sure you have configured the intervals properly. Setting an interval to zero disables a task. Every time you save the configuration, it will restart scheduling!
* Check the log files:
* When you start Headphones (or save settings), it will mention something like `(Re-)Scheduled 6 background tasks`. Confirm this corresponds to the tasks you have enabled or disabled.
* As of version v0.5.2, all scheduled tasks will output to (debug) log when they start. For post processing, this message will be `Checking download folder for completed downloads`.