jaymzh / concordance

Program Harmony remote controls from Linux, Windows, or Mac!
GNU General Public License v3.0
146 stars 19 forks source link

Logitech depracting website login. Concordance breakage expected. #11

Closed develroo closed 8 years ago

develroo commented 8 years ago

Hey,

Title says it all. I am not sure when they decided to but as you can see here they are basically forcing all users to use the software either via the desktop of via an 'app'

Maybe we can hack something together if we can be bothered to reverse the software but to be honest I am starting to think that it is more effort than it is worth.

What ye think? Is this the end for Linux support for Harmony remotes?

jaymzh commented 8 years ago

Are you using the new URL we put into the README? The main page has been saying that forever...

develroo commented 8 years ago

If you mean http://members.harmonyremote.com/EasyZapper then yes. I did try that. I login and it tells me my client software is not up to date and then prompts to download Connectivity.EZHex, which is picked up by congruity and that goes ok until the website error Unable to display content.

Now it could just be my remote is incompatible with the site but I know it used to work ok so something is broken. :(

Any ideas?

jaymzh commented 8 years ago

I just updated my 895 with no problem... what kind of remote is it?

develroo commented 8 years ago

As you can see from the screenshots it shows up as a 300i. I am not sure if it is a browser issue or a website one. I am using Firefox ESR 45.0.1 on Debian 8. The fact congruity did not throw up any errors is encouraging, but the website might yet still be broken. How to go about debugging this?

jaymzh commented 8 years ago

Oh - the 300s require mhgui, they don't work with the website.

develroo commented 8 years ago

Yeah tried that too. Something barfs though.

mhgui Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16765, in lambda event: event.callable(_event.args, _event.kw) ) File "/usr/bin/mhgui", line 132, in ThreadDoneFunction self.onDoneFunction(bgFuncResult, self.onDoneFunctionArgs) File "/usr/bin/mhgui", line 603, in LoadDataUI capabilities = self.product.SupportedCapabilities.SupportedCapability AttributeError: 'ProductCapabilities' object has no attribute 'SupportedCapability'

That's why I think the website has broken something.

jaymzh commented 8 years ago

Hey @swt2c - mhgui stuff?

swt2c commented 8 years ago

Phil is correct - the Harmony 300 requires using mhgui. The problem that you noted above is due to a Logitech change. It's been fixed in git, but the problem is still exists in unstable - I need to fix that. I'll see about fixing Jessie, too, but I'm not sure if Debian will consider this a serious enough bug to allow an update. So, in the meantime, you can use the git version, or wait for an update.

develroo commented 8 years ago

So, in the meantime, you can use the git version,

There is a git for congruity? That is what mhgui is part of right? I thought it was only on Sourceforge and appears to be stagnated.

Is it a simple fix? Can I patch the Debian source by hand?

Thanks.

swt2c commented 8 years ago

Yes, that's the project page. There hasn't been a congruity release in a while, but development is still alive.

You need this commit: https://sourceforge.net/p/congruity/code/ci/9ae53766b3a3344653c9f9bc9be1ea36f81eadd3/

develroo commented 8 years ago

Ahh cool. OK .. will patch it myself then and see if it works :)

Cheers.

swt2c commented 8 years ago

I uploaded a fixed version to Debian unstable, if you haven't tried to patch it yourself already.

develroo commented 8 years ago

I uploaded a fixed version to Debian unstable, if you haven't tried to patch it yourself already.

Ahh cool. I did patch it myself but better if I track a repo in case other changes come along. I have to much experience of compiling packages by hand than then finding dependencies change, directories are removed, config files disappear etc etc.

Thanks for the effort I appreciate it.

jaymzh commented 8 years ago

Closing now. Feel free to re-open if you have problems.