Error logging into MyQ server

madscientist
Posts: 121
Joined: Fri Jan 05, 2007 10:13 pm
Location: Ontario, Canada

Error logging into MyQ server

Post by madscientist »

Is anybody else having trouble logging into the MyQ server? I haven't changed anything on my end, but all of sudden I'm getting these errors in the Indigo log:
Error logging into MyQ server: Error requesting data from https://partner-identity.myq-cloud.com/ ... /authorize: Cannot connect to host partner-identity.myq-cloud.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')]
Is this just Chamberlain messing with their API again?
User avatar
DaveL17
Posts: 6839
Joined: Tue Aug 20, 2013 11:02 am
Location: Chicago, IL, USA
Contact:

Re: Error logging into MyQ server

Post by DaveL17 »

I searched today's log for "MyQ" and came up with nothing.
I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]
madscientist
Posts: 121
Joined: Fri Jan 05, 2007 10:13 pm
Location: Ontario, Canada

Re: Error logging into MyQ server

Post by madscientist »

DaveL17 wrote:I searched today's log for "MyQ" and came up with nothing.
Are your MyQ devices accessible within Indigo?
User avatar
DaveL17
Posts: 6839
Joined: Tue Aug 20, 2013 11:02 am
Location: Chicago, IL, USA
Contact:

Re: Error logging into MyQ server

Post by DaveL17 »

madscientist wrote:Are your MyQ devices accessible within Indigo?
Yes. I just opened my garage door with the Indigo Touch app.
I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]
User avatar
GlennNZ
Posts: 1579
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Error logging into MyQ server

Post by GlennNZ »

Looks surprisingly similar to a error that I have seen recently with a API upgrade. Down to the line number

[It is normally because of failure of verification of cerificates at API level. Typically can be fixed by adding verify=False, to the requests code line. (presuming requests is used)
eg. response = request.post(url, verify=False, allow_redirects=False) etc.etc.
Not quite sure why one might see it and not another, but may have something to do with OSX versions and SSL versions….
Here though a pymyq library is used - so above likely not that helpful…]

Or alternatively - may be because their has been some API changes…

Glenn


Sent from my iPad using Tapatalk
madscientist
Posts: 121
Joined: Fri Jan 05, 2007 10:13 pm
Location: Ontario, Canada

Re: Error logging into MyQ server

Post by madscientist »

Strangely enough the errors have stopped without my intervention. Must have been on the Chamberlain end of things.
Locked

Return to “MyQ”