From 75760ff8bc5f4b3a1db826528ba6510587883765 Mon Sep 17 00:00:00 2001 From: basilfx Date: Sat, 27 Dec 2014 16:49:20 -0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 9e4e089..f31b83c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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). \ No newline at end of file +* 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`. \ No newline at end of file