From e532f227046db6fb7df62d995ff369f08a092173 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Mon, 19 Jan 2015 11:42:48 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 618348f..310158c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -129,7 +129,7 @@ _Solutions_: * Install the Certificate Authority, so the certificate is trusted by the system * Disable certificate check in Headphones. **This poses a security risk, because from now on, all HTTPS connections are susceptible to man-in-the-middle attacks!** * Make sure Headphones is configured and running - * Quit Headphones. Make sure it quitted! You need to stop the service Headphones.py, otherwise the changes you make will dissapear. + * Quit Headphones. Make sure it quitted! You need to stop the service, otherwise the changes you make will disappear. * Open `config.ini` in your favorite text editor * Set `verify_cert_ssl` to `0`. The key should under the `[Advanced]` section, and by default, it should mention the value `1` * Save the file. @@ -196,7 +196,7 @@ _Symptoms_: My downloads in the post processing folder aren't picked up. _Solutions_: -* Scheduled post processing (download scan interval) only picks up snatched downloads, not ones you put in the folder manually. +* Scheduled post processing (download scan interval) only picks up snatched downloads, not ones you put in the folder manually. For instance, if Headphones snatches a download, it will determine a folder name (e.g. `Folder A/`). Then, it will only post process that download automatically if it is put in this folder, not if your download client puts it in something else (e.g. `Folder B/`, or even `Completed/Folder A`). * 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! * Clean `*.pyc` files. For Unix users, there is a script in the `contrib/` folder. These files contain compiled Python code, and normally they should be regenerated if the source files have changed. However, in some cases, this does not happen. * Check the log files: