Headphones Unable to get update working correctly (You're running an unknown version of Headphones)

Hi,

Firstly hopefully some can help resolve this

all I get on screen all the time is : -

You’re running an unknown version of Headphones. Update or Close

I have done the following: -
installed from  https://github.com/rembo10/headphones/tarball/master
edited config.ini with 
git_path = /opt/bin/git
git_user = rembo10
git_branch = master
do_not_override_git_branch = 0
check_github = 1
check_github_on_startup = 1
check_github_interval = 360

I also tried reinstalling using this method: -

Hi ok no problem i am doing reinstallation like you said but get this: -
SmithsMedia:~# /opt/bin/git clone  https://github.com/rembo10/headphones/shares/Public/Software/Headphones
Cloning into ‘/shares/Public/Software/Headphones’…
fatal: unable to access ’ https://github.com/rembo10/headphones/': error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm

I get theses errors in log
2014-09-24 10:40:52 INFO Web server authentication is enabled, username is ‘Headphones’
2014-09-24 10:40:52 INFO Starting Headphones web server on  http://0.0.0.0:8181/
2014-09-24 10:40:52 WARNING Could not get the latest version from GitHub. Are you running a local development version?
2014-09-24 10:40:52 ERROR Unable to connect to remote host. Check if the remote host is up and running.
2014-09-24 10:40:51 INFO Retrieving latest version information from GitHub
2014-09-24 10:40:51 INFO Checking to see if the database has all tables…

and this in Putty
24-Sep-2014 10:40:39 - INFO :: MainThread : Received signal: update
24-Sep-2014 10:40:44 - INFO :: MainThread : Writing configuration to file
24-Sep-2014 10:40:44 - INFO :: MainThread : Headphones is updating…
24-Sep-2014 10:40:44 - INFO :: MainThread : Downloading update from: https://github.com/rembo10/headphones/tarball/master
24-Sep-2014 10:40:45 - ERROR :: MainThread : Unable to connect to remote host. Check if the remote host is up and running.
24-Sep-2014 10:40:45 - ERROR :: MainThread : Unable to retrieve new version from ’ https://github.com/rembo10/headphones/tarball/master’, can’t update
24-Sep-2014 10:40:45 - INFO :: MainThread : Headphones is restarting…
24-Sep-2014 10:40:45 - INFO :: MainThread : Restarting Headphones with [‘/opt/bin/python2.7’, ‘/shares/Public/Software/Headphones/Headphones.py’, ‘–nolaunch’]
24-Sep-2014 10:40:51 - INFO :: MainThread : Checking to see if the database has all tables…
24-Sep-2014 10:40:51 - INFO :: MainThread : Retrieving latest version information from GitHub
24-Sep-2014 10:40:52 - ERROR :: MainThread : Unable to connect to remote host. Check if the remote host is up and running.
24-Sep-2014 10:40:52 - WARNING :: MainThread : Could not get the latest version from GitHub. Are you running a local development version?
24-Sep-2014 10:40:52 - INFO :: MainThread : Starting Headphones web server on  http://0.0.0.0:8181/
24-Sep-2014 10:40:52 - INFO :: MainThread : Web server authentication is enabled, username is ‘Headphones’

MY Device is WD My book Live 
this is how it was installed: -
http://community.wd.com/t5/My-Book-Live/GUIDE-Headphones-for-MBL/td-p/572679

Thanks in advance

My guess is this:

2014-09-24 10:40:52 INFO Starting Headphones web server on  http://0.0.0.0:8181/

…  if it really thinks the IP address of the MBL is 0.0.0.0, then of course it’s not going to be possible to do the downloads its complaining about…


TonyPh12345 wrote:

My guess is this:

2014-09-24 10:40:52 INFO Starting Headphones web server on  http://0.0.0.0:8181/

…  if it really thinks the IP address of the MBL is 0.0.0.0, then of course it’s not going to be possible to do the downloads its complaining about…


I changed the 0.0.0.0 to this 192.168.2.100 but still same issues

I was told the issues are because Headphones current installation is not managed by a Git repository for the update to work but i have no idea how to resolve this?

anyone got any ideas??