jaymzh / concordance

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

https://members.harmonyremote.com/EasyZapper/UserHome.asp still functional? #43

Closed brianjmurrell closed 2 years ago

brianjmurrell commented 2 years ago

I can log in to https://members.harmonyremote.com/EasyZapper/UserHome.asp with my account and see my devices, etc. but as soon as I click on Add a Device I am taken to a Software Update Available page with just a Next button that goes to a dead link.

Same for Remove a Device.

Anyone able to use either of these functions on this website now?

brianjmurrell commented 2 years ago

Actually clicking any/everything leads to that Software Update Available. Is this their way of telling their users and software to upgrade and use a new web-service and that the https://members.harmonyremote.com/ is no longer functional?

swt2c commented 2 years ago

Did you try this link? https://members.harmonyremote.com/EasyZapper/New/ProcLogin/Start.asp?BrowserIsChecked=True

I was able to Add a Device (although I didn't go all the way through it).

jaymzh commented 2 years ago

@brianjmurrell - where'd you get that URL? The URL in our README is up-to-date.

brianjmurrell commented 2 years ago

I did some cookie clearing and it seems to at least let me update existing activities. But I cannot get anything to happen after running the connectivity test. Firefox just sits a blank window refreshing. I am seeing in the FF console:

The resource from “https://members.harmonyremote.com/EasyZapper/styles-logi.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
swt2c commented 2 years ago

Like I asked in the other issue, are you running the latest concordance from git master branch?

brianjmurrell commented 2 years ago

I am using the package included in Fedora 35 which appears to be:

https://github.com/jaymzh/concordance/releases/download/v1.4/concordance-1.4.tar.bz2

That's the latest release at https://github.com/jaymzh/concordance/releases.

swt2c commented 2 years ago

That release won't work. You need to build from git unfortunately.

@jaymzh can we get a new release, please.

brianjmurrell commented 2 years ago

@jaymzh can we get a new release, please.

+1

Then I can open a ticket for Fedora to be updated. In the meanwhile I will build a new package here.

jaymzh commented 2 years ago

yeah I'll try to get that done today

jaymzh commented 2 years ago

https://github.com/jaymzh/concordance/pull/45 will prep the release, waiting for tests to pass, then will tag and release.

brianjmurrell commented 2 years ago

Confirming that master does fix my problems.

brianjmurrell commented 2 years ago

Hrm Add/Remove device still takes me back to that Software Update Available page. :-(

jaymzh commented 2 years ago

OK, 1.5 is released. @swt2c - would you be so kind as to provide windows binaries?

swt2c commented 2 years ago

Aha, @jaymzh my past self knew you would ask for that and so I configured GitHub CI to produce them automatically. :-) You can get them here, see Artifacts: https://github.com/jaymzh/concordance/actions/runs/2235497842

brianjmurrell commented 2 years ago

I guess the problem was that I had the max. number of devices added for my remote.

jaymzh commented 2 years ago

Doh, I knew that @swt2c - updated ReleaseChecklist to reflect that. Thanks!

jaymzh commented 2 years ago

@brianjmurrell - sounds like your issue is resolved, I'm going to close this.