dcmeglio / hubitat-heos

4 stars 4 forks source link

HEOS account password #3

Closed marktheknife closed 4 years ago

marktheknife commented 4 years ago

Hey there @dcmeglio, I tried logging into my HEOS account from the hubitat app and it’s giving me a login incorrect error, but I’m pretty sure the password is right. I can always try resetting my HEOS password, but before I do that, any other suggestions? Thanks!

marktheknife commented 4 years ago

Here’s what the debug log looks like when I try to login.

B4BC5639-ABD7-426E-90B9-5AFD4C732CDD

dcmeglio commented 4 years ago

Does your password have any special characters? Especially a space & = % or ?

On Jan 27, 2020, at 1:17 AM, marktheknife notifications@github.com wrote:

 Here’s what the debug log looks like when I try to login.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

marktheknife commented 4 years ago

Yeah that could be it, there’s a & and a * in there. When I get home I’ll change it and try again. Thanks!

dcmeglio commented 4 years ago

I suspect the & is the problem. I would need to modify the code to escape it. To test my theory in your password replace the & with %26 and tell me if that works. That will prove my theory then I can actually fix it.

On Jan 27, 2020, at 10:25 AM, marktheknife notifications@github.com wrote:  Yeah that could be it, there’s a & and a * in there. When I get home I’ll change it and try again. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

marktheknife commented 4 years ago

That worked! The app is discovering speakers now!!

dcmeglio commented 4 years ago

This issue should now be fixed which means you'll want to change the %26 back to an & it will now be automatically escaped by the integration.