From eab16dbcc066d57023da1125d7d6f19f4756d366 Mon Sep 17 00:00:00 2001 From: basilfx Date: Fri, 7 Nov 2014 03:58:41 -0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 6817a2b..5c70568 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -18,7 +18,7 @@ The second option will be the easiest option in most cases, especially for Synol 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: * Do you have Python 2.6 or 2.7 installed? Run `python --version` to see which version you have installed. Python 3.x is NOT supported. Some distributions favor Python 3.x above Python 2.x as default interpreter. -* Review your settings. If possible, try to start from scratch (just run a separate install from another directory), to isolate the problem. +* 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). * Check the permissions. Under Linux, `ls -al` should list the files in the current folder. The user owning the files is shown too, which should match the running user. * 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.